/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
    background-color: #f8cbe2;
}
a {
    color: #FF3B16;
}
h1 {
    color: #FDAB49;
}
h2, .blocPage h1  {
    color: #D80061;
    border-bottom: 1px solid #FF3B16;
}
h3, .blocPage h2  {
    color: #FF3B16;
    border: none;
}

.moduleGalerie .listeMiniatures {
    background-color: white;
    border: none;
}
.moduleGalerie .listeMiniatures th {
    background-color: white;
    color: #D80061;
    border-bottom: 1px solid #FF3B16;
}
.moduleGalerie .listeMiniatures .descriptionGalerie {
    border-bottom: none;
    padding: 0 0 10px 0;
}

.champ, .bouton {
    color: black;
    background-color: #fbd2e7;
    border: 1px solid #333333;
}
.champ:hover {
    background-color: #fefefe;
}
.bouton:hover {
    background-color: #d80061;
    color: white;
}

.entete_tableau{
    color: white;
    background-color: #FF3B16;
}

.moduleCatalogue .liste th {
   color: white;
   background-color: #FF3B16;
}
.moduleCatalogue .fiche h1{
   color: white;
   background-color: #0066cc;
}
.moduleCatalogue .fiche h2 {
    
}


/***************************         menus          ***************************/

#menu li a { 
   color : white;
   background-color: #FF3B16;
}
#menu .sousMenu {
   background-color: white;
   border: 1px solid #FF3B16;
}
#menu .sousMenu li a, #menu .sousMenu .sousSousMenu li a {
   color: black;
   background-color: transparent;
   border-left: 15px solid #FF3B16;
}

#menu .sousMenu li a:hover, #menu .sousMenu .sousSousMenu li a:hover {
   background-color: #E04393;
   color: white;
   border-left: 15px solid black;
}

/***************************         menus          ***************************/

#menuVertical li a {
   color : #9DC82E;
   background-color: #fcfcfc;
}
#menuVertical .sousMenu li a {
   color: black;
   background-color: transparent;
}
#menuVertical .sousMenu .sousSousMenu li a {
   color: black;
   background-color: transparent;
}
#menuVertical .sousMenu li a:hover, #menuVertical .sousMenu .sousSousMenu li a:hover {
   background-color: #dcf1a5;
}


/***************************   structure générale   ***************************/


#conteneur {
    color: black;
    background: url(../images/fond.jpg) repeat-y;
}
#conteneur2 {
    background: url(../images/fond-haut.jpg) top no-repeat;
}
#conteneur3 {
    background: url(../images/fond-bas.gif) bottom no-repeat;

}

#contenuPage {
    color: #7B0A42;
    background: white url(../images/coinFondCorps.jpg) bottom left no-repeat;
}

#header {

}

#header a {
    color: white;
}

#corps {
    color: #7B0A42;
}

#droite, #droite a {
    color: white;
}

#gauche a {
   color: black;
}

#footer, #footer a {
    color: white;
}

#edito {

}

#actuAccueil {
    color: #666666;
    background-color: #f5f5f5;
}
#actuAccueil a {
    color: #cd1a73;
}

#documents {
    background: url(../images/zoneBas.jpg) no-repeat bottom left;
}
#documentsHaut {
    color: white;
    background: #F8AAD1 url(../images/zoneHaut.jpg) no-repeat top left;
}
#documentsTitre {
    border-bottom: 1px solid #FF3B16;
}
#documents li {
    color: #FF3B16;
}
#documents a {
    color: #7B0A42;
}

#signature {
    color: #333333;
    background-color: #f8cbe2;
}
#signature a{
    color:#333333;
}

#videoAccueil {
    background: url(../images/fondVideoAccueil.jpg) no-repeat;
}
#videoAccueil a {
    color: white;
}





#calendrier {
    border: 1px solid #FF3B16;
    background-color: #ffffff;
}
#calendrier .enteteCalendrier {
    background-color: #FF3B16;
}
#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;
}
