/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
    background-color: #c0c0c0;
}
a {
    color: #17599f;
}
h1 {
    color: #0052cc;
}
h2 {
    color: #0066ff;
    border-bottom: 1px solid #FDE306;
}
h3 {
    color: #0052cc;
}



.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;
}


/***************************         menus          ***************************/

#menu li a {
   color : #ffffff;
}
#menu .sousMenu{
    border: 1px solid #0066ff;
    border-left: 10px solid #0066ff;
}
#menu .sousMenu li{
    opacity: 0.95;
    filter: alpha(opacity=95);
}
#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: #0066ff;
   color: #ffffff;
}


/***************************   structure générale   ***************************/


#conteneur {
    color: black;
    background: url(../images/fond.jpg) repeat-y;
}

#conteneur2 {
    color: black;
    background: url(../images/header.jpg) no-repeat;
}

#header {
}

#corps {
    color: black;
}

#droite a {
   color: black;
}

#footer {
    background: url(../images/footer.jpg) no-repeat;
    background-color: #c0c0c0;
}

#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: #c0c0c0;
}
#signature a{
    color:#333333;
}



#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;
}