 /*MENU PAGE*/
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:80px;
 height:12px;
 background-color:#FFFFFF;
 color:black;
 font-size:10px;
 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 */
#footer ul li{
		
		margin-top:10px;
		width: 100%; 
		text-align: center;
		font-weight:bold;
		color:black;
}
