/* Verion 1.0  28/01/2022 css menu bas de page (themes School)*/
ul {
 padding:0;
 margin:10;
 list-style-type:none;
 }
li {
 display: inline;
 margin-left:4px;
 float:left; /*pour IE*/
 }
ul li a {
 display:block;
 float:none;   
 width:80px;
 background-color: #755151;
 color:black;
 text-decoration:none;
 text-align:center;
 padding:1px;
 border:2px solid;
 /*pour avoir un effet "outset" avec IE :*/
 border-color:#DCDCDC  #9d7970   #9d7970  #DCDCDC;
 }
ul li a:hover {
 background-color: #9d7970;
 border-color: #9d7970   #DCDCDC   #DCDCDC   #9d7970;