body
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	}

a:link
   {
	color: black;
	text-decoration:none;
	}

a:visited
   {
	color: black;
	text-decoration:none;
	}
	
a:hover
   {
	color:red; 
	text-decoration:none;
	}
	
.menu
	{
	background-image: url(../img/fond.jpg);
	background-repeat: repeat-x;
   }
	
.contenu 
   {
   border: 2px solid #E9A84E;
   background-color: #FFF8DC;
   padding: 5px;
	vertical-align: top;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
   }
	
.footer 
   {
   font-size: 12px;
	font-weight: bold;
	color: #E9A84E;
	text-align: center;
	}
