/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
    background:white url(../images/fond-entreprise.jpg) center top no-repeat;
}
a {
    color: #17599f;
}
h1 {
    color: #004BA2;
    font-size: 2em;
}
h2 {
    color: #004BA2;
    border-bottom: 1px solid #2C78B6;
}
h3 {
    color: #E71570;
}



.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;
}


/***************************         menus          ***************************/

#menu li a {
   color : white;
}
#menu .sousMenu, #menu .sousMenu .sousSousMenu {
    border: 1px solid #2E78B7;
}
#menu .sousMenu li{
   border: none;
}
#menu .sousMenu li a {
   color: black;
   background-color: white;
   border-left: 10px solid #2E78B7;
}
#menu .sousMenu .sousSousMenu li a {
   color: black;
   background-color: white;
   border-left: 10px solid #2E78B7;
}
#menu .sousMenu li a:hover, #menu .sousMenu .sousSousMenu li a:hover {
   background-color: #2E78B7;
   color: white;
   border-left: 10px solid black;
}


/***************************   structure générale   ***************************/


#conteneur {
    color: black;
}

#corps {
    color: black;
}

#gauche a {
   color: black;
}

#footer {
    color: white;
    background-color: #2E78B7;
}
#footer a{
    color: white;
}


#edito {
}
#realisation-accueil{
    float: right;
    width: 330px;
    padding: 0px;
    margin: 0 0 0 20px;
}
#temoignage-accueil{
    width: 330px;
    padding: 0px;
    margin: 0 20px 0 0;
}
#edito h1, #realisation-accueil h1, #temoignage-accueil h1{
    color: #005BA7;
    padding: 0px;
    border-bottom: 1px solid #005BA7;
    margin: 0px 0px 15px 0px;
}
#edito h2, #realisation-accueil h2, #temoignage-accueil h2{
    color: #CD1A73;
    font-size: 1.2em;
    border-bottom: none;
}
.lireSuite{
    margin: 10px 0 0 0;
}


#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;
}
#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;
}