html, body {
	margin: 0; 
	background-color:#7abd9a;
}
.BlancTop{
	font-weight:900;
	text-transform:uppercase;
	color:#ffffff;
}
.Liste {
	list-style-image : url('../images/fleche.gif');
	width:90%;
	margin:0 auto;
	text-align:justify;
	font-size:20px;
}
.SousTitre {
	font-weight:900;
	color:#333333;
	font-size:21px;
}
.Titre {
	font-weight:900;
	text-transform:uppercase;
	color:#333333;
	font-size:20px;
}
a.item {
	font-weight:900;
	text-decoration:none;
	cursor:pointer;
	color:#ffffff;
}
a.item:hover {
	color:#5A5A5A;
}
a.item2 {
	text-decoration:none;
	cursor:pointer;
	color:#ffffff;
}
a.item2:hover {
	color:#5A5A5A;
}
a.lien5 {
	text-decoration:none;
	cursor:pointer;
	color:#ffffff;
}
a.lien5:hover {
	color:#5A5A5A;
}
a.lien1 {
	font-weight:900;
	text-decoration:underline;
	cursor:pointer;
	color:#ffffff;
}
a.lien1:hover {
	color:#000000;
}
a.lien2 {
	font-weight:900;
	text-decoration:underline;
	cursor:pointer;
	color:#587e59;
}
a.lien2:hover {
	color:#ffffff;
}
a.lien3 {
	font-weight:900;
	text-decoration:underline;
	cursor:pointer;
	color:#759250;
}
a.lien3:hover {
	color:#000000;
}
a.lien4 {
	text-decoration:none;
	cursor:pointer;
	color:#ffffff;
}
a.lien4:hover {
	color:#5A5A5A;
}
a.lien5 {
	font-size:18px;
	text-decoration:none;
	cursor:pointer;
	color:#ffffff;
}
a.lien5:hover {
	color:#5A5A5A;
}
#chapeau {
	background-image: url('../images/photo.jpg') ;
	background-repeat:repeat-x;
	background-position:center;
	text-align:center;
	width:100%;
	height:180px;
}
#chapeau2 {
	background-color:#ffffff;
}
#conteneur {
	text-align:center;
	font-family:'ITC Arnova', arial;
	font-size:16px;
}

#menu{
	width:100%;
	background-color:#51a188;
	color:#ffffff;
	font-weight:bold;
	font-size:20px;
	padding-top:14px;
	padding-bottom:14px;
 	position:relative;
	z-index:10;
}
#ressources {
	text-align:center;
}
#ressources ul li {
	list-style-image : url('../images/fleche.gif');
	margin-left:-20px;
}