<!--
/* 7/12/04 Feuille de styles pied de page v2.00 */

ul {
list-style-type: none;
width: 100%; /* précision pour Opera */
padding-top: 1em;
padding-left: 50px;}

.menu li {
float: left;
}

.menu a {
margin:0;
padding-top:4px;
width: 125px;
height: 20px;
display: block;
background:#99FF00;
text-align: center;
border: 1px solid #000000;
font-family: sans-serif;
font-size: 12px;
font-weight:bold;
text-decoration: none;
color:#000000;
}

.menu a:hover {
background: #FFFFFF;
border: 1px solid #000000; 
text-decoration: underline;
}

.menu a:active {
background: #FFFFFF;
border: 1px solid #000000;  
text-decoration: none;
}

#logo a {
border:none;
float:left;
margin-left:316px;
width:118px;
height: 28px;
background:url("../../images/Interface_parts/Pied/INTERF%7E3_r3_c3.gif") no-repeat top;
}

#logo a:hover {
background:url("../../images/Interface_parts/Pied/INTERF%7E3_r3_c3_f2.gif") no-repeat top;
width:118px;
height: 28px;
}

#copyr {
margin-bottom: 5px;
border:none;
font-family:  sans-serif;
font-size: 12px;
text-align: center;
}

#validit{
float:left;
}

#validit a{
border:none;
text-decoration:none;
}
#validit img{
border:none;
}
-->