/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
    background-color: white;
}
a {
    color: #fe7f00;
    text-decoration:underline;
}
h1 {
    color: #07b4b8;
    background-color: #ffffff;

    
}
h2, .blocPage h1 {
    color: #ffffff;
    background-color:#07b4b8;
    font-family:verdana;
}
h3, .blocPage h2 {
    color: #fe7f00;
    background: none;
}
.blocPage h3 {
    color: #07b4b8;
    background-color: none;
}


.encart {
    border: 1px solid #dddc1f;
}

.champ, .bouton {
    color: black;
    background-color: #ebebeb;
    border: 1px solid #333333;
}
.champ:hover, .bouton:hover {
    background-color: #fefefe;
}

.entete_tableau{
    color: white;
    background-color: #07B4B8;
}

.moduleCatalogue .liste th {
   color: white;
   background-color: #07B4B8;
}
.moduleCatalogue .fiche h1{
   color: white;
   background-color: #07B4B8;
}
.moduleCatalogue .fiche h2 {
    color: #EC6E07;
    background: none;
}


/***************************         menus          ***************************/

#menu li a { 
   color : #ffffff;
   background-color: #30a9c1;
   width:123px;
   text-align:center;
   height:30px;
   vertical-align:middle;
   display:table-cell;
}
#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: #dddc21;
}
#menu .sousMenu{
    top:30px;
}
#menu .sousMenu li{
    width:123px;
    background-color:#a7dceb;
}
#barreMenuGauche #menuGauche{
    margin-left:30px;
}
#barreMenuGauche #menuGauche li{
    margin-bottom:5px;
    padding:0px;
    background-color:#a7dceb;
    
    padding:5px 5px 5px 20px;
}
#barreMenuGauche #menuGauche li a{
    padding:0px;
    font-size:12px;
    color:#666666;
    background-color:transparent;
}

#barreMenuGauche #menuGauche  .pageCourante {
    background-color: #30A9C1;
}
#barreMenuGauche #menuGauche  .pageCourante a {
    color: white;
}

/***************************   structure générale   ***************************/


#conteneur {
    color: black;
    background: white url(../images/mdl2/fond.jpg)  no-repeat;
}

#header {
    background: url(../images/mdl2/header.jpg) no-repeat;
}

#corps {
    color: black;
    padding-top:0px;
}

#gauche a {
   color: black;
}

#footer {
    color: white;
    background-color: navy;
    display:none;
}

#edito {

}

#actuAccueil {
    color: #666666;
    background-color: #f5f5f5;
} 
#actuAccueil h1 {
    background-color: #f5f5f5;
    text-align: center;
    color: black;
    font-size: 16px;
    text-transform: none;
    position:absolute;
    width:100%;
    z-index:99;
    margin-top:0px;
}
#actuAccueil a {
    text-decoration: none;
}
#actuAccueil a:hover {
    text-decoration: underline;
}

#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: white;
}
#signature a{
    color:#333333;
}


.moduleKmlUne h1 {

}
.moduleKmlUne h2 {
    color: #fe7f00;
    background-color: transparent;
}
.moduleKmlUne h3 {
   color: #666666;
   font-weight:bold;
}



#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;
}
