/* CSS Document */
#contenu {
width : 850px;
height: auto;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
padding-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;	
}

#liste{
	position :absolute;
	margin-left:0px;
	padding: 50px;
	padding-top: 80px;
	margin-top:0px;
	width: 304px;
	height:328px;
	background-image:url(../image/listes2.jpg);
	background-repeat: no-repeat;
	
}
#liste2{
	position :absolute;
	padding:50px;
	padding-top:80px;
	margin-left: 410px;
	margin-top:0px;
	width: 300px;
	height: 328px;
	background-image:url(../image/listes.jpg);
	background-repeat: no-repeat;
	

}

p{
padding-right:30px;
}
#titre {
	padding-top: 50px;
	padding-right:10px;
	font-weight: bold;
	color:#24522E;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../image/souligne.jpg);
	background-position:0px ;
	background-repeat: no-repeat;
	padding-left:25px;

}
#liste a {
	font-weight: bold;
	text-decoration: none;
	color:#24522E;
	font-family: Arial, Helvetica, sans-serif;
	font-size:large;
	font-variant: normal;
}
#liste a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color:#333333;
	}
#liste  a:hover, a:active {
	font-weight: bold; 
	text-decoration:none;
	color:#827FD0;
	}
	
	
	#liste2 a {
	font-weight: bold;
	text-decoration: none;
	color:#24522E;
	font-family: Arial, Helvetica, sans-serif;
	font-size:large;
	font-variant: normal;
}
#liste2 a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color:#333333;
	}
#liste2  a:hover, a:active {
	font-weight: bold; 
	text-decoration: none;
	color:#D21E00;
	}


#menu {
	width: 540px;
	height:50px;
	background-image:url(../image/menu.jpg);
	background-repeat:no-repeat;
	padding-top: 100px;
	margin-bottom: 0px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 10px;
}
#menu li {
	padding-top:10px;
	list-style-type: none;
	float:left;
	margin:15px;
	margin-left: 10px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu a {
	font-weight: bold;
	text-decoration: none;
	color:#FF9900;
	font-size: small;
	font-variant: normal;
}
#menu a:hover, a:active {
	font-weight: bold; 
	text-decoration: none;
	color:#F7F21C;
	}

#footer{
	width: 647px;
	padding-top: 0px;
	margin-top:450px;
	clear:both;
	position:absolute;
	background-repeat: no-repeat;
	background-image:url(../image/footer.jpg);
	margin-right: auto;
	margin-left: 50px;
	left: 158px;
	top: 474px;
	
	
}
#footer li {
list-style-type: none;
	float:left;
	margin-left:40px;
	font-size: 10px!important;
	text-align: center;

}
#footer a {
	text-decoration: none;
	color: #FEE620!important;
	text-align: center;
}
#footer a:active {

	color: #FEE620!important;
	text-align: center;
}
#footer a:hover {

	color:#66CC00;
	text-align: center;
}
	

