/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
    background: #777777 url(../images/ombre.jpg) no-repeat top center;
}
a {
    color: white;
}
h1 {
    color: white;
}
h2 {
    color: white;
    /* background-color: #B5B5B5;*/
    border-bottom: 1px dashed white;
}
h3 {
    color: black;
}



.champ, .bouton {
    color: black;
    background-color: #ebebeb;
    border: 1px solid #333333;
}
.champ:hover, .bouton:hover {
    background-color: #fefefe;
}
.bouton {
    background-color: #B5B5B5;
}

.entete_tableau{
    color: white;
    background-color: #17599f;
}

.moduleCatalogue .liste th {
   color: white;
   background-color: #333333;
}
.moduleCatalogue .fiche h1{
   /*color: white;
   background-color: #0066cc;*/
   border-bottom: 1px dashed white;
}
.moduleCatalogue .fiche h2 {
    color: #9dc82e;
    background: none;
}
.moduleCatalogue .liste .impaire {
   background-color: #b6aa9b;
}
.moduleCatalogue .liste .paire {
   background-color: #8c7b65;
}
.moduleCatalogue a {
    color: black;
}


/***************************         menus          ***************************/

#menu li a { 
   color : #9DC82E;
   background-color: #fcfcfc;
}
#menu .sousMenu li a {
   color: black;
   background-color: transparent;
}
#menu .sousMenu .sousSousMenu li a {
   color: black;
   background-color: transparent;
}
#menu .sousMenu li a:hover, #menu .sousMenu .sousSousMenu li a:hover {
   background-color: #dcf1a5;
}


/***************************   structure générale   ***************************/


#conteneur {
    color: white;
    background: black url(../images/portait_fond_page.jpg) no-repeat top right;
}

#header {
    background: url(../images/header.jpg) no-repeat;
    /*color: black;*/
}
#header a {
    color: black;
}

#corps {
    color: black;
}

#corpsPage {
    background-color: #9E8E79;
}
#corpsPagePhototheque{
    background-color: black;
}

#footer {
    color: black;
    background-color: #B5B5B5;
}

#actuAccueil  {
    color: black;
    background-color: #9E8E79;
}
#actuAccueil  h2, #actuAccueil  h3 {
    color: white;
    border: none;
}

#signature {
    color: black;
    background: #777777 url(../images/ombreSign.jpg) no-repeat top center;
}
#signature a{
    color: black;
}





#calendrier {
    /*border: 1px solid #666666;
    background-color: #ffffff;*/
}
#calendrier .enteteCalendrier {
    background-color: #17599f;
}
#calendrier .titre {
    color: white;
}
#calendrier a {
    color: white;
}
#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;
}
