 /*MENU HOME*/
 
ul {
 padding:0;
 margin:0;
 list-style-type:none;
 }
li {
 margin-left:0px;
 float:left; /*pour IE*/
 }
ul li a {
 display:block;
 float:left;   
 width:50px;
 height:15px;
 background-color:#FFFFFF;
 color:black;
 font-size:12px;
 text-decoration:none;
 text-align:center;
 padding:5px;
 border:2px solid;
 /*pour avoir un effet "outset" avec IE :*/
 border-color:#DCDCDC #696969 #696969 #DCDCDC;
 }
ul li a:hover {
 background-color:#D3D3D3;
 border-color:#696969 #DCDCDC #DCDCDC #696969;
 } 
 

/* Caractéristiques du pied de page */
ul#footer {
		
		margin-top:2px;
		width: 100%; 
		height : 20px;
		text-align: center;
		font-weight:bold;
		color:black;
}
