/* CSS Document */

body {
	background-color:#39260E;
	margin-top:50px;
	text-align :left;
	font-family : arial;
	font-size : 10px;
	color : #fff;
}

/*LIENS */ 

a {color : #3A4B76 ; text-decoration : underline ; font-weight : bold}
a:hover {text-decoration : none}


#conteneur {
	width:699px !important; width:659px;
	border:5px solid #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

#header {
	background-image:url(images/banniere.jpg);
	width:699px;
	height:91px;
}

#logo {
	font-size:36px;
	float:right;
	margin:0;
	padding-right:30px;
	padding-top:20px;
	font-weight:bold;
}

#menu {
	width : 100% ; 
	text-align : center
	margin:0;
	padding:0;
}

#menu li { 
	list-style : none ; 
	float:left; 
	padding : 4px 0 4px 0;  
}

#menu li a {
	text-decoration : none ; 
	color : #000; 
	font-weight : bold ; 
	padding : 2px 10px 2px 10px; 
	margin : 0;
	background : #fff url(images/menu.jpg) no-repeat right ; 
}

#menu li a:hover {text-decoration : none ; color : red}


#centre {
	color:#333333;
	height:auto;
	padding-left:10px;
	padding-right:10px;
	padding-bottom : 40px;  

}
#separation {
width : 100% ;
height : 21px ;
background : #fff url(images/bg_deco.jpg) repeat-x; 
clear : both  }
#footer {
width:auto;
height:auto;
margin-top:10px;
font-size:11px;
color:black;
text-align:left;
background-color:#eee;
border:1px solid #666;
font-size:10px;
padding:2px;
}

#footer a {
color:#666;
text-decoration:none;
}
