#entete-menu
{
position: relative;
}

#entete-menu ul.dropdown
{
left:420px;
top:80px;
}

#entete-menu ul.dropdown li
{
margin-right : 15px;
}

#entete-menu ul.dropdown li a
{
color: black; text-decoration: none; font-size: 1.5em;
}

#entete-menu ul.dropdown li a:hover
{
color : white;
text-decoration : underline;
}

li.menu-niv-1-haut a:hover
{
text-decoration: underline;
}

.cleft
{
position: relative;
width : 251px;
min-height : 485px;
background-image: url('/img/menu-gauche.jpg');
}

.cleft .column-in
{
position: relative;
}

.cleft ul.dropdown
{
left : 40px;
top : 310px;
}

ul.dropdown li.menu-niv-1-gauche
{
margin-bottom : 10px;
}

ul.dropdown li.menu-niv-1-gauche a
{
color : black;
text-decoration: none;
font-size:1.2em;
}

ul.dropdown li.menu-niv-1-gauche a:hover
{
color:white;
text-decoration: underline;
}

.cright
{
position: relative;
background-image: url('/img/menu-droite.jpg');
width : 149px;
min-height : 485px;
}

.cright .column-in
{
position: relative;
}

.cright ul.dropdown
{
margin-right: 15px;
float : none;
}

li.menu-niv-1-droite
{
position: relative;
background-image: url('/img/menu-droite-off.png');
background-position: top left;
width: 115px;
height: 22px;
}

ul.dropdown-vertical-rtl a
{
display: block;
width: 115px;
text-align: center;
height: 16px;
padding-top: 6px;
color: #FFFFFF;
text-decoration: none;
font-size: 10px;
font-weight: bold;
}

ul.dropdown-vertical-rtl li
{
margin-top:7px;
}

li.menu-niv-1-droite:hover
{
background-image: url('/img/menu-droite-on.png');
color: #FFFFFF;
}

li.menu-niv-1-droite a:hover
{
text-decoration: underline;
}

