/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
	background: #2e72a3 url(../images/fond-body.jpg) top center repeat-x;
}
a {
	color: #CB7C00;
}
h1 {
	color: #ffffff;
}
h2, h2 a {
	color: #0B2A61;
}
h2 {
    border-bottom: 1px solid #ff9900;
}
h2 a:hover{
    text-decoration: none;
}
h3 {
	color: #CB7C00;
}

.champ, .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: #ee7f01;
}


/***************************		 menus		  ***************************/

#menuH li a { 
   color : #0b2b62;
}
#menuH .sousMenu, #menuH .sousMenu .sousSousMenu {
    border: 1px solid #0C2B62;
}

#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 #0C2B62;
   text-decoration: none;
}

#menuH .sousMenu li a:hover, #menuH .sousMenu .sousSousMenu li a:hover {
   background-color: #0C2B62;
   color: white;
   border-left: 15px solid black;
}


#menuV li a {
   background: url(../images/puce-menu-gauche.png) top left no-repeat;
   color : #333333;
}
#menuV .sousMenu li a {
   color: #333333;
   background: none;
}
#menuV .sousMenu .sousSousMenu{
    border: 1px solid #0A295F;
    border-left-width: 10px;
    background-color: #DDE2E8;
}
#menuV .sousMenu .sousSousMenu li a {
   color: black;
   background-color: transparent;
}
#menuV .sousMenu li a:hover, #menuV .sousMenu .sousSousMenu li a:hover {
   background-color: #A3CEE1;
}



/***************************   structure générale   ***************************/


#fond{
    background: url(../images/fond-conteneur.jpg) top center repeat-y;
}
#fondBas{
    background: url(../images/fond-bottom-conteneur.jpg) bottom center no-repeat;
}
#fondHaut{
    background: url(../images/fond-top-conteneur-fr.jpg) top center no-repeat;
}

#conteneur {
	color: black;
}

#header {
}

#corps {
    color: #333333;
}

#gauche a {
   color: black;
}
#gauche h1{
    color: #0b2b62;
    border-bottom: 1px solid #ff9900;
}


#footer {
    border-top: 1px solid #c8d5dd;
}
#footer a {
	color: white;
}

#edito {
}
#edito h1{
    color: #747c8a;
}


#actuAccueil-top{
    background: url(../images/fond-actu-acceuil-top.png) top right no-repeat;
}
#actuAccueil-bottom{
    background: url(../images/fond-actu-acceuil-bottom.png) bottom right no-repeat;
}
#actuAccueil {
	color: #666666;
	background-color: #3c5581;
}
#actuAccueil h1{
    color: #7d879d;
}
#actuAccueil h2 {
	color: #ffffff;
	background: none;
    border: none;
}
#actuAccueil h3 {
	color: #ffffff;
}
#actuAccueil a {
	color: #ffffff;
}
#actuAccueil p {
	color: #cccccc;
}

#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;
}

#zoneFormRecherche{
    background: url(../images/fond-recherche.png) top left no-repeat;
}

#zone_drapeaux a{
    color: #0B2A61;
}

.moduleKmlFooter{
    border-top: 1px solid #c8d5dd;
}

#liens-outils a{
    color: #0B2A61;
    background: url(../images/puce-outils-gauche.png) center left no-repeat;
}
#liens-outils li{
    list-style: none;
}
#logo-gauche{
    color: #0B2A61;
}
#fil-arianne, #fil-arianne a{
    color: #dddddd;
}

#liens-accueil a{
    color: #0B2A61;
}

#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;
}
