/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
    background-color: #c0c0c0;
}
a {
    color: #15445E;
}
a.lien{
	background:white url(../images/fleche_lien.jpg) no-repeat left;
	padding-left:20px;
	padding-right:5px;
	margin:10px 0px;
	text-decoration:none;
}
a.lien:hover{
	background-color:#5e8ba0;
	color:#ffffff;
	text-decoration:none;
	
}
h1 {
    color: #ffffff;
    text-align:right;
    background-color:#5E8B9F;
    margin-top:20px;
}
h2 {
    color: #437288;
}
h3 {
    color: #17599f;
}

.infosResultat{color:#666666;}

.champ, .bouton {
    color: black;
    background-color: #ebebeb;
    border: 1px solid #333333;
}
.champ:hover, .bouton:hover {
    background-color: #fefefe;
}

.entete_tableau{
    color: white;
    background-color: #4c8faa;
}
.message{
	font-weight:bold;
	color:#cc0000;
}
.moduleCatalogue .liste th {
   color: black;
   background-color: white;
   border-bottom:1px solid black;
}
.moduleCatalogue .liste {
	font-size:13px;
}
.moduleCatalogue .fiche h1{
    color: #ffffff;
    text-align:center;
    background-color:#5E8B9F;
}
.moduleCatalogue .fiche h2 {
    color: #9dc82e;
    background: none;
}


/***************************         menus          ***************************/

#menu li {
	margin-bottom:10px;
}
#menu li a { 
   color : #5E8B9F;
   background-color: transparent;
   background:url(../images/fleche_menu.jpg) no-repeat left;
   background-position: -10px;
   padding-left:50px;
   font-size:16px;
}
#menu li a:hover{
	background-position: 0px;
   padding-left:60px;
   text-decoration:none;
}
#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: #dcf1a5;
}

#menuHaut {
   list-style-type: none;
   margin: 0;
   padding: 0;
}
#menuHaut li {
   float: left;
   position:relative;
   margin: 0;
   padding: 0px 15px;
}
#menuHaut li a {
   color : #ffffff;
   font-size:16px;
   display: block;
   padding-top:52px;
   background-color: transparent;
   background:url(../images/fleche_menu_haut.jpg) no-repeat top;
   /*background-position: -10px;*/
   text-decoration:none;
   
}
#menuHaut li a:hover{
	/*background-position: 0px;*/
   /*adding-top:60px;*/
   text-decoration:none;
}

/***************************   structure générale   ***************************/


#conteneur {
    color: black;
    background: #CBE7F2 url(../images/fond.jpg) no-repeat;
}

#header {
    
}

#corps {
    color: #17445B;
}

#gauche a {
   color: black;
}

#footer {
    color: white;
    background-color: navy;
}

#edito {

}

#actuAccueil {
    color: #666666;
    background-color: #f5f5f5;
}
#actuAccueil a {
    color: #10425B;
    text-decoration:underline;
}
#actuAccueil h2{
	color:#10425B;
	font-size:14px;
}
#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;
    background-color: #c0c0c0;
}
#signature a{
    color:#333333;
}





#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;
}

