@charset "utf-8";
/* CSS Document */

html {
 margin: 0;
 padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#010101;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border:none;
}
select {
	color: #b5b5b5;
	background-color: #fff;
}
#site{
	width:1024px;
	margin:0 auto;
}
#header{
	width:1024px;
	height:110px;
	position:relative;
}

#menu{
	width:727px;
	height:43px;
	float:right;
	margin-top:41px;
	margin-right:43px;
	text-align:center;
}
#header #logo{
	width:169px;
	height:78px;
	float:left;
	margin-left:65px;
	margin-top:13px;
}

#header_home{
	width:1024px;
	height:110px;
	position:relative;
	background-image:url(images/img_fd_haut_home.jpg);
	background-repeat:no-repeat;
}
#header_home #logo{
	width:169px;
	height:78px;
	float:left;
	margin-left:55px;
	margin-top:13px;
}

#footer_home{
	width:1024px;
	margin:auto;
	clear:both;
	height:426px;
	background:url(images/camion_home.jpg) top center no-repeat;
	line-height:50px;
}
#contenu_home{
	width:1024px;
	height:232px;
	position:relative;
	text-align:center;
	background:url(images/img_home.jpg) top center no-repeat;
	line-height:50px;
}




#contenu{
	width:1024px;
	min-height:300px;
	position:relative;
	text-align:center;
}
#contenu p{
	font-size:12px;
	color:#000;
	line-height: normal;
	text-align:justify;
}
#footer{
	width:1024px;
	margin:auto;
	clear:both;
	height:352px;
	background:url(images/camion_bas.jpg) top center no-repeat;
	line-height:50px;
}




.texte_noir16{
	font-size:16px;
	color:#000;
	line-height: 15px;
	text-align:justify;
}
.texte_noir14{
	font-size:14px;
	color:#000;
	line-height: normal;
}
.texte_vert14{
	font-size:14px;
	color:#5b8f30;
	line-height: normal;
}

.lien_vert12{
	font-size:12px;
	color:#5b8f30;
	line-height: normal;
	text-decoration:underline;
}
.lien_vert12:hover{
	text-decoration:none;
}

textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#505050;
}
input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#505050;
}
