@charset "utf-8";
/* CSS Document */


/* RESET */
body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
       margin:0; padding:0;
       border:0px;
	   background:#FFF;
	   padding-bottom:10px;
}

div, h1, h2, p, form, label, input, textarea, img, span, table{
       margin:0; padding:0;
       border:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	   font-size:12px;
	   color:#FFF;
}

/*TEMPLATE*/
#container{
margin-left:auto;
margin-right:auto;
width:923px;
}

#content{
width:923px;
background:url(images/bg.jpg) no-repeat;
height:529px;
clear:both;
padding-top:190px;
}
#content3{
width:923px;
clear:both;
color:#000;
}
#content3 p{
color:#000;
}
#content3 h1{
color:#000;
}

#left{
	float:left;
	margin-left:6px;
}

#right{
	float:left;
	padding-top:55px;
	padding-left:5px;
}

#produits2{
	background:url(images/bg_left.jpg) no-repeat;
	width:263px;
	height:424px;
	padding:20px;
	padding-top:10px;
}
#produits{
	background:url(images/bg_left.jpg) no-repeat;
	width:263px;
	height:424px;
	padding:20px;
	padding-top:10px;
	line-height:16px;
}

#coord{
	float:left;
	background:url(images/bg_center.jpg) no-repeat;
	width:252px;
	height:160px;
	color:#000;
	padding:25px;
	padding-top:10px;
}
#coord p{
	color:#000;
}

#coord2{
	background:url(images/bg_center.jpg) no-repeat;
	width:252px;
	height:160px;
	color:#000;
	padding:25px;
	padding-top:10px;
	margin:-20px;
}
#coord2 p{
	color:#000;
}

#servs{
	float:left;
	background:url(images/bg_right.jpg) no-repeat;
	width:252px;
	height:160px;
	margin-left:3px;
	padding:25px;
	padding-top:10px;
	line-height:16px;
}

#txt{
clear:both;
width:590px;
	line-height:16px;
	margin-left:10px;
}
#txt2{
width:590px;
	line-height:16px;
	margin-top:60px;
	margin-left:10px;
}

#footer{
clear:both;
margin-left:auto;
margin-right:auto;
width:923px;
text-align:center;
	color:#000;
}
#footer a{
	color:#000;
}
#footer h2{
	color:#000;
	margin-top:12px;
}
#footer p{
	color:#000;
}

.adsense{
	width:728px;
	height:90px;
	background-color:#00FFFF;
	margin:auto;
	margin-top:8px;
}


