/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
    background: #666666 url(../images/fondPage.jpg) repeat-x;
}
a {
    color: #ff3300;
}
h1 {
    color: #ff3300;
    border-bottom: 1px solid #0d3e8d;
}
h2 {
    color: #ff3300;
}
#solutionsAccueil h2 {
    color: black;
}
.moduleGalerie h2 {
    border-bottom: 1px solid #0d3e8d;
}
#solutionsAccueil h3 {
    color: white;
}
h3 {
    color: black;
}



.champ, .bouton {
    color: black;
    background-color: #ebebeb;
    border: 1px solid #0d3e8d;
}
.champ:hover, .bouton:hover {
    background-color: white;
}

.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          ***************************/
    
#barreMenu {

}

#menu {
    color : #103f8d;
}

#menu li a { 
   color : #103f8d;
   background: none;
}
#menu .sousMenu {
    border: 1px solid #103f8d;
}

#menu .sousMenu li, #menu .sousMenu .sousSousMenu li {
   background-color : white;
   filter:alpha(opacity=90);
   opacity: 0.90;
}

#menu .sousMenu li a, #menu .sousMenu .sousSousMenu li a {
   color: black;
   border-left: 15px solid #666666;
   text-decoration: none;
}

#menu .sousMenu li a:hover, #menu .sousMenu .sousSousMenu li a:hover {
   background-color: #cfd9e8;
   border-left: 15px solid black;
}

/***************************   structure générale   ***************************/


#conteneur {
    color: black;
    background: #666666 url(../images/fondSite.jpg) no-repeat;
}

#header {

}

#fondCorps {
    color: black;
    background: url(../images/fondCorps.jpg) no-repeat;
}
#corpsAccueil {
    background: url(../images/fondCorpsAccueil.jpg) no-repeat 0 30px;
}
#droite a {
   color: black;
}

#footer, #footer a {
    color: white;
}



#signature {
    color: #333333;
    background-color: #666666;
}
#signature a{
    color:#333333;
}
#breves {
    background: url(../images/fondBreves.jpg) no-repeat;
}
#solutionsAccueil {
    color: white;
    background: url(../images/fondZoneBasAccueil.jpg) no-repeat;
}
#solutionsAccueil h1 {
    color: white;
}

#texteNF {
    background: white;
    filter:alpha(opacity=90);
    opacity: 0.90;
}
#fenBureaux, #fenMoyens, #fenOutils {
    background: #999999;
    filter:alpha(opacity=93);
    opacity: 0.93;
}
#texteNF {
    color: black;
}


#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;
}