/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

a {
    color: #d26601;
}
h1 {
    color: #d26601;
}
h2 {
    color: white;
    background-color: #339e66;
}
h3 {
    color: #339e66;
}
.champ, .bouton {
    color: black;
    background-color: #ebebeb;
    border: 1px solid #333333;
}
.champ:hover, .bouton:hover {
    background-color: #fefefe;
}

.entete_tableau{
    color: white;
    background-color: #339e66;
}

.moduleCatalogue .liste th {
   color: white;
   background-color: #339e66;
}

.moduleCatalogue .fiche h1{
   color: white;
   background-color: #339e66;
}
.moduleCatalogue .fiche h2 {
    color: #d26601;
    background: none;
}


/***************************         menus          ***************************/

#menu li a { 
   color : #d26601;
}
#menu li a:hover { 
   color : white;
   background-color: #d26601;
}
#menu .sousMenu {
   background-color: #d26601;
}
#menu .sousMenu li a {
   color: white;
   background-color: #d26601;
}

#menu .sousMenu .sousSousMenu li a {
   color: black;
   background-color: transparent;
}

#menu .sousMenu li a:hover, #menu .sousMenu .sousSousMenu li a:hover {
   background-color: #339e66;
}


/***************************   structure générale   ***************************/

#corps {
    color: black;
}

#gauche a {
   color: black;
}

#footer {
    color: white;
    background-color: #d26601;
}

#edito {
    color: black;
    background: url(../images/edito_haut.gif) no-repeat;
}
#edito2 {
	background: #d8d9db url(../images/edito_bas.gif) bottom left no-repeat;
}


#actuAccueil {
    color: #315635;
}
#actuAccueil a {
    color: #d26601;
}
.moduleKmlUne h2 {
    color: white;
    background-color: #339e66;
    text-indent: 10px;
}
.moduleKmlUne h3 {
	color: #339e66;
	margin-bottom: 5px;
     
}

