html, body {
	margin: 0; 
	background-color:#a9dba8;
	font-size:16px;
}
.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;
}
.texte {
	max-width:780px;
	margin:0 auto;
	padding-left:5%;
	padding-right:5%;
	text-align:justify;
	color:#000000;
	font-size:16px;
}
.Titre {
	font-weight:900;
	text-transform:uppercase;
	color:#000000;
	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.lien3 {
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	color:darkblue;
}
a.lien3:hover {
	color:#ffffff;
}
a.lien5 {
	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;
}
#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;
}
#suite {
	width:100%;
	background-color:#a9dba8;
	color:#587e59;
	padding-top:20px;
	background-image: url('../images/frise2.png') ;
	background-repeat:repeat-x;
	background-position:bottom;	
}
