/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
	background: #726e69 url(../images/fond-body.jpg) top center repeat-y;
}
a {
	color: black;
}
h1 {
	color: #000000;
    background-color: #f3f2f1;
    border: 1px solid #d7d4cf;
}
h2, h2 a {
	color: black;
    /*text-decoration: underline;*/
}
h3 {
	color: #8E8B87;
}

.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{
    background: white;
    border: 1px inset #7c7c7c;
}

.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: #565658;
}


/***************************		 menus		  ***************************/

#menu-header li a {
   border-top: 1px solid #d4d4d2;
   color : #04141a;
   background: url(../images/separateur-menu-header.png) top right no-repeat;
}
#menu-header li.last a {
   background: none;
   padding-right: 0px;
}
#menu-header li.first a {
   padding-left: 0px;
}
#menu-header li:hover {
}

#zone-menu-h{
    background: #8e8b87;
}
#menuH li a {
   color : white;
   background: url(../images/separateur-menu.png) top right no-repeat;
}
#menuH li.last a {
   color : white;
   background: none;
   /*background:#f308b6;*/
}
/*#menuH li.last a:hover {
	background: #565658;
}*/
#menuH li:hover {
	background: #565658;
}
#menuH li a:hover {
    text-decoration: none;
}
#menuH li a:hover {
	_background: #565658;  /*ie6*/
}
#menuH .sousMenu, #menuH .sousMenu .sousSousMenu {
    border: 1px solid #8e8b87;
}

#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{
    border: 1px solid #d7d4cf;
    border-top: none;
}
#menuV li a {
   color : #000000;
   background: #ffffff url(../images/puce-menu-gauche.jpg) center 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/header.jpg) top center no-repeat;
}

#header {
}

#corps {
	color: black;
}

#gauche a {
   color: black;
}

#footer {
	color: #000000;
	background: #f3f2f1 url(../images/fond-top-footer.png) top repeat-x;
}
#footer a {
	color: #000000;
}

#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: #8e8b87;
	background-color: #f3f2f1;
}
#signature a{
	color: #8e8b87;
}

#kameleon_panier{
    background: url(../images/fond-panier.jpg) bottom left no-repeat;
}


#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;
}

.bouton_action{
    background-color: #EC2927;
    color: #ffffff;
}

