/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
    background-color: #c0c0c0;
}
a {
    color: #15445E;
}
a.lien{
	background: url(../images/fleche_lien.gif) no-repeat left;
	padding-left:30px;
	padding-right:5px;
	margin:10px 0px;
	text-decoration:none;
	font-size:14px;
	color:#C83970;
	font-weight:bold;
}
a.lien:hover{
	
	color:#4070B0;
	text-decoration:underline;
	
}
h1 {
    color: #4070B0;
    text-align:left;
    background-color:transparent;
    font-family:Verdana;
    padding-left:0px;
}
h1:first-letter{
	color:#000000;
}
h2 {
    color: #C8396F;
}
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: #85A3E3;
}
.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: #4070B0;
}
.moduleCatalogue .fiche h1:first-letter{
	color:#ffffff;
}
.moduleCatalogue .fiche{
	background-color:transparent;
	border:none;
}
.moduleCatalogue .fiche h2 {
    color: #C8396F;
    background: none;
}
.commentaire{
	color:#666666;
}

/***************************         menus          ***************************/

#menu li {
	margin-bottom:10px;
}
#menu li a { 
   color : #5E8B9F;
   padding-left:5px;
   font-size:14px;
   background-color: #fcfcfc;
   border:1px solid #D9D9D9;
   
}
#menu li a:hover{
   text-decoration:none;
   background-color: #D9D9D9;
   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: #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:12px;
   display: block;
   padding-top:25px;
   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: white url(../images/fond.jpg) no-repeat;
}

#header {
    background: white url(../images/header.jpg) no-repeat;	
}

#corps {
    color: #17445B;
    
}

#gauche a {
   color: black;
}

#footer {
    color: white;
    background-color: #641C38;
}

#edito {

}

#actuAccueil {
    color: #666666;
}
#actuAccueil a {
    color: #10425B;
    text-decoration:underline;
}

#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;
}
