@charset "UTF-8";


/* pour générer des font trop d'la balle			*/
/* http://www.fontsquirrel.com/fontface/generator	*/

@font-face { font-family: Aeroportal; src: url(../font/aeroportal.eot); }
@font-face { font-family: Aeroportal; src: url(../font/aeroportal.eot.ttf); }

@media screen {
	body {
		font-family: Helvetica;
		/*font-family: Arial Black, Gadget, sans-serif;*/
		/*font-family: Comic Sans MS, cursive;*/ /* snif !!! */
		/*font-family: Courier New, Courier, monospace;*/
		/*font-family: Georgia, serif;*/
		/*font-family: Impact, Charcoal, sans-serif;*/
		/*font-family: Lucida Console, Monaco, monospace;*/
		/*font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;*/
		/*font-family: Palatino Linotype, Book Antiqua, Palatino, serif;*/
		/*font-family: Tahoma, Geneva, sans-serif;*/
		/*font-family: Times New Roman, Times, serif;*/
		/*font-family: Trebuchet MS, Helvetica, sans-serif;*/
		/*font-family: Verdana, Geneva, sans-serif;*/
		/*font-family: Symbol;*/
		/*font-family: Webdings;*/
		/*font-family: Wingdings, Zapf Dingbats;*/
		/*font-family: MS Sans Serif, Geneva, sans-serif;*/
		/*font-family: MS Serif, New York, serif;*/
	}
}
@media print {
	body {
		font-family: Helvetica;
		/*font-family: Arial Black, Gadget, sans-serif;*/
		/*font-family: Comic Sans MS, cursive;*/ /* snif !!! */
		/*font-family: Courier New, Courier, monospace;*/
		/*font-family: Georgia, serif;*/
		/*font-family: Impact, Charcoal, sans-serif;*/
		/*font-family: Lucida Console, Monaco, monospace;*/
		/*font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;*/
		/*font-family: Palatino Linotype, Book Antiqua, Palatino, serif;*/
		/*font-family: Tahoma, Geneva, sans-serif;*/
		/*font-family: Times New Roman, Times, serif;*/
		/*font-family: Trebuchet MS, Helvetica, sans-serif;*/
		/*font-family: Verdana, Geneva, sans-serif;*/
		/*font-family: Symbol;*/
		/*font-family: Webdings;*/
		/*font-family: Wingdings, Zapf Dingbats;*/
		/*font-family: MS Sans Serif, Geneva, sans-serif;*/
		/*font-family: MS Serif, New York, serif;*/
	}
}


@media screen{
	body { margin: 0; padding: 0; font-size: 62.5%; text-align: center;  background-color: #b9d531;}
	#global { 
		position: relative; margin: 0 auto; padding: 0 10px;
		width: 940px; 
		font-size: 1em; text-align: left;
		/*background: white;*/
		background: white;
	}
	img { -ms-interpolation-mode: bicubic; } /* DA FUCKING IE */
	a {outline : none;} /*Bye bye les pointillés !!!!*/
	
	/********************************/
	/*			ENTETE				*/
	/********************************/
	#entete {
		position: absolute; top:0; left: 0; 
		margin: 0; width: 940px; height: 450px;
		background: #692870;
	}
	#entete h1 { position: absolute; top: 10px; left: 80px; margin: 0; }
	#entete h1 a { display: block; width: 540px; height: 150px; background: transparent; }
	#entete h2,
	#entete h3 { position: absolute; top: 0; left: -999em; }
	#entete #visuel { position: absolute; bottom: 0; width: 940px; height: 297px; overflow: hidden; background: white; }
	#entete .deco { 
		position: absolute; top: 0; left: 0;
		width: 940px; height: 275px;
		background: url(../images/2011/sprite-fixe.png) no-repeat left top;
	}
	#entete #personnage {
		position: absolute; bottom: 0; left: -10px; width: 130px; height: 345px;
		background: url(../images/2011/sprite-fixe.png) no-repeat 0 -275px;
	}
	
	/********************************/
	/*			CONTENU				*/
	/********************************/
	#contenu { position: relative; padding: 450px 0 0 0; }
	#main {
		position: relative; float:right;
		margin-bottom: 5em; width: 620px; 
	}
	/*----------------------------*/
	/*--	structure contenu	--*/
	h1#con_libelle { font-size: 2.4em; font-weight: normal; color: #692870;  }
	#con_chapeau { font-size: 1.4em; font-weight: bold; color: #682266;  }
	#con_descriptif { font-size: 1.3em; line-height: 1.5em; }
	/*------------------------------------*/
	/*--	mise en forme du descriptif	--*/
	/*---------- titraille ----------*/
	#con_descriptif h1,
	#con_descriptif h2,
	#con_descriptif h3,
	#con_descriptif h4,
	#con_descriptif h5 { margin: 1.5em 0 0 0; font-weight: normal; color: #b9d531; line-height: 1em; }
	#con_descriptif h1 { font-size: 1.5em; }
	#con_descriptif h2 { font-size: 1.4em; }
	#con_descriptif h3 { font-size: 1.3em; }
	#con_descriptif h4 { font-size: 1.2em; }
	#con_descriptif h5 { font-size: 1.1em; }
	#con_descriptif > h1,
	#con_descriptif > h2,
	#con_descriptif > h3,
	#con_descriptif > h4,
	#con_descriptif > h5,
	#con_descriptif > p { margin-top: 0; }
	/*---------- paragraphes ----------*/
	#con_descriptif h1 + p,
	#con_descriptif h2 + p,
	#con_descriptif h3 + p,
	#con_descriptif h4 + p,
	#con_descriptif h5 + p { margin-top: 0.3em; }
	/*---------- listes ----------*/
	#con_descriptif ul { }
	#con_descriptif li { list-style-image: url(../images/2011/puce-liste.png); line-height: 1.6em; }
	/*---------- table ----------*/
	#con_descriptif table {  }
	#con_descriptif table td { }
	#con_descriptif table caption {  }
	/*---------- liens ----------*/
	#con_descriptif a { color:  #692870; }
	#con_descriptif a:hover { text-decoration: none; }
	/*---------- images ----------*/
	#con_descriptif .englobantimage {margin :  0.5em ;  }
	#con_descriptif .englobantimage img { border: none; }
	#con_descriptif  map {border: none;}
	#con_descriptif .imageright {margin-right: 0;  }
	#con_descriptif .imageleft { margin-left: 0; }
	/*---------- acronym ----------*/
	#con_descriptif acronym, abbr {
		border-bottom: 1px dotted #ccc;
		cursor: help;
	}		
	
	/*---------- séparateurs ----------*/
	#con_descriptif hr { clear: both; background: transparent; color: transparent; height: 1px; border: none; }
	/*---------- spécial ----------*/
	.adresseLocalization{ font-size: 1.4em; font-weight: bold; color:#D42E86;}
	/********************************/
	/*			GENERAL				*/
	/********************************/
	.invisible { position: absolute; top: 0; left: -999em; }	
	.leon { clear: both; }
	.leonvisuelpdt { clear: right; }
	.editChampVide { display: none; }
	
	/*-- menu liste des liens d'une rubrique --*/
	#contenu .menu_arbo { }
	#contenu .menu_arbo h3 { margin: 0.5em 0;font-weight: normal; color: #b9d531; line-height: 1em; font-size: 1.8em; }
	#contenu .menu_arbo ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid #b9d531; background: white; }
	#contenu .menu_arbo ul ul { margin-bottom: 1em; }
	#contenu .menu_arbo li { border-bottom: 1px solid #dcea98; }
	#contenu .menu_arbo a {
		display: block; padding: 0.5em;
		font-size: 1.2em; line-height: 1.3em; color: black; text-decoration: none;
	}
	#contenu .menu_arbo ul ul a { padding-left: 2.5em; }
	#contenu .menu_arbo .pair a,
	#contenu .menu_arbo .impair .pair a { background: #ffffff; }
	#contenu .menu_arbo .impair a { background: #dcea98; }
	#contenu .menu_arbo a:hover { background: #B9D531; }
	#contenu .menu_arbo .bloc { display: block; }
	#contenu .menu_arbo img { border: 2px solid black; }
	#contenu .menu_arbo img + .bloc { margin-left: 90px; margin-top: -80px; min-height: 80px;  }
	#contenu .menu_arbo strong { display: block; font-weight: normal; font-size: 1.45em; color: #b9d531; }
	#contenu .menu_arbo a:hover strong { color: white; }
	#contenu .menu_arbo .impair strong { color: #558025; }  
		
	/* listeDepartements */
	.listeDepartement ul {list-style: none;}
	.listeDepartement ul ul {list-style-type: circle;}
	.listeDepartement li {color:#fff;}
	.listeDepartement ul a {font-weight: bold; font-size: 1.8em; color: #6A2367; text-decoration: none;}
	.listeDepartement ul a:hover {text-decoration: underline;}
	.listeDepartement ul ul a { font-size: 1.4em; color:#fff; }
	/* listeParticipants */
	.listeParticipants ul {list-style: none; margin: 0; padding: 0;}
	.listeParticipants ul li {float: left; width: 160px; margin: 5px; padding: 5px; background: white; 
		border-top: 5px solid #638113;
		border-right: 5px solid #94A700;
	}
	.listeParticipants ul li a{font-size: 1.2em; color: black;  text-decoration: none;}
	.listeParticipants ul li strong {display: block;}
	.listeParticipants ul li img {display: block; border: 1px solid #638113; margin: 0 auto; padding: 2px; }
	.listeParticipants ul li span {display: block;}
	.listeParticipants ul li span.adresse {color: #D42E86}
	/* fichiers en téléchargement */
	#con_descriptif .fichiers {
		position: relative; display: block;
		margin: 0; padding: 1em 0 1em 40px;
		border-top: 1px solid #dcea98; border-bottom: 1px solid #dcea98;
		background: url(../images/2011/fleche-telecharger.png) no-repeat 5px 5px;
	}
	#con_descriptif .fichiers a { position: relative; text-decoration: none; }
	#con_descriptif .fichiers a:hover { text-decoration: underline; }	
	
	/* googlemaps */
	#map {}
	#map h2.map {
		margin: 0 0 0.5em 0; padding: 0.1em 0.5em;
		font-size: 1.6em; color: #692870;
		background: #b9d531;
		border-radius: 0.5em; -moz-border-radius: 0.5em; -webkit-border-radius: 0.5em; 
	}
	#map p.map { font-size: 1.2em; }
	#map ul.map { margin: 0; padding: 0; list-style: none; font-size: 1.2em;  }
	#map ul.map li { line-height: normal; display: list-item;}
	#map .map a { color: #692870; text-decoration: none; display: inline; }
	#map .map a:hover { text-decoration: underline; }
	
	
	#contenu .moremap { margin-top: 2em; }
	#contenu .moremap li { border-bottom: none; }
	#contenu .moremap .pair a,
	#contenu .moremap .impair a {
		padding: 0.5em 0;
		font-size: 1.8em; font-weight: normal; line-height: normal; color: #692870; text-decoration: none;
		background: white; 
	}#contenu .moremap ul ul .pair a,
	#contenu .moremap ul ul .impair a {
		padding: 0.2em 1.5em;
		font-size: 1.2em; font-weight: normal; line-height: 1.2em; color: black; text-decoration: none;
	}
	#contenu .moremap ul ul .pair a { background: #ffffff; }
	#contenu .moremap ul ul .impair a { background: #ffffff; }

}
@media print{
  
}

@media screen {
	
	/********************************/
	/*		MENU NAVIGATION			*/
	/********************************/	
	#nav{
		position: relative; float: left; display: inline;
		padding: 3em 10px 220px 10px; margin-bottom: 3em; width: 280px;
		background: url(../images/2011/barroque.png) repeat;
	}
	#nav .deco {
		position: absolute; bottom: 0; left: 0;
		margin: 0; width: 300px; height: 216px;
		background: url(../images/2011/sprite-fixe.png) no-repeat right bottom;
	}
	p#contact {
		position: absolute; top: -12px; left: 0;
		margin: 0; padding: 0 1em;
		font-size: 1.8em; color: white; line-height: 24px;
		background: #558025;
	}
	#nav h3 { position: absolute; top: 0; left: -999em; }
	#menu_menuprincipal,
	#menu_menuannexe { position: relative; margin: 0; }
	#menu_menuprincipal ul,
	#menu_menuannexe ul { margin: 0; padding: 0; list-style: none; }
	#menu_menuprincipal li,
	#menu_menuannexe li { border-bottom: 1px solid #c6dd88; }
	#menu_menuprincipal a,
	#menu_menuannexe a {
		display: block;
		font-size: 1.4em; font-weight: bold; color: #692870;
		text-transform: uppercase; text-decoration: none; line-height: 30px;
	}
	#menu_menuprincipal a:hover,
	#menu_menuannexe a:hover { padding: 0 10px; color: white; background: url(../images/2011/sprite-fixe.png) no-repeat -130px -299px; }
	#menu_menuprincipal .lienActif > a,
	#menu_menuannexe .lienActif > a  { padding: 0 10px; color: white; background: url(../images/2011/sprite-fixe.png) no-repeat -130px -269px; }
	
	
	#menu_menuprincipal ul ul,
	#menu_menuannexe ul ul { margin-bottom: 7px; }
	#menu_menuprincipal ul ul li,
	#menu_menuannexe ul ul li { border-bottom: none; }
	#menu_menuprincipal ul ul a,
	#menu_menuannexe ul ul a {
		padding: 0 0 0 10px;
		font-size: 1.2em; font-weight: bold; color: white;
		text-transform: uppercase; text-decoration: none; line-height: 18px;
	}
	#menu_menuprincipal ul ul a:hover,
	#menu_menuannexe ul ul a:hover { padding: 0 20px; color: white; background: url(../images/2011/sprite-fixe.png) no-repeat -130px -305px; }
	#menu_menuprincipal ul ul .lienActif > a,
	#menu_menuannexe ul ul .lienActif > a { padding: 0 20px; color: white; background: url(../images/2011/sprite-fixe.png) no-repeat -130px -275px; } 
	
	/********************************/
	/*		MENU PIED DE PAGE		*/
	/********************************/
	#pied {
		position: relative; margin: 0 auto; width: 940px; height: 36px;
		background: url(../images/2011/barroque.png);
	}
	#menu_menupieddepage {}	
	#menu_menupieddepage h3 {position: absolute; left: -999em; top: 0;	}	
	#menu_menupieddepage ul {
		list-style: none; margin:  auto; padding: 0;
		line-height: 36px;
	}	
	#menu_menupieddepage li {
		display: inline; margin: 0; padding: 0 0.5em; 
		border-right: 1px solid #692870; 
	}		
	#menu_menupieddepage li:first-child {
		border-left: 1px solid #692870; 
	}
	
	#menu_menupieddepage li a {color: #692870; font-size: 1.1em; text-decoration: none;	}	
	#menu_menupieddepage li a:hover { color: white; }
	/********************************/
	/*			MENU LANGUE			*/
	/********************************/
	#menu_langue {
	}
	#menu_langue ul {
	}	
	#menu_langue ul li {
	}	
	#menu_langue ul li a {
	}
	
	#menu_langue ul li a:hover {
	}	
	#menu_langue ul li a img {
	}
}

@media print {
}


/************************************************/
/*	SURCHARGE SPECIALE POUR LE STICKY FOOTER	*/
/************************************************/
@media screen {
	/* structure globale */
	html,
	body,
	#main { height: 100%; }
	body > #global { height: auto; min-height: 100%; }
	
	/* zone de contenu 								*/
	/* n correspond à la hauteur du pied de page	*/
	#global #contenu { padding-bottom: 36px; }
	
	/* pied de page 								*/
	/* mettre l\'id réel du pied de page 			*/
	/* n correspond à la hauteur du pied de page	*/
	#pied {
		height: 36px;
		margin-top: -36px;
	}
	
	/* HACKS		*/
	/* CLEAR FIX 	*/
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.clearfix {display: inline-block;}
	/* Hides from IE-mac \*/
	* html .clearfix { height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
}

@media print {
}

/********************************/
/*		MOTEUR DE RECHERCHE		*/
/********************************/
@media screen {
	form#mrecherche_rechercheGenerique { position: relative; padding: 0; height: 44px; border-bottom: 1px solid #c6dd88; }
	form#mrecherche_rechercheGenerique p { position: absolute; top: 10px; margin: 0; height: 24px; }
	p#p_rech_input_rechercheGenerique { left: 0; width: 190px; }
	p#p_rech_btn_rechercheGenerique { left: 190px; }
	form#mrecherche_rechercheGenerique input {
		position: absolute; top: 0; left: 0; 
		border: none; margin: 0; height: 24px; line-height: 24px;
		font-size: 1em;
	}
	input#recherche_rechercheGenerique { 
		padding: 0 5px; width: 180px;
		background: transparent url(../images/2011/sprite-fixe.png) no-repeat -130px -620px;
	}
	input#recherche_rechercheGenerique:focus { background-position: -130px -650px; } 
	input#btnrecherche_rechercheGenerique { 
		padding: 0; width: 90px; cursor: pointer; 
		color: white; text-transform: uppercase;
		 background: transparent url(../images/2011/sprite-fixe.png) no-repeat -320px -620px;
	}
	input#btnrecherche_rechercheGenerique:hover { background-position: -320px -650px; }
	
	/* résultat de recherche */
	
	h2.recherche { 
		margin: 1em 0 0 0; padding: 0 0.5em; 
		color: white; font-size: 1.2em; line-height: 2em; text-transform: uppercase; 
		background: #558025;
	}
	h3.recherche { 
		margin: 0; padding: 0 0.5em;
		color: #692870; font-size: 1.2em; line-height: 2em; text-transform: uppercase; 
		background: #B9D531; border-left: 1px solid #558025; border-right: 1px solid #558025;
	}
	ul.recherche { margin: 0; padding: 1em; list-style: none; border: 1px solid #558025; }
	ul.recherche li { padding: 0.3em; border-bottom: 1px solid #638113; }
	ul.recherche li.paire { background: white; }
	ul.recherche li.impaire { background: #f8fcee; }
	ul.recherche li:hover { background: #ecede6; }
	ul.recherche li a { display: block; font-size: 1.2em; color: black; text-decoration: none; }
	ul.recherche li a:hover {}
	
	/* bouton de retour à la liste de résultats */	
	p.retour_recherche {
		position: relative; clear: both; margin: 2em 0; height: 24px; line-height: 24px;
		background: #558025;
	}
	p.retour_recherche a { 
		display: block;
		color: white; font-size: 1.1em; font-weight: bold; display: block;
		text-transform: uppercase; text-decoration: none; text-align: center;
	}
	p.retour_recherche a:hover { background: #B9D531; } 
	p.retour_recherche span {}
}

@media print {
}


