body
{
	background-image:url("images/background.gif");
	background-repeat:repeat-x;
	background-color:#3f6b44;
	font-family:"Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

a
{
	text-decoration:underline;
	font-style:italic;
	color:white;
}

a:hover
{
	text-decoration:none;
	color:#62a76a;
}

img
{
	border:none;
}

#titre
{
	width:800px;
	margin:auto;
	margin-top:10px;
	text-indent:30px;
}

ul#menu
{	
	float:left;
	width:160px;	margin:0;
	padding:0 0 0 16px ;
	list-style-type: none ;
	
 /*Suppression du margin, du padding et des puces du <ul> */
}

ul#menu li
{
	margin: 0 0 5px 0;
	padding: 0 ;
	
/*	Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
}

ul#menu li a
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 160px ;
	line-height: 30px ;
	color: #FFF ;
	font-size:14px;
	text-decoration: none ;
	}

ul#menu li a:hover
{
	background-color:white ;
	color:#000;
}

ul#menu  img
{
	margin:25px 0 0 0;
	text-align:center;
	
}
		

#top
{
	background-image:url("images/top.gif");
	background-repeat:no-repeat;
	width:801px;
	height:28px;
	margin:auto;
	text-align:center;
}

#middle
{
	background-image:url("images/middle.gif");
	background-repeat:repeat-y;
	width:801px;
	min-height:550px;
	margin:auto;
	padding:0;
	text-align:center;
	color:white;
	font-size:12px;
	font-family:"Lucida Grande", Geneva, Arial, Verdana, sans-serif;

}

#bottom
{
	background-image:url("images/bottom.gif");
	background-repeat:no-repeat;
	width:801px;
	height:28px;
	margin:auto;
	text-align:center;	
}
#spacer{	clear:both;}
#contenu
{
	margin-left:200px;
	margin-right:20px;
	text-align:justify;
	text-indent:20px;
	padding:5px 15px 5px 15px;
	
}

#footer
{
	text-align:center;
	font-size:10px;
	color:#78cc82;


}

