/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
	background-color: #ffffff;
}
a {
	color: #034b98;
}
h1 {
	color: #034b98;
	text-decoration:underline;
	text-align:left;
}
h2 {
	color: #ec7705;
	font-size:1.6em;
}
h3 {
	color: #666666;
}

.champ, .champRecherche, .bouton {
	color: #666666;
	background-color: #f0f0f0;
	border: 1px solid #333333;
}
.bouton {
	background-color: #B80F1D;
	color:#ffffff;
	border:0px;
	padding:2px;
	height:20px;
	text-transform:uppercase;
}
.champ:hover, .champRecherche:hover {
	background-color: white;
}


.entete_tableau{
	color: white;
	background-color: #17599f;
}
.entete_tableau2{
	color: #777777;
	background-color: #f5f5f5;
}


.moduleCatalogue .liste th {
   color: white;
   background-color: #17599f;
}
.moduleCatalogue .fiche .tableau_tarifs{
	width:100%;
	margin-top:10px;
}
.moduleCatalogue .fiche .tableau_tarifs th{
	background-color:#959ECB;
	color:white;
}
.moduleCatalogue .fiche .tableau_tarifs tr.paire{
	background-color:#f6f6d8;
}
#zoneIdent h2{
	color:white;
}
/***************************		 menus		  ***************************/
#fondMenuHaut{
	background-color:#ec7705;
	height:27px;
}
#menuH li{
	
}
#menuH li a { 
   color : white;
   background-color:#f6a800;
}
#menuH li a.couleur2 {
	background-color: #907b9e;
} 
#menuH li a.couleur3{
	background-color: #3192a2;
} 
#menuH li a.couleur4 {
	background-color: #a2686e;
} 
#menuH .sousMenu, #menuH .sousMenu .sousSousMenu {

}

#menuH .sousMenu li, #menuH .sousMenu .sousSousMenu li {
   background-color : white;
}

#menuH .sousMenu li {

}
/*éviter la transparence en cascade*/
#menuH .sousMenu .sousSousMenu li {

}

#menuH .sousMenu li a, #menuH .sousMenu .sousSousMenu li a {
   color: #ffffff;
   text-decoration: none;
}

#menuH .sousMenu li a:hover, #menuH .sousMenu .sousSousMenu li a:hover {
   background-color: #c6c7c9;
   color: white;
}


#menuV li a { 
   color : #ffffff;
   background-color: #959ecb;
}
#menuV li a.couleur2 {
	background-color: #aab1d5;
} 
#menuV li a.couleur3 {
	background-color: #bfc5e0;
} 
#menuV .sousMenu li a {
   color : #ffffff;
   background-color: #BFC5E0;
}
#menuV .sousMenu .sousSousMenu li a {
   color : #ffffff;
   background-color: #BFC5E0;
}
#menuV .sousMenu li a:hover, #menuV .sousMenu .sousSousMenu li a:hover {
   background-color: #c6c7c9;
   color: white;
}



/***************************   structure générale   ***************************/

#fond {
	background: url(../images/fondPage.jpg) repeat-y top center;
}
#fondHaut {
	background: url(../images/fondPageHaut.jpg) no-repeat top center;
}
#fondHaut_jaune {
	background: url(../images/fondPageHaut_jaune.jpg) no-repeat top center;
}
#fondHaut_bleu {
	background: url(../images/fondPageHaut_bleu.jpg) no-repeat top center;
}
#fondHaut_marron {
	background: url(../images/fondPageHaut_marron.jpg) no-repeat top center;
}
#fondBas {
	background: url(../images/fondPageBas.jpg) no-repeat bottom center;
}

#conteneur {
    color: #444444;
    background: url(../images/fondCorps.png) no-repeat 10px 279px ;
}

#header {
}

#corps {
    color: #444444;
    
}

#gauche a {
   color: black;
}
#gauche #retour_accueil{
	background:#ec7705 url(../images/fracas_accueil.jpg) 10px 5px no-repeat;
	display: block;
	width: 100%;
	height: 27px;
}
#droite{
	background:white url(../images/fracas_coup_coeur.jpg) no-repeat;
}
#droite h2{
	background-color:white;
	margin:0px;
	padding:0px;
	text-align:left;
	text-indent:0px;
	font-size:13px;
}
#droite h3{
	color:#ec7705;
}
#footer {
	
	background-color: white;
}


#signature {
    color: black;
}
#signature a{
    color:#333333;
}

.actualitehautPage{
	background-color:#f6f6d8;
	padding:5px;
}

#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;
}