/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
	background: #004F9A url(../images/fond_site.png) repeat-x top;
}
a {
	color: #004F9A;
}
h1 {
	color: #004d8e;
}
h2, h2 a {
	color: white;
	background-color: #ff861f;
}
h3 {
	color: #004F9A;
}

.champ, .champRecherche, .bouton {
	color: #666666;
	background-color: #f0f0f0;
	border: 1px solid #333333;
}
.bouton {
	color: #333333;
}
.champ:hover, .champRecherche:hover, .bouton:hover {
	background-color: white;
}
.champRecherche

.entete_tableau{
	color: white;
	background-color: #004F9A;
}

.moduleCatalogue .liste th {
   color: white;
   background-color: #004F9A;
}
.moduleCatalogue .fiche h1{
   color: white;
   background-color: #0066cc;
}
.moduleCatalogue .fiche h2 {
	color: #9dc82e;
	background: none;
}

.formulaireMail label {
	color: #ee7f01;
}

.liste_puce{
	list-style-type:none;
}
.liste_puce li{
	display : list-item;
 	background: url(../images/puce.png) no-repeat 0 0;
 	padding-left: 20px;
 	padding-bottom:5px;
}
/***************************		 menus		  ***************************/

#menuH li a { 
   color : white;
}
#menuH li:hover {
	background: #9DC82E; 
}
#menuH li a:hover {
	_background: #9DC82E;  /*ie6*/
}
#menuH .sousMenu, #menuH .sousMenu .sousSousMenu {
    border: 1px solid #004F9A;
}

#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 #004F9A;
   text-decoration: none;
}

#menuH .sousMenu li:hover > a, #menuH .sousMenu .sousSousMenu li:hover > a {
   background-color: #004F9A;
   color: white;
   border-left: 15px solid black;
}

#menuH .sousMenu li a:hover, #menuH .sousMenu .sousSousMenu li a:hover { /*ie6*/
   _background-color: #004F9A;
   _color: white;
   _border-left: 15px solid black;
}

#menuH .marqueurSousMenu {
	background-image: url(../images/fleche.png);
	background-repeat:no-repeat;
	background-position: 98% center;
}


#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   ***************************/
#fondHaut {
	background:  url(../images/fond.png) repeat-y center;
}

#conteneur {
	color: black;
	
	background: url(../images/header.png) no-repeat top center;
}

#header {
	background: url(../images/header.png) no-repeat;
}
#zoneIdent{
	background: url(../images/fond_ident.png) no-repeat;
}
#zoneIdentForm input[type="text"],#zoneIdentForm input[type="password"]{
	background :transparent url(../images/fond_champ_droite.png) no-repeat left top;	
	width:122px;
	height:27px;
	border:0px;
	padding:0 5px;
}
#corps.articles { 
	background-color:white;	
}
#corps {
	color: black;
}

#gauche a {
   color: black;
}
#droite .titre-droite{
	color:#014a9b;
	text-align:center;
	font-size:20px;
}

#footer {
	color: white;
	background-color: #004F9A;
}
#footer a {
	color: white;
}

#edito {
	color: white;
	background-color: #b8ca30;
}

#actuAccueil {
	color: #666666;
	background-color: #f5f5f5;
}
#actuAccueil h2 {
	color: #004F9A;
	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: #004F9A 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: #ffffff;
	
}
#signature a{
	color:#ffffff;
}





#calendrier {
	border: 1px solid #666666;
	background-color: #ffffff;
}
#calendrier .enteteCalendrier {
	background-color: #004F9A;
}
#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;
}

.alerte-no-javascript{
	background-color: white;
	border: 1px solid red;
	filter:alpha(opacity=50);
	opacity: 0.50;
}


