/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
	background-color: #172983;
    color: #666666;
}
a {
	color: #FF9700;
}
h1 {
	color: #FF9700;
}
h2{
	border-bottom: 1px solid #FF9700;
}
h2, h2 a {
	color: #172983;
    text-decoration: none;
}
h3 {
	color: #333333;
}

.champ, .champRecherche, .bouton {
	color: #666666;
	background-color: #f0f0f0;
	border: 1px solid #e76600;
}
.bouton {
	color: #333333;
}
.champ:hover, .champRecherche:hover, .bouton: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: #ee7f01;
}


/***************************		 menus		  ***************************/

#menuH li a { 
   color : #172983;
   background: url(../images/separation-menu.png) left 5px no-repeat;
}
#menuH .sousMenu, #menuH .sousMenu .sousSousMenu {
    border: 1px solid #FF9700;
}

#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 #FF9700;
   text-decoration: none;
   background-image: none;
}

#menuH .sousMenu li a:hover, #menuH .sousMenu .sousSousMenu li a:hover {
   background-color: #172983;
   color: white;
   border-left: 15px solid black;
}


#menuV li a {
   color : #172983;
}
#menuV .sousMenu {
    background: white;
    border: 1px solid #FF9700;
}
#menuV .sousMenu li a {
   color: black;
   background-color: transparent;
}
#menuV .sousMenu .sousSousMenu li a {
   color: black;
   background-color: transparent;
}
#menuV li a:hover {
    text-decoration: none;
    background-color: #172983;
    color: white;
}
#menuV .sousMenu li a:hover, #menuV .sousMenu .sousSousMenu li a:hover {
    text-decoration: none;
    background-color: #172983;
    color: white;
}



/***************************   structure générale   ***************************/

#fond{
    background: url(../images/fond.jpg) center transparent repeat-y;
}

#fondBas{
    background: url(../images/fond-bas.jpg) center bottom transparent no-repeat;
}

#fondHaut{
    background: url(../images/fond-haut.jpg) center top transparent no-repeat;
}

#conteneur {
	color: black;
}

#header {
}

#corps {
	color: black;
}

#gauche a {
   color: black;
}

#footer {
	color: white;
}
#footer a {
	color: white;
}

#edito {
	color: white;
	background-color: #b8ca30;
}

#actuAccueil {
	color: #666666;
}
#actuAccueil h2 {
	color: #172983;
	background: none;
    border: none;
}
#actuAccueil h3 {
	color: #black;
}
#actuAccueil a {
	color: #172983;
}

#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: #dddddd;
}
#signature a{
	color:#dddddd;
}


#gauche h1{
    color: #172983;
    border-bottom: 1px solid white;
}




#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;
}