*{
	padding: 0;
	margin: 0;
}
body{
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
}
#global{
	position: relative;
	top: 10px;
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(../img/fond.jpg);
	background-repeat: no-repeat;
}
#stats {
	display: none;
}
#top{
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	height: 133px;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
}
#titre{
	position: relative;
	top: 19px;
	left: 233px;
	width: 245px;
	height: 46px;
}
#menu{
	position: absolute;
	top: 12px;
	left: 574px;
	width: 201px;
	height: 65px;
}
#pages{
	position: absolute;
	top: 97px;
	left: 250px;
	width: 530px;
	text-align: center;
}
#pages a {
	color: #FF4200;
	font-weight: normal;
}
#pages a:hover {
	text-decoration: underline;
}
#contenu{
	position: relative;
	top: 0px;
	/*left: 242px;*/
	margin-left: 242px;
	width: 501px;
	height: 400px;
	background-image:url(../img/contenu.jpg);
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-right: 34px;
	padding-top: 7px;
	padding-bottom: 24px;
}
#galerie {
	position: absolute;
	left: 30px;
	top: 143px;
	overflow: auto;
	height: 388px;
	width: 200px;
	padding: 5px;
	border: 0;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 0px;
}
div#div_img_realisation{
	overflow: auto;
	height: 395px;
}
#div_img_realisation img {
	border: 1px solid black;
	margin-top: 2px;
	margin-bottom: 2px;
}
#div_img_realisation td {
	text-align: center;
}
#bottom{
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	height: 36px;
	background-image:url(../img/bottom.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
}
a{
	text-decoration: none;
	color: #FF4200;
	font-weight: bold;
}
img{
	border: none;
}
form{
	margin-left: 130px;
}
textarea, input{
	width: 250px;
	border: solid 1px #999;
	border-top: none;
	padding: 2px;
	font-weight: bold;
	margin-bottom: 5px;
	background-color: #fff;
}
input[type=submit]{
	border: solid 1px #999;
	font-weight: bold;
	color: #999;
	width: 101px;
	margin-top: 17px;
	margin-left: 70px;
	cursor: pointer;
}
label{
	background-color: #FF784C;
	padding-left: 2px;
	padding-right: 2px;
	color: #fff;
	font-weight: bold;
}
hr{
	border: none;
	border-top: solid 1px #FF784C;
	height: 1px;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
h1 {
	font-weight: bold;
	color: #FF4200;
	font-size: 18px;
	padding-bottom: 5px;
}
li {
	padding: 10px;
	font-weight: bold;
}
