/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
	background-color: #c0c0c0;
}
a {
	color: #0f7988;
}
h1, h1 a {
	color: #58585a;
}
h2, h2 a {
	color: #af0917;
}
h3 {
	color: #333333;
}

.champ, .champRecherche, .bouton {
	color: #444444;
	background-color: white;
	border: 1px solid #af0917;
}
.bouton {
	color: white;
	background-color: #AF0917;
}
.bouton:hover {
	background-color: #F92A4B;
}
.champ:hover, .champRecherche:hover {
	background-color: white;
}
.champRecherche

.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;
}

.formulaireMail label {
	color: #0F7987;
}


/***************************		 menus		  ***************************/

#menuH li { 
   background: #58585a;
   _background: none;
}

#menuH li a { 
   color : white;
   _background: #58585a;
   border-left: 1px solid white;
}
#menuH li a.premierElt {
	border: none;
}
#menuH li:hover {
	background: none; 
}
#menuH li a:hover {
	_background: none; /*ie6*/
}
#menuH .sousMenu, #menuH .sousMenu .sousSousMenu {
    border: 1px solid #58585a;
}

#menuH .sousMenu li, #menuH .sousMenu .sousSousMenu li {
   background-color : white;
}

#menuH .sousMenu li {
	/*filter:alpha(opacity=80);
	opacity: 0.80;*/
}
/*é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: 15px solid #58585a;
   text-decoration: none;
   background-color : white;
}

#menuH .sousMenu li a:hover, #menuH .sousMenu .sousSousMenu li a:hover {
   background-color: #af0917;
   color: white;
   border-left: 15px 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: #666666;
	background: white url(../images/fondCorps.jpg);
}
#conteneur2 {
	background: url(../images/fondCorpsBas.jpg) no-repeat bottom;
}
#header {
	background: #a6a8a9 url(../images/header.jpg) no-repeat;
}

#corps {
	color: #666666;
}

#gauche {
	background: url(../images/fondHautGauche.jpg) no-repeat top left;
}

#gauche .menuColonne a {
   color: black;
}
#gauche h2 {
	color: black;
}
#gauche h3 {
	color: #666666;
	font-weight:normal;
}
#droite h1 {
	color: #af0917;
}

#gauche .moduleKmlUne .image {
	margin-top: 3px;
	margin-right: 10px;
	max-width: 40px;
	width: expression((this.width > 40 && this.width>=this.height) ? 40: true);
	max-height: 40px;
	height: expression((this.height > 40 && this.height>this.width) ? 40: true);
}

#droite {
	background: url(../images/fondHautDroite.jpg) no-repeat top right;
}
#droite .menuColonne a {
   color: #58585a;
}
#footer {
	color: #666666;
	background-color: #ececec;
}
#footer a {
	color: white;
}

#edito {
	color: white;
	background-color: #b8ca30;
}

#actuAccueil {
	color: #666666;
	background-color: #f5f5f5;
}
#actuAccueil h2 {
	color: #17599F;
	background: none;
}
#actuAccueil h3 {
	color: #666666;
}
#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: #c0c0c0;
}
#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;
}

.lienRSS {
	color: #ff5500;
}

.separateurVisuel {
	color: #c0c0c0;
}
.lettreRepertoire, .lettreRepertoireSelectionnee {
	
}
.lettreRepertoireSelectionnee {
	color: #AF0917;
	font-weight: bold;
	font-size: 2em; 
}