/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
    background-color: #c0c0c0;
}
a {
    color: #17599f;
}
h1 {
    color: #455D80;
}
h2 {
    color: #ffffff;
    background-color:#70e2ab;
}
h3 {
    color: #455D80;
}



.champ, .bouton {
    color: black;
    background-color: #ebebeb;
    border: 1px solid #333333;
}
.champ:hover, .bouton:hover {
    background-color: #fefefe;
}

.entete_tableau{
    color: white;
    background-color: #455D80;
}

.moduleCatalogue .liste th {
   color: white;
   background-color: #455D80;
}
.moduleCatalogue .fiche h1{
   color: white;
   background-color: #455D80;
}
.moduleCatalogue .fiche h2 {
	color:#970A10;
    background: none;
}


/***************************         menus          ***************************/
#menu{
	background: #7EA7DB url(../images/menu_gauche_bas.jpg) no-repeat bottom;
	padding-bottom:50px;
}
#menu li a { 
   color : #ffffff;
   background-color:#455D80;
}
#menu li a:hover{
    background-color:#ffffff;
    color:#455D80;
}
#menu .sousMenu{
	border:1px solid #455D80;
    background-color:#f5f5f5;
}
#menu .sousMenu li a {
   color: black;
   background-color: transparent;
   /*border-left: 10px solid #455D80;*/
}
#menu .sousMenu li a:hover {
	background-color:#cdddf1;
}
#menu .sousMenu .sousSousMenu li a {
   color: black;
   background-color: transparent;
}
#menu .sousMenu li a:hover, #menu .sousMenu .sousSousMenu li a:hover {
  
}


/***************************   structure générale   ***************************/


#conteneur {
    color: black;
    background-color: #ffffff;
}

#header {
    background: url(../images/header.jpg) no-repeat;
}

#corps {
    color: black;
}
#gauche{
	
}
#gauche a {
   color: black;
}

#footer {
    color: white;
    background-color: #7EA7DB;
    background: url(../images/footer.jpg) no-repeat;
}

#edito {
    color: black;
}

#actuAccueil {
    color: #666666;
    background: #ffffff url(../images/cadre_actu_accueil.jpg) no-repeat;
}
#actuAccueil a {
    color: #910A0C;
}
#actuAccueil2{
	border:1px solid #455D80;
	background: #ffffff url(../images/cadre_actu_accueil2.jpg) bottom left no-repeat;
}
#actuAccueil2 .titre{
	background-color:#455D80;
	color:#ffffff;
	text-align:center;
	padding:3px;
}
#actuAccueil2 a {
    color: #910A0C;
}
#documents {
    background: url(../images/zoneBas.jpg) no-repeat bottom left;
}
#documentsHaut {
    color: white;
    background: #17599f url(../images/zoneHaut.jpg) no-repeat top left;
}
#documentsTitre {
    border-bottom: 1px solid #B8CA30;
}
#documents li {
    color: #B8CA30;
}
#documents a {
    color: white;
}

#signature {
    color: #333333;
    background-color: #c0c0c0;
}
#signature a{
    color:#333333;
}





#calendrier {
    border: 1px solid #666666;
    background-color: #ffffff;
}
#calendrier .enteteCalendrier {
    background-color: #455D80;
}
#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;
}

