﻿.gauche ul
{
    margin:0;
    padding:0;  
    list-style-type:none;       
    background-image:none;
}
.gauche li
{
    margin:0;
    padding:0;   
    background-image:none;    
}
ul.ulMenu
{
    width:170px;
}
.menuDroite li,
.menuDroite ul,
.menuGauche li,
.menuGauche ul {
    margin:0;
    padding:0;
}
.menuDroite li,
.menuGauche li {
    margin-bottom:10px;
}
.menuDroite a,
.menuGauche a {
    padding-left:17px;
    font-family:Verdana;
    font-size:14px;
    color:#0c782c;
    text-decoration:none;
    display:block;
    background:url('../Images/flecheVerte.gif') left center no-repeat;
}
.menuDroite a:hover,
.menuGauche a:hover {
    background-image:url('../Images/flecheJaune.gif');
    color:#93bf28;
}

.menuGauche a {
    padding-left: 20px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-weight: bold;
    margin-top: 10px;
    font-size: 13px;
    background: url(../Images/Accueil/flecheVerte.gif) left center no-repeat;
}
.menuGauche a:hover,
.menuGauche a.MenuNiveau1_Selected,
.menuGauche a.MenuNiveau2_Selected {
  background-image:url('../Images/Accueil/flecheJaune.gif');
   color:#93bf28;
}
.menuGauche a.MenuNiveau2,
.menuGauche a.MenuNiveau2_Selected {
    margin-top:5px;
    font-size:11px;
    margin-left:15px;
}

.footer ul {
    width:400px;
}
.footer ul, .footer li {
    margin:0;
    padding:0;
}
.footer li {
    display:block;
    float:left;
}
.footer li a {
    display:block;
    float:left;
    border-left:solid 1Px #06501c;
    padding:0 15px;
    text-decoration:none;
    color:#FFFFFF;    
}
.footer .premierFils {
    padding-left:0;
    border-width:0;
}
.footer a:hover {
/*    text-decoration:underline;*/
    color:#06501c;
}
