/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
    background-color: #efefef;
}
a {
    color: #014A97;
}
h1 {
    color: #FFA800;
}
h2 {
    color: #014A97;
    background: white url(../images/soulignement-titre.gif) bottom left no-repeat;
}
h3 {
    color: #17599f;
}



.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: #FFBC41;
}
.moduleCatalogue .fiche h1{
   color: white;
   background-color: #0066cc;
}
.moduleCatalogue .fiche h2 {
    color: #014A97;
    background: none;
    border-bottom: #FFBC41 1px solid;
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.moduleCatalogue .liste .impaire{
    background-color: white;
}
.moduleCatalogue .liste .paire{
    background-color: #DFDBDB;
}
.moduleCatalogue .ajoutPanier .enteteFenetre{
    background-color: #FFBC41;
}
.moduleCatalogue .ajoutPanier{
    background-color: #F0F0F0;
}


/***************************         menus          ***************************/

#barreMenu{
   background-color: #a8a6a5;
   border-bottom: 1px solid #FFBC41;
}

#menu li a {
   color : #FFFFFF;
   background-color: #a8a6a5;
}
#menu .sousMenu{
   border: 1px solid #FFBC41;
   border-top: none;
}
#menu .sousMenu li a {
   color: white;
   background-color: #a8a6a5;
   border: none;
}
#menu .sousMenu .sousSousMenu li a {
   color: black;
   background-color: transparent;
}
#menu .sousMenu li a:hover, #menu .sousMenu .sousSousMenu li a:hover {
   background-color: #FFBC41;
   color: black;
}


/***************************   structure générale   ***************************/


#conteneur {
    color: black;
    background: white url(../images/fond.gif);
    border: 1px solid #aaaaaa;
}

#header {
    background: url(../images/header.jpg) no-repeat;
}

#corps {
    color: black;
}

#droite a {
   color: black;
}

#footer {
    color: white;
    background: white url(../images/fond-pied-page.gif) repeat-x;
}
#content-footer a{
    color: black;
    font-weight: bold;
}

#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: #efefef;
}
#signature a{
    color:#333333;
}

#droite h1{
    color: #014A97;
    background: white url(../images/soulignement-titre-droite.gif) bottom right no-repeat;
    font-size: 1.3em;
    padding: 0px 20px 15px 0px;
    margin: 15px 0px 0px 0px;
}
#droite h2{
    color: #ffffff;
    background: white url(../images/fond-titre-droite.gif) bottom right no-repeat;
    font-size: 1.3em;
    padding: 3px 3px 3px 15px;
    margin: 15px 0px 0px 0px;
}
#droite h2 a{
    color: #ffffff;
}



#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;
}