/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
    background: #acc2d8 url(../images/fond.jpg) repeat-x;
}
a {
    color: #0066cc;
}
h1 {
    color: #cc3333;
}
h2, .blocPage h1  {
    color: #0066cc;
    border-bottom: 1px solid #cc3333;
}
h3, .blocPage h2  {
    color: #cc3333;
    border: none;
}

.moduleGalerie .listeMiniatures {
    background-color: white;
    border: none;
}
.moduleGalerie .listeMiniatures th {
    background-color: white;
    color: #0066cc;
    border-bottom: 1px solid #cc3333;
}
.moduleGalerie .listeMiniatures .descriptionGalerie {
    border-bottom: none;
    padding: 0 0 10px 0;
}

.champ, .bouton {
    color: black;
    background-color: white;
    border: 1px solid #333333;
}
.bouton {
    color: white;
    background-color: #cc3333;
}
.champ:hover {
    background-color: #fefefe;
}
.bouton:hover {
    background-color: black;
    color: white;
}

.entete_tableau{
    color: white;
    background-color: #0066cc;
}

.moduleCatalogue .liste th {
   color: white;
   background-color: #0066cc;
}
.moduleCatalogue .fiche h1{
   color: white;
   background-color: #0066cc;
}
.moduleCatalogue .fiche h2 {
    color: #cc3333;
    background: none;
}


/***************************         menus          ***************************/

#menu li a { 
   color : white;
   background-color: none;
   border-right: 1px solid white;
}
#menu .sousMenu {
   background-color: white;
   border: 1px solid #cc3333;
}
#menu .sousMenu li a, #menu .sousMenu .sousSousMenu li a {
   color: black;
   background-color: transparent;
   border-left: 15px solid #cc3333;
}

#menu .sousMenu li a:hover, #menu .sousMenu .sousSousMenu li a:hover {
   background-color: #cc3333;
   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-color: white;
}

#contenuPage {

}

#header {
    background: url(../images/header.jpg) no-repeat;
}

#header a {
    color: white;
}

#corps {

}

#droite, #droite a {
    color: white;
}

#gauche a {
   color: black;
}

#footer {
    background-color: #d14747;
}

#footer, #footer a {
    color: white;
}

#edito .contenuEdito {
    background-color: #a3b7e1;
}

#actuAccueil {
    color: #666666;
    background-color: #f5f5f5;
}
#actuAccueil a {

}

#temoignageAccueil {
    color: #cc3333;
}

#infosAccueil .titre, #infosAccueil .titre a {
    color: #0066cc;
}

#infosAccueil .soustitre, #infosAccueil .soustitre a {
    color: #cc3333;
}

#documents {
    background: url(../images/zoneBas.jpg) no-repeat bottom left;
}
#documentsHaut {
    color: white;
    background: #0066cc url(../images/zoneHaut.jpg) no-repeat top left;
}
#documentsTitre {
    border-bottom: 1px solid #cc3333;
}
#documents li {
    color: #cc3333;
}
#documents a {
    color: white;
}

#signature {
    color: #333333;
    background-color: #acc2d8;
}
#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;
}