/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
    background-color: #333333;
}
a {
    color: #e2001a;
}
h1 {
    color: #ffffff;
    /*background-color: #751212;*/
    background: url(../images/bg-h1.jpg);
}
h2 {
    /*color: #333333;*/
    color: #e2001a;
}
h3 {
    color: #e2001a;
}



.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;
}

.champRecherche {
	border: 1px solid #333333;
}

.moduleCatalogue .liste th {
   color: white;
   background-color: #17599f;
}
.moduleCatalogue .fiche h1{
   color: white;
   background-color: #0066cc;
}
.moduleCatalogue .fiche h2 {
    color: #9dc82e;
    background: none;
}

.moduleKmlArticles .fiche {
	border-bottom: 1px dashed #999999;
}


.boutonInscrire {
	border: none;
	background: url(../images/fondBouton.png) no-repeat center;
}


/***************************         menus          ***************************/

#menu li a {
   color : #ffffff;
}
#menu li a:hover{
   background-color: #000000;
   text-decoration: none;
}
#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: #dcf1a5;
}
#barreMenu {
    background: url(../images/fond-menu-top.gif) no-repeat top right;
    filter:alpha(opacity=65);
    opacity: 0.65;
}
#barreMenu2 {
    background: url(../images/fond-menu-bottom.gif) no-repeat bottom right;
}
#barreMenu3 {
    background-color: #990000;
}


/***************************   structure générale   ***************************/


#conteneur {
    color: #333333;
    background: white url(../images/fond-repeat.jpg);
}

#header {
    background: url(../images/header.jpg) no-repeat;
}

#corps {
    color: #333333;
    background: url(../images/fond-top.jpg) no-repeat top right;
}

#gauche {
   color: black;
    background: url(../images/left-bandeau.jpg) no-repeat top right;
}
#gauche a {
   color: black;
}

#footer {
    color: white;
    background: url(../images/footer.jpg) no-repeat top right;
}

#edito {
    color: white;
    background-color: #b8ca30;
}

#chroniqueAccueil {
    color: #666666;
    background-color: #ffffff;
    border:1px solid #16599D;
}
#chroniqueAccueil a {
    color: #16599D;
}


#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: #cccccc;
    background-color: #333333;
}
#signature a {
    color:#cccccc;
}



#billetJour .photoMdl {
	color: #666666;
}

#flashInfos {
	background: #D9E7F0 url(../images/fond_haut_flash_infos.jpg) no-repeat left top;
}
#flashInfosFond {
	background: url(../images/fond_bas_flash_infos.jpg) no-repeat left bottom;
}
#flashInfos .info {
	border-bottom: 1px dashed #979fa5;
}

#courseEnImages .videoMdl {
	background: url(../images/fondVideoUne.png) no-repeat;
}
#courseEnImages .videoMdl span {
	color: #999999;
}


#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;
}
.moduleKmlColonne .fiche h2{
	color:#666666;
} 