/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
    background: #EB6B1A url(../images/fondIntro.png) repeat-x;
}
a {
    color: #E3005C;
}
h1 {
    color: #E3005C;
    background: url(../images/puceTitre.png) no-repeat 0 2px;
    border-bottom: 1px solid #E3005C;
}
h2 {
    color: #E95E0F;
    border-bottom: 1px solid #E95E0F;
}
.ficheEntete h2 {
     border-bottom: none;
}
h3,.zone2colonnes h2 {
    color: #E3005C;
    border: none;
}


.tableau {
    border: 1px solid #E95E0F;
}

.tableau th {
    color: white;
    background-color: #E95E0F;
}

.tableau .ligneImpaire {
    background-color: #fce5d7;
}

.champ, .bouton {
    color: black;
    background-color: #ebebeb;
    border: 1px solid #333333;
}
.champ:hover, .bouton:hover {
    background-color: #fefefe;
}

.entete_tableau{
    color: white;
    background-color: #17599f;
}

.moduleCatalogue .liste th {
   color: white;
   background-color: #17599f;
}
.moduleCatalogue .fiche h1{
   color: white;
   background-color: #0066cc;
}
.moduleCatalogue .fiche h2 {
    color: #9dc82e;
    background: none;
}

.cadreEnteteHaut {
    background: url(../images/fondHautEncadre.png) no-repeat;
    _background: url(../images/fondHautEncadre.jpg) no-repeat;
}
.cadreEnteteBas {
    background: url(../images/fondBasEncadre.png) no-repeat bottom;
    _background: url(../images/fondBasEncadre.jpg) no-repeat bottom;
}
.cadreEntete {
    background: url(../images/fondEncadre.png) repeat-y;
    _background: url(../images/fondEncadre.jpg) repeat-y;
}
.fichePhoto .fondPhoto {
   background-color: #f0f0f0;
   border: 1px solid #838485;
}

/***************************         menus          ***************************/

#menu li a { 
   color : #E95E0F;
   background: url(../images/fondItemMenuBlanc.png) no-repeat;
   _background: url(../images/fondItemMenuBlanc.gif) no-repeat;
}
#menu .sousMenu li a {
   color: #666666;
   background: none;
}
#menu .sousMenu .sousSousMenu li a {
   color: #666666;
   background: none;
}
#menu li a:hover {
    color: #E3005C;
    background: url(../images/fondItemMenuCouleur.png) no-repeat;
   _background: url(../images/fondItemMenuCouleur.gif) no-repeat;
}
#menu .sousMenu li a:hover, #menu .sousMenu .sousSousMenu li a:hover {
   color: #E3005C;
   background: none;

}


/***************************   structure générale   ***************************/


#conteneur {
    color: black;
    background: white url(../images/fondConteneur.jpg) repeat-y;
}
#conteneur2 {
    background: url(../images/fondPage.jpg) no-repeat;
}

#header {
    /*background: url(../images/mdl2/header.jpg) no-repeat;*/
}

#corps {
    color: #666666;
}

#gauche a {
   color: black;
}

#footer {
    color: white;
    background-color: navy;
}

#edito {
    color: white;
    background-color: #b8ca30;
}

#actuAccueil {
    color: #666666;
    background-color: #f5f5f5;
}
#actuAccueil a {
    color: #cd1a73;
}

#documents {
    background: url(../images/mdl2/zoneBas.jpg) no-repeat bottom left;
}
#documentsHaut {
    color: white;
    background: #17599f url(../images/mdl2/zoneHaut.jpg) no-repeat top left;
}
#documentsTitre {
    border-bottom: 1px solid #B8CA30;
}
#documents li {
    color: #B8CA30;
}
#documents a {
    color: white;
}

#signature {
    color: #333333;
    /*background-color: #EB6B1A;*/
}
#signature a{
    color:#333333;
}

#zoneFormRecherche .champsRecherche {
    background: url(../images/fondRecherche.png) no-repeat;
    _background: url(../images/fondRecherche.jpg) no-repeat;
    border: none;
    color: #B1B3B4;
}


#avion {
    background: url(../images/avion.png) no-repeat;
    _background: url(../images/avion.gif) no-repeat;
}


#calendrier {
    border: 1px solid #666666;
    background-color: #ffffff;
}
#calendrier .enteteCalendrier {
    background-color: #17599f;
}
#calendrier .titre {
    color: white;
}
#calendrier a {
    color: #666666;
}
#calendrier a:hover {
    background-color: white;
}
#calendrier .joursVides {
    color: #000000;
    background-color: #e5e5e5;
}
#calendrier .joursNormaux {
    color: #000000;
    background-color: #e5e5e5;
}
#calendrier .aujourdHui {
    font-weight: bold;
    background-color: transparent;
}



#onglets {

}
#onglets li {
    background: url(../images/fondOnglet.png) no-repeat;
    _background: url(../images/fondOnglet.jpg) no-repeat;
}
#onglets li a {
   color: #666666;
}
#onglets li a:hover {
   color: #E3005C;
   text-decoration: none;
}
#ongletAccueil {
    background: url(../images/pictoAccueil.png) no-repeat 30px 1px;
    _background: url(../images/pictoAccueil.jpg) no-repeat 30px 1px;
}
#ongletContact {
    background: url(../images/pictoContact.png) no-repeat 30px 6px;
    _background: url(../images/pictoContact.jpg) no-repeat 30px 6px;
}