/*******************************************************************************
************************   surdéfinition des couleurs   ************************
*******************************************************************************/

body {
	background: #72727A url(../images/fond_page.jpg) no-repeat top center;
}
a {
	color: #E51B58;
}
h1 {
	color: #E51B58;
}
h2, h2 a {
	color: #EE800C;
}
h3 {
	color: #666666;
}

.champ, .champRecherche, .bouton {
	color: #333333;
	background-color: #f0f0f0;
	border: 1px solid #333333;
}
.bouton {
	color: #333333;
}
.champ:hover, .champRecherche:hover, .bouton:hover {
	background-color: white;
}
.champRecherche{
	background-color: #ffffff;
	border: 1px solid #E51B58;
}

.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;
}

.moduleKmlIndex h2 {
	background-color:#E51B58;
	color:#ffffff;
	padding:2px 5px;
}
.formulaireMail label {
	color: #ee7f01;
}


/***************************		 menus		  ***************************/


#menuH li a { 
   color : #e51b58;
   font-size:18px;
   font-weight:normal;
}
#menuH li:hover {
	background: #9DC82E; 
}
#menuH li:hover a, #menuFooter li:hover a {
	color: white;
}
#menuH li a:hover, #menuFooter li a:hover {
	color: white;
}
#menuH .sousMenu, #menuH .sousMenu .sousSousMenu,
#menuFooter .sousMenu, #menuFooter .sousMenu .sousSousMenu  {
    border: 1px solid #E66440;
}

#menuFooter li {
	background: url(../images/separateurMenuFooter.png) no-repeat left center;
}

#menuH .sousMenu li, #menuH .sousMenu .sousSousMenu li,
#menuFooter .sousMenu li, #menuFooter .sousMenu .sousSousMenu li {
   background: white;
}

#menuH .sousMenu li,
#menuFooter .sousMenu li {
	filter:alpha(opacity=90);
	opacity: 0.90;
}
/*éviter la transparence en cascade*/
#menuH .sousMenu .sousSousMenu li,
#menuFooter .sousMenu .sousSousMenu li {
	filter:alpha(opacity=100);
	opacity: 1;
}

#menuH .sousMenu li a, #menuH .sousMenu .sousSousMenu li a,
#menuFooter .sousMenu li a, #menuFooter .sousMenu .sousSousMenu li a {
   color: black;
   border-left: 15px solid #E66440;
   text-decoration: none;
}

#menuH .sousMenu li a:hover, #menuH .sousMenu .sousSousMenu li a:hover,
#menuFooter .sousMenu li a:hover, #menuFooter .sousMenu .sousSousMenu li a:hover {
   background-color: #E66440;
   color: white;
   border-left: 15px solid black;
}

#menuFooter li.item1, #menuFooter li.item1Selection {
	background: none;
}



#menuH li.item1, #menuH li.item1Selection {
	width: 140px;
	position: absolute;
	left: 0;
	z-index: 200;
	background: url(../images/itemMenu1.png) no-repeat;
}
#menuH li.item2, #menuH li.item2Selection {
	width: 180px;
	position: absolute;
	left: 102px;
	z-index: 199;
	background: url(../images/itemMenu2.png) no-repeat;
}
#menuH li.item3, #menuH li.item3Selection {
	width: 209px;
	position: absolute;
	left: 255px;
	z-index: 198;
	background: url(../images/itemMenu3.png) no-repeat;
}
#menuH li.item4, #menuH li.item4Selection {
	width: 186px;
	position: absolute;
	left: 420px;
	z-index: 197;
	background: url(../images/itemMenu4.png) no-repeat;
}
#menuH li.item5, #menuH li.item5Selection {
	width: 180px;
	position: absolute;
	left: 560px;
	z-index: 193;
	background: url(../images/itemMenu2.png) no-repeat;
}
#menuH li.item7, #menuH li.item7Selection {
	width: 180px;
	position: absolute;
	left: 700px;
	z-index: 192;
	background: url(../images/itemMenu2.png) no-repeat;
}
#menuH li.item6, #menuH li.item6Selection {
	width: 117px;
	position: absolute;
	left: 847px;
	z-index: 194;
	background: url(../images/itemMenu5.png) no-repeat;
}


#menuH li:hover {
	background-position: 0 -99px;
}
#menuH li.item1Selection, #menuH li.item2Selection, #menuH li.item3Selection, #menuH li.item4Selection, #menuH li.item5Selection, #menuH li.item6Selection, #menuH li.item7Selection, #menuH li.item8Selection {
	background-position: 0 -99px;
	z-index: 201;
}
#menuH li.item1Selection a, #menuH li.item2Selection a, #menuH li.item3Selection a, #menuH li.item4Selection a, #menuH li.item5Selection a, #menuH li.item6Selection a, #menuH li.item7Selection a, #menuH li.item8Selection a {
	color: white;
}

#menuV li{
		
}
#menuV li.titre_menu{
	color:#ffffff;
	background:#EE800C;	
	font-weight:bold;
	padding:2px 0;
	text-align:center;
	font-size:16px;
	margin-top:15px;
}
#menuV li a { 
   color : #333333;
   background:transparent url(../images/menu_puce.png) no-repeat left;
   padding-left:20px;
   border-bottom:1px solid #f1d3dd;
}
#menuV li a.selected { 
   color:#ffffff;
	background:#E51B58;	
}
#menuV li a:hover {
	color:#ffffff;
	background:#E51B58;	
} 
#menuV .sousMenu li a {
   color: black;
   background-color: transparent;
}
#menuV .sousMenu .sousSousMenu li a {
   color: black;
   background-color: transparent;
}
#menuV .sousMenu li a:hover, #menuV .sousMenu .sousSousMenu li a:hover {
   background-color: #dcf1a5;
}



/***************************   structure générale   ***************************/


#conteneur {
	color: black;
	background:#ffffff  url(../images/mdl2/fond.png) repeat-y right;
}

#header {
	/*background: url(../images/mdl2/header.jpg) no-repeat;*/
	background:white;
	border-bottom:20px solid #e51b58;
}

#corps {
	color: black;
	background:#ffffff;
}

#droite h1{
	background:transparent url(../images/fond_titre_droite.png) no-repeat;
	color:white;
	text-align:center;
	padding :13px 0 16px 0;
	font-size:1.4em;
	font-weight:normal;
	margin-top:15px;
}
#contenu{
	background:transparent  url(../images/coin_fond.png) no-repeat top right;	
}
#footer {
	color: white;
	background-color:#e51b58;
}
#footer a {
	color: white;
}

#edito {
	color: white;
	background-color: #b8ca30;
}
#cloudtags{
	padding:0 10px;
	text-align:center;	
}
#cloudtags a{
	color:#b53087;	
}
#cloudtags a:hover{
	color:#ffffff;
	background-color:#e51b58;
	text-decoration:none;	
}
h1.titre_accueil1{
	background:white  url(../images/fond_titre_accueil1.jpg) no-repeat top left;
	color:white;
	padding:15px 30px 20px 30px;	
	margin-right:5px;
	
	text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    float:left;
}
h1.titre_accueil2{
	background:white  url(../images/fond_titre_accueil2.jpg) no-repeat top left;
	color:white;
	padding:15px 10px 20px 15px;
	margin-bottom:5px;
	text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
}
h1.titre_accueil3{
	background:white  url(../images/fond_titre_accueil3.jpg) no-repeat top left;
	color:white;
	padding:17px 17px 21px 17px;
	margin-right:5px;
	margin-bottom:5px;
	text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    float:left;
}
h1.titre_accueil4{
	background:white  url(../images/fond_titre_accueil4.jpg) no-repeat top left;
	color:white;
	padding:20px 30px 20px 30px;	
	margin-right:5px;
	
	text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    float:left;
}
h1.titre_accueil5{
	background:white  url(../images/fond_titre_accueil5.jpg) no-repeat top left;
	color:white;
	padding:13px 30px 15px 30px;	
	margin-right:5px;
	
	text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    float:left;
}
#actuAccueil {

}
#actuAccueil h2 {
	color: #EF800D;
	background: none;
}
#actuAccueil h3 {
	color: #666666;
}

#actuAccueil a {
	color: #cd1a73;
}
#dossierAccueil {

}
#dossierAccueil h2 {
	color: #B63087;
	background: none;
}
#dossierAccueil h3 {
	color: #666666;
}
#agendaAccueil{
	margin-left:5px;	
}
#agendaAccueil .date, #calendrierAccueil .date{
	background:transparent url(../images/fond_date_agenda.png) no-repeat left top;
	float:left;
	width:43px;
	height:50px;	
	padding-top:0px;
}
#agendaAccueil .date .jour, #calendrierAccueil .date .jour{
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#3e8e4c;	
	height:18px;
}
#agendaAccueil a{
	color:#b53087;	
}
#agendaAccueil .date .mois,#calendrierAccueil .date .mois{
	text-align:center;
	font-weight:bold;
}
#agendaAccueil .fiche_evenement{
	margin-bottom:5px;	
}
#agendaAccueil .libel_activite{
	color:#EE800C;
	font-weight:bold;
}
#agendaAccueil a.lireSuite {
    color:#E51B58;
    font-size:14px;
    margin-top:5px;
}

#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;
}





#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;
}

.alerte-no-javascript{
	background-color: white;
	border: 1px solid red;
	filter:alpha(opacity=50);
	opacity: 0.50;
}

