/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
	background-color: #002232;
}
a {
	color: #008fd2;
}
h1 {
	color: #008fd2;
}
#droite h1 {
	border-bottom: 1px solid #d3d3d3;
}
h2, h2 a {
	color: #e24912;
}
h2 {
	border-bottom: 1px solid #e24912;
}
#droite h2 {
	color: black;
	border: none;
}
h3 {
	color: #008fd2;
}
#droite h3 {
	color: #333333;
}
h4 {
	color: black;
}

.champ, .champRecherche {
	color: #666666;
	background-color: #f0f0f0;
	border: 1px solid #E24912;
}
.bouton {
	color: white;
	background: url(../images/fondBouton.png) no-repeat;
	border: none;
}
.champ:hover, .champRecherche:hover, .bouton:hover {
	color: black;
	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: #e24912;
}

.boutonBonus {
	color: #333333;
	background: white url(../images/boutonBonus.jpg) no-repeat;
}
.boutonBonus:hover {
	text-decoration: none;
	background-position: 0 -49px;
}

/***************************		 menus		  ***************************/
#menuH {
	background: #666666 url(../images/menu.jpg) 23px bottom no-repeat;
}

#menuH li a { 
   color : white;
}
#menuH li.itemSelection a {
	color: #e24912;
}

#menuH li:hover {
	background: #e24912 url(../images/menuHover.jpg) no-repeat; 
}
#menuH li:hover a {
	color: black;
	padding-top: 7px;
	padding-bottom: 3px;
}
#menuH li a:hover {
	color: black;
}
#menuH li.itemSelection {
	background: white url(../images/menuSelection.jpg) no-repeat; 
}
#menuH .sousMenu, #menuH .sousMenu .sousSousMenu {
    border: 1px solid #e24912;
}

#menuH .sousMenu li, #menuH .sousMenu .sousSousMenu li {
   background-color : white;
}

#menuH .sousMenu li a, #menuH .sousMenu .sousSousMenu li a {
   color: black;
   border-left: 15px solid #e24912;
   text-decoration: none;
}

#menuH .sousMenu li a:hover, #menuH .sousMenu .sousSousMenu li a:hover {
   background: #e24912;
   color: white;
   border-left: 15px solid black;
}


/***************************   structure générale   ***************************/


#fond {
	background: url(../images/fondPage.jpg) top center repeat-y;
}
#fond2 {
	background: url(../images/fondPageBas.jpg) bottom center no-repeat;
}

#titreSite {
	background: url(../../la-flore/images/titreSite.png) no-repeat;
}

#conteneur {
	color: black;
	background: white url(../images/fondConteneur.png) repeat-y;
}

#header {
	background: url(../bandeaux/bandeau-1.jpg) no-repeat;
}

#corps {
	color: black;
}

#droite {
	color: #666666;
}

#footer {
	color: white;
	background-color: #333333;
}
#footer a {
	color: white;
}


#signature {
	color: white;
}
#signature a{
	color: white;
}

#infoAccueil {
	color: #666666;
}

#zoneInscriptionNewsletter {
	background: url(../images/fondInscriptionNewsletter.png) 0 1px no-repeat;
}
#zoneInscriptionNewsletter input {
	background: none;
	border: none;
}
#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;
}