body {
 font-family:verdana;
 font-size:9pt;
 color:navy;
}
a {
 text-decoration:none;
 color:green;
 background:transparent;
}
a:hover {
 text-decoration:none;
 color:blue;
 background:yellow;
}
a.menu1 {
 display:block;
 width:200px;
 background:transparent;
 border-bottom:1px solid silver;
 padding:2px;
 color:brown;
}
a.menu1:hover {
 background:silver;
}
a.menu2 {
 display:block;
 width:200px;
 background:transparent;
 border-bottom:1px solid silver;
 padding:2px;
 color:navy;
 font-weight:bold;
}
a.menu2:hover {
 background:gold;
}
a.menu3 {
 display:block;
 width:200px;
 background:transparent;
 border-bottom:1px solid silver;
 padding:2px;
 color:navy;
}
a.menu3:hover {
 background:palegreen;
}
.menu {
 width:202px;
 float:left;
}
a.small {
 color:rgb(128,128,0);
 font-size:7pt;
 background:transparent;
 text-align:center;
}
a.small:hover {
 color:brown;
 font-size:7pt;
 background:transparent;
 text-align:center;
}
.corps {
 margin-left:210px;
 /*background:lemonchiffon;
 border:1px solid rgb(192,192,192);*/
}
.aucentre {
 width:610px;
}

