/* CSS Document */
div, h1, h2, h3, h4, h5, h6, form, label, input, span, ul, li, p, a{
	margin:0; padding:0;
}
body{
	background-image:url(images/body_bg.jpg); 
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	/*font-weight:bold;*/

}
#conteneur{
	background-image:url(images/bg_conteneur.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:918px;
	margin:auto;
}
/*background*/
#header{
	width:918px;
	height:149px;
}
#menu{
	/*background-image:url(images/menu_bg.jpg);
	background-repeat:no-repeat;*/
	height:43px;
	width:918px;
}
#bandeau{
	/*background-image:url(images/bandea_bg.jpg);*/
	height:164px;
	margin:0;
}
#contenu{
	/*background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;*/
}
#foot{
	background-image:url(images/foot.jpg);
	float:left;
	width:100%;
	height:129px;
}
/*fon background*/
/*header*/
.logo{
	padding:30px 0 0 0;
}
.tel{
	margin-top:-75px;
	float:right;
}
/*header*/
/*menu*/
.navigation{
	margin:7px 0 0 45px;
	height:36px;
	display:block;
}
.navigation ul{ 
	list-style-type:none; margin:0; padding:0;
}
.navigation ul li { 
	height:36px; float:left; overflow:hidden; margin:0; padding:0;
}
.navigation a{
	height:36px;
	display:block;
	width:135px;
}
.navigation a:hover{
	margin-top:-36px;
}

/*fin menu*/
/*contenu*/
.text{
	width:550px;
	padding-left:30px;
	padding-top:70px;
}
/*fin contenu*/
/*foot*/
#cont_foot{
	width:918px;
	margin:auto;
	font-size:12px;
	text-decoration:none;
	color:#fff;
}
.menu_foot{
	padding-right:25px;
	padding-top:40px;
	font-size:12px;
	text-decoration:none;
}
.menu_foot a{
	font-size:12px;
	text-decoration:none;
	color:#fff;
}
.menu_foot a:hover{
	font-size:12px;
	text-decoration:none;
	color:#ff0000;
}
.adr{
	padding-left:25px;
	margin-top:-50px;
	
}
/*fin foot*/
/*contact*/
input{
	border-bottom:1px solid #CCCCCC;
	font-size:11px;
	font-family:tahoma;
	width:300px;
	margin-bottom:3px;
}
textarea{
	width:300px;
	border-bottom:1px solid #CCCCCC;
	font-size:11px;
	font-family:tahoma;
	padding-bottom:5px;
}
/*fin contact*/
.puce li{
	padding:5px 5px 5px 5px;	
}
.puce{
	padding-left:35px;
	list-style-type:none;
	font-weight:bold;
	color:#8F3007;	
}
.puce1 li{
	padding:2px 2px 2px 2px;	
}
.puce1{
	padding-left:35px;
	list-style-type:none;
	color:#8F3007;	
}
a{
	text-decoration:none;
	color:#8f0c7e;
}
a:hover{
	text-decoration:none;
	color:#fff;
}
.anim{
	margin-left:14px;
	margin-top:-7px;
}
