html, body {
	margin: 0; 
	background-color:#51a188;
}
.BlancTop{
	font-weight:900;
	text-transform:uppercase;
	color:#ffffff;
}
.Chapeau{
	font-weight:900;
	text-transform:uppercase;
	color:#333333;
	font-size:24px;
}
.Liste {
	list-style-image : url('../images/fleche.gif');
	max-width:540px;
	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.lienVert {
	text-decoration:none;
	cursor:pointer;
	color:lightgreen;
	font-weight:bold;
}
a.lienVert:hover {
	color:#5A5A5A;
}
#chapeau {
	background-image: url('../images/photo.jpg') ;
	background-repeat:repeat-x;
	background-position:center;
	text-align:center;
	width:100%;
	height:180px;
}
#conteneur {
	text-align:center;
	font-family:'ITC Arnova', arial;
	font-size:16px;
}

#menu{
	width:100%;
	background-color:#7abd9a;
	color:#ffffff;
	font-weight:bold;
	font-size:20px;
	padding-top:14px;
	padding-bottom:14px;
 	position:relative;
	z-index:10;
}
