body
{  
	width: 800px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;    /* Idem pour le bas du navigateur */
	background-color: #8AA80A;
}

#header
{
	height: 122px ;
	background: url(images/header.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 37px;
	font-weight: bold;
	color: #F88C1E;
	}

#partenaire
{
font-size: 10px;
}

#contenu
{
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 1px;
	padding-bottom: 1px;
	
	color: #000000;
	background: url(images/contenu.png);
	background-repeat:repeat-y;
	min-height:100px;
	margin-bottom: 0px;
}

.element_menu
{
  margin-left: -30px;
	float: left; /* Le menu flottera à gauche */
	width: 170px;
	color: #A2BA3E;
	margin-bottom: 20px;	
}

.texte
{
   margin-left: 140px;
   margin-bottom: 20px; 
   padding: 5px;	
   color: #006600;
   font-size: 14px;
}


#footer
{
	height: 51px ;
	background: url(images/footer.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	
}

.texte p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006600;
}

.Style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #799309;
}

#contenu a:hover
{
	text-decoration: underline;
	color: #CDE435;
}

#contenu a
{
	text-decoration: underline;
	color: #A2BA3E;
}

img {

border: 0;

}
			
