/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
	background-color: #0f1d44;
	
}
a {
	color: #ffffff;
}
h1 {
	color: #ffffff;
}
h2 {
	color: white;
	border-bottom:1px solid #bd1220;
	font-size:1.3em;
}
h3 {
	color: #c3c3c3;
	text-transform:uppercase;
	font-size:1.2em;
}

.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: #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 li a { 
   color : white;
}
#menuH .sousMenu, #menuH .sousMenu .sousSousMenu {
    border: 1px solid #17599F;
}

#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 #17599F;
   text-decoration: none;
}

#menuH .sousMenu li a:hover, #menuH .sousMenu .sousSousMenu li a:hover {
   background-color: #17599F;
   color: white;
   border-left: 15px solid black;
}



#menuV li a,#menuV2 li a  { 
   color : #ffffff;
}
#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   ***************************/

#fond {
    background: url(../images/fond.jpg) repeat-y top center;
}

#fondHaut {
    background: url(../images/fondPageHaut.jpg) no-repeat center top;
    /*padding-top:148px;*/
}
#fondHaut_sans_logo {
    background: url(../images/fondPageHautSansLogo.jpg) no-repeat center top;
    /*padding-top:148px;*/
}

#fondBas {
    background: url(../images/fondPageBas.jpg) no-repeat center bottom ;
    padding-bottom:84px;
}



#header {
	/*border-bottom: 6px solid #9dc82e;
	background: url(../images/mdl2/header.jpg) no-repeat;*/
}

#corps {
	color: white;
}

#gauche a {
   color: black;
}

#footer {
	
	
	
}
#footer .contenu_footer{
	position:absolute;
	color: white;
	width:100%;
	padding-top: 5px;
	text-align:center;
}
#footer .fond_footer{
	position:absolute;
	height:20px;
	width:100%;
	filter:alpha(opacity=40);
	opacity: 0.40;
	background-color: #000000;

}
#footer a {
	color: white;
}

#edito {
	color: white;
	background-color: #b8ca30;
}

#actuAccueil {
	color: #b0b0b0;
}
#actuAccueil h2 {
	color: #ffffff;
	background: none;
	border:none;
}
#actuAccueil h3 {
	color: #ffffff;
}
#actuAccueil a {

}
#produitAccueil {
	color: #b0b0b0;
}
#produitAccueil h3 {
	color: #ffffff;
}
#referenceAccueil {
	color: #b0b0b0;
}
#referenceAccueil h3 {
	color: #ffffff;
}
#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: #ffffff;
	
	
}
#signature a{
	color:#ffffff;
}





#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;
}