/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

a {
/*    color: #E3B717;*/
	color:#c39c06;
	font-weight:bold;
}
h1 {
    color: #FFCC00;
}
h2 {
    color: white;
    background-color: #666666;
}
h3 {
    color: #FFCC00;
}
.champ, .bouton {
    color: black;
    background-color: #ebebeb;
    border: 1px solid #333333;
}
.champ:hover, .bouton:hover {
    background-color: #fefefe;
}

.entete_tableau{
    color: white;
    background-color: #FFCC00;
}

.moduleCatalogue .liste th {
   color: white;
   background-color: #FFCC00;
}

.moduleCatalogue .fiche h1{
   color: white;
   background-color: #666666;
}
.moduleCatalogue .fiche h2 {
    color: #FFCC00;
    background: none;
}
.moduleKmlUne h2 {
    color: #666666;
}
.moduleKmlUne h3 {
	color:#000000;
	font-weight:bold;
}

.texte_gras{
    color: #FFCC00;
    font-weight:bold;
}

/***************************         menus          ***************************/
#barreMenu{
	padding-left:60px;
}
#menu li a { 
   color : #444444;
   /*background-color: #fcfcfc;*/
}
#menu li a:hover {
   background-color: #FFCC00;
   color:#ffffff;
}


#menu .sousMenu li a {
   color: black;
   background-color: transparent;
}

#menu .sousMenu .sousSousMenu li a {
   color: black;
   background-color: transparent;
}

#menu .sousMenu li a:hover, #menu .sousMenu .sousSousMenu li a:hover {
   background-color: #ffffff;
   color:#000000;
}

#menuHaut .sousMenu li, #menuHaut .sousMenu .sousSousMenu li {
   color: black;
   background-color: #fcfcfc;
}
#menuHaut .sousMenu li a:hover, #menuHaut .sousMenu .sousSousMenu li a:hover {
   color: white;
   background-color: #666666;
}
/***************************   structure générale   ***************************/
#conteneur{
    background:white url(../images/fond.png) bottom right  no-repeat;
}
#header {
    background: url(../images/header.jpg) no-repeat;
}

#corps {
    color: black;
    
}

#zoneIdent .titre{
	background-color:#666666;
}

#gauche  {
   background: url(../images/fondGauche.jpg) repeat-y;
}
#fondGauche {
	background: url(../images/fondHautGauche.jpg) no-repeat top;
}
#contenuGauche {
	background: url(../images/fondBasGauche.jpg) no-repeat bottom;
}


#footer {
    color: white;
    background:url(../images/footer.png) bottom no-repeat;
}
#edito{
    width: 300px;
    background:#ffffff url(../images/editoTitre.jpg) no-repeat;
}

#actuTitre{
    background: url(../images/actualitesTitre.jpg) no-repeat center;
}
#actuContenu{
    background:url(../images/actualitesTitre2.jpg) repeat-x top left;
}
#actuAccueil, #actuAccueil2 {
    
}
#actuAccueil a, #actuAccueil2 a {
    color: #c39c06;
}

