/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
	background-color: #ffffff;
    background: url(../images/repeat-x.jpg) top repeat-x;
}
a {
	color: #E52518;
}
h1 {
	color: #E52518;
}
h2, h2 a{
	color: #333333;
}
h3 {
	color: #333333;
}

.champ, .champRecherche, .bouton {
	color: #666666;
	background-color: #f6f6f6;
	border: 1px solid #333333;
}
.bouton {
	color: #333333;
}
.champ:hover, .champRecherche:hover, .bouton:hover {
	background-color: white;
}
.champRecherche{
    margin: 0px;
    background-color: transparent;
}


.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		  ***************************/

#menuH{
    font-family: Verdana, Arial, sans-serif;
}

#menuH li a {
   color : #333333;
   border-right: 1px solid #333333;
}
#menuH li a:hover{
    text-decoration: none;
    background-color: #E52518;
    color: #ffffff;
}

#menuH li a.last {
    border-right: none;
}
#menuH .sousMenu, #menuH .sousMenu .sousSousMenu {
    border: 1px solid #E52518;
}

#menuH .sousMenu li, #menuH .sousMenu .sousSousMenu li {
   background-color : white;
}

#menuH .sousMenu li {
	filter:alpha(opacity=90);
	opacity: 0.90;
}
/*éviter la transparence en cascade*/
#menuH .sousMenu .sousSousMenu li {
	filter:alpha(opacity=100);
	opacity: 1;
}

#menuH .sousMenu li a, #menuH .sousMenu .sousSousMenu li a {
   color: black;
   border-left: 0px solid #E52518;
   text-decoration: none;
font-weight:normal;
}

#menuH .sousMenu li a:hover, #menuH .sousMenu .sousSousMenu li a:hover {
   background-color: #CFCFCF;
   border-left: 0px solid black;
}


#menuV li a { 
   color : #9DC82E;
   background-color: #fcfcfc;
}
#menuV .sousMenu li a {
   color: black;
   background-color: transparent;
}
#menuV .sousMenu .sousSousMenu li a {
   color: black;
   background-color: transparent;
}
#menuV .sousMenu li a:hover, #menuV .sousMenu .sousSousMenu li a:hover {
   background-color: #dcf1a5;
}



/***************************   structure générale   ***************************/



#conteneur {
	color: black;
	background:white url(../images/degrade_gris.png) repeat-x 0 240px;
	box-shadow:0px 10px 25px #666;
	border-radius:3px;

}

#header {
}

#corps {
	color: #666666;
	background:white;
}
#gauche, #droite{
	background:
}
#gauche a {
   color: black;
}

#footer {
    color: #333333;
}
#footer a {
    color: #333333;
}

#edito {
	color: white;
	background-color: #b8ca30;
}
#zoneFormRecherche{
    background: url(../images/fond-recherche.gif) no-repeat top left;
}
#zoneFormRecherche .champRecherche{
    border: none;
    background-color: #fffff;
}


#actuAccueil {
	color: #666666;
	background-color: #f5f5f5;
}
#actuAccueil h2 {
	color: #17599F;
	background: none;
}
#actuAccueil h3 {
	color: #666666;
}
#actuAccueil a {
	color: #cd1a73;
}

#actus .fiche, .moduleKmlUne .fiche{
}
#actus .fiche .date_debut_diff, .moduleKmlUne .fiche .date_debut_diff{
    color : #8F8F8F;
    font-size: 11px;
    font-weight: normal;
    display: block;
}


#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;
}


a.texte_une_accueil{
    color: #333333
}
.liens_reseaux_sociaux{
	background: #F1F1E9;
	border: 1px solid #98988D;
	border-left: none;
	border-right: none;
}
.bandeauTwitter{
	border-bottom: 1px solid #98988D;
	border-left: none;
	border-right: none;
}
.bandeauTwitter h2{
	background: #fff;
	border-bottom: 1px solid #98988D;
}
.bandeauTwitter ul li{
	border-bottom: 1px solid #aaaaaa;
}


#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;
}