/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
	background-color: #ffffff;
}
a {
	color: #3567AE;
}
h1 {
	color: #3564A8;
}
h2, h2 a {
	color: #4d4d4d;
}
h2{
}
h3 {
	color: #3567AE;
}

.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;
}

.formulaireMail label {
	color: #58585a;
}


/***************************		 menus		  ***************************/

#menuH li a {
   color : black;
   background: url(../images/fond-item-menu-haut.jpg) bottom left no-repeat;
   color: #a6a8ab;
}
#menuH .sousMenu, #menuH .sousMenu .sousSousMenu {
}

#menuH .sousMenu li, #menuH .sousMenu .sousSousMenu li {
   background-color : white;
}

#menuH .sousMenu li {
    background: url(../images/fond-sous-menu.png) top repeat-y;
}
#menuH .sousMenu li.last_item {
    background: url(../images/bottom-sous-menu.png) bottom no-repeat;
}
/*é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: #6a86be;
   text-decoration: none;
   background: none;
}

#menuH .sousMenu li a:hover, #menuH .sousMenu .sousSousMenu li a:hover {
   background: #b1b3b4;
   color: white;
}

#menuH li a span{
    padding: 2px 0px 2px 17px;
}
.menu_item_decouvrir{
    background: url(../images/etoile-menu-haut-decouvrir.jpg) top left no-repeat;
}
.menu_item_ou_dormir{
    background: url(../images/etoile-menu-haut-ou_dormir.jpg) top left no-repeat;
}
.menu_item_sortir{
    background: url(../images/etoile-menu-haut-sortir.jpg) top left no-repeat;
}
.menu_item_plaisirs{
    background: url(../images/etoile-menu-haut-plaisirs.jpg) top left no-repeat;
}
.menu_item_vie_pratique{
    background: url(../images/etoile-menu-haut-vie_pratique.jpg) top left no-repeat;
}
#menuH li a:hover span, #current_rubrique span{
    background: url(../images/etoile-menu-haut-over.jpg) top left no-repeat;
}
#menuH li a:hover, #menuH li a#current_rubrique {
   background: url(../images/fond-item-menu-haut-over.jpg) bottom left no-repeat;
   color: #ffffff;
}


#menuV li a {
   color : #666666;
   background: url(../images/fond-item-menu-droite.jpg) top left no-repeat;
}
#menuV li a:first-letter {
	text-transform: capitalize;
}
#menuV li a:hover {
   background: url(../images/fond-item-menu-droite-over.jpg) top left no-repeat;
}
#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   ***************************/


#conteneur {
	color: black;
	background: white url(../images/conteneur-repeat.jpg) repeat-y;
}
#conteneur-top {
	color: black;
	background: transparent url(../images/conteneur-top.jpg) left top no-repeat;
}
#conteneur-bottom {
	color: black;
	background: transparent url(../images/conteneur-bottom.jpg) left bottom no-repeat;
}

#header {
}

#corps {
    color: #000000;
}

#gauche a {
   color: black;
}

#footer {
	color: white;
}
#footer a {
	color: white;
}

#edito {
	color: white;
	background-color: #b8ca30;
}

#actuAccueil {
	color: #666666;
	background-color: #f5f5f5;
}
#actuAccueil h2 {
	color: #17599F;
	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: #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: #333333;
}
#signature a{
	color:#333333;
}


#zoneFormRecherche{
    background: url(../images/fond-recherche.jpg) top right no-repeat;
    color: #919394;
}
#zoneFormRecherche .champRecherche{
    background: transparent;
    border: none;
}

#pave-actualite-droite{
    background: url(../images/fond-repeat-actu.jpg) top center repeat-y;
}
#pave-actualite-droite2{
    background: url(../images/fond-top-actu.jpg) top center no-repeat;
}
#pave-actualite-droite h1, #pave-actualite-droite h2, #pave-actualite-droite h3{
    color: white;
    background-color: transparent;
}

.separateur_fiche_avec_titre{
	display: block;
	width: 100%;
    border-top: dotted 2px #666666;
}

#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;
}
