@charset "UTF-8";


@media screen{
	/***** TYPOS POSSIBLES ******/
	/* SANS-SERIF	: Arial, Verdana, Helvetica, Lucida grande (Mac uniquement) */
	/* SERIF		: "Times New Roman", Georgia, Baskerville */
	body { margin: 0; padding: 0; font-family: verdana, arial, "sans serif"; font-size: 62.5%; text-align: center;
	background: url(../images/f-site.png) repeat-x 0 0;
	 }
	#global { position: relative; margin: 0 auto; width: 980px; font-size: 1em; text-align: left; 
		background: url(../images/f-global.png) no-repeat left bottom;
	}
	img { -ms-interpolation-mode: bicubic; } /* DA FUCKING IE */
	a {outline : none;} /*Bye bye les pointillés !!!!*/
	
	/********************************/
	/*			ENTETE				*/
	/********************************/
	#entete {position: absolute; top: 0; left: 10px; width: 980px; }
	#entete h1 a {position: absolute; display: block; top: 12px; left: 25px;
		width: 185px; height: 185px; 
	}
	#entete h2 { }
	#entete #visuel {width: 980px; height: 215px; background: url(../images/entete.jpg) no-repeat 0 0; }
	
	/********************************/
	/*		CHEMIN DE FER			*/
	/********************************/
	p#chemin {
		position: absolute;
		top: 250px;
		left: 260px; 
		font-size: 1.1em;
	}	
	p#chemin span { color: #bd8d46; }
	p#chemin span span { }	
	p#chemin span.chemin_last { }	
	p#chemin span.chemin_first { }
	p#chemin a {color: #bd8d46; }
	p#chemin a:hover { }
	p#chemin a span { }
	
	/********************************/
	/*			CONTENU				*/
	/********************************/
	#global #contenu {
		position: relative;
		float: right; 
		width: 700px;
		min-height: 450px; 
		padding: 260px 20px 0 0px;
	}
	/*----------------------------*/
	/*--	structure contenu	--*/
	h1#con_libelle { 
		font-size: 3em; 
		color: #557c26; 
		font-family: "Times New Roman", Georgia, Baskerville;
		font-weight: normal;
	}
	#con_chapeau { font-size: 1.4em; }
	#con_descriptif {position: relative; font-size: 1.2em; line-height: 1.6em; }
	/*------------------------------------*/
	/*--	mise en forme du descriptif	--*/
	/*---------- titraille ----------*/
	#con_descriptif h1 { 
		font-size: 2.5em; 
		color: #557c26; 
		font-family: "Times New Roman", Georgia, Baskerville;
		font-weight: normal;
	 }
	#con_descriptif h2 { 
		font-size: 2em; 
		color: #b9121b;		 
		font-family: "Times New Roman", Georgia, Baskerville;
		font-weight: normal;
	}
	#con_descriptif h3 { font-size: 1.17em;
		color: #b9121b;		 
		font-family: "Times New Roman", Georgia, Baskerville;
	}
	#con_descriptif h4 { font-size: 1.2em; }
	/*---------- listes ----------*/
	#con_descriptif ul {position: relative; list-style: none;  margin : 0 0 0 1.5em; padding: 0;}
	#con_descriptif li { list-style-image: url(../images/puce.png); 
	list-style-position: inside; padding: 0 0 0 1.5em;}
	/*---------- table ----------*/
	#con_descriptif table {  }
	#con_descriptif table td { }
	#con_descriptif table caption {  }
	/*---------- liens ----------*/
	#con_descriptif a {color: #C2131C;  }
	#con_descriptif a:hover {color: #521D1D;  }
	/*---------- images ----------*/
	#con_descriptif a.englobantimage, #con_descriptif span.englobantimage {  }
	#con_descriptif a.imageright, #con_descriptif span.imageright {  }
	#con_descriptif a.imageleft, #con_descriptif span.imageleft {  }
	#con_descriptif img { border: none; }
	/*---------- 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; }
	/*---------- colonne ----------*/
	#colonne1, #illustration, #texteSecondaire{
		float: left;
	}
	#colonne1{
		width: 200px;
	 	margin: 0 2em 0  0;	
	}
	#texteSecondaire {
	 	margin: 0 0 2em 0;
	 	padding: 5px;
	 	background: url(../images/texte-secondaire.png) repeat 0 0;
		border: 1px solid #bd8d46;
	 }
	 #texteSecondaire a {color: #521D1D;}
	 #texteSecondaire a img {border: 1px solid #521D1D; padding: 0.2em; background: white;}
	/********************************/
	/*			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 {  
		font-size: 1.4em;
		color: #b9121b;		 
		font-family: "Times New Roman", Georgia, Baskerville;
	}
	#contenu .menu_arbo ul {
		position: relative;
		list-style: none;
		margin: 0 2em;
		padding: 0;
	}
	#contenu .menu_arbo li {
		position: relative;
		clear: left;
		min-height: 100px;
		*height: 100px;
		margin-bottom: 1.5em;
	}
	#contenu .menu_arbo li:hover {
		background-color: #BB9696;
		color: white;
	}
	#contenu .menu_arbo li a { text-decoration: none; color: black;}
	#contenu .menu_arbo li a:hover {
		position: relative;
		color: white;
		background-color: #BB9696;
	}
	#contenu .menu_arbo li img {
		position: relative;
		float: left;
		vertical-align: middle;
		margin-right: 0.5em;
		border: 1px solid #c23139;
	}	
	#contenu .menu_arbo li:hover a {color: white;}	
	#contenu .menu_arbo li:hover h3{color: black;}
	#contenu .menu_arbo li strong {
		position: relative;
		display: block;
		font-size: 1.2em;
		font-weight: bold;
		padding: ;
		margin: 0 0 0.5em 0;
		color: #557C26;
		}	
	#contenu .fichiers a{
		text-decoration: none;
		color: #C2131C;  
	}
	#contenu .fichiers a:hover{
		color: #521D1D ; 
	}
}
@media print{
  /* ... d&eacute;finition de formats pour l'impression ... */
	@page { widows: 5; }
	hr, p#chemin, #papillon { display: none; }
	body { font-family: "Times New Roman", Georgia, Baskerville; font-size: 10pt; }
	
	/*#con_descriptif a:link:after, #con_descriptif a:visited:after { content: " (" attr(href) ") "; font-size: 90%; }*/
	#entete h1 a span.invisible {position: absolute; display: block; top:0; left: 5pt;} 
	h1#con_libelle { margin: 20pt 0 10pt 0; font-size: 24pt; color: #C71520; font-weight: normal; }
	#con_chapeau { margin: auto 0; font-size: 13pt; font-weight: normal; color: black; }
	#con_descriptif { margin: auto 0; font-size: 10pt; line-height: 13pt; }
	
	#con_descriptif h1 { font-size: 14pt; color: #C71520; font-weight: normal; }
	#con_descriptif h2 { font-size: 13pt; color: #C71520; font-weight: normal; }
	#con_descriptif h3 { font-size: 12pt; color: #C71520; font-weight: normal; }
	#con_descriptif h4 { font-size: 11pt; color: #C71520; font-weight: normal; }
	/*---------- liens ----------*/
	#con_descriptif a { color: black; text-decoration: underline; }
	/*---------- images ----------*/
	#con_descriptif a.imageright, #con_descriptif span.imageright { margin: 0 0 0 1em; }
	#con_descriptif a.imageleft, #con_descriptif span.imageleft { margin: 0 1em 0 0; }
	#con_descriptif img { border: 1px solid gray; }
	/*---------- acronym ----------*/
	#con_descriptif acronym, abbr { border-bottom: 1px dotted #ccc; cursor: help; }
	
	/*-- menu liste des liens d'une rubrique --*/
	#contenu .menu_arbo { position: relative; clear: both; }
	#contenu .menu_arbo h3 { display: none; }
	#contenu .menu_arbo ul { position: relative; margin: 0; padding: 0; list-style: none; }
	#contenu .menu_arbo li { position: relative; margin: 10pt 0; clear: both; }
	#contenu .menu_arbo li a { display: block; text-decoration: none; color: black; }
	#contenu .menu_arbo li img{
		position: relative;
		float: left;
		vertical-align: middle;
		margin-right: 0.5em;
		border: 1px solid #c23139;
	}
	#contenu .menu_arbo li img { border: none; width: 100px; height: 100px; }
	#contenu .menu_arbo li strong.titre {
		position: relative; display: block; font-size: 1.4em; font-weight: normal;  color: #63414d;
	}
	#contenu .menu_arbo li span.desc { font-size: 1.1em; }
	#contenu .menu_arbo li a:hover  strong.titre { color: #b70042; }
}

@media screen {
	
	/********************************/
	/*		MENU NAVIGATION			*/
	/********************************/	
	#menu_pmenuprincipal {
		position: absolute; 
		top: 215px; left: 10px;
		width: 960px; height: 39px;
		background: #4f1e1e url(../images/f-menu.png) repeat-x 0 0;	
    z-index: 1;
    }
	#menu_pmenuprincipal h3 {position: absolute; top: 0; left: -999em;	}	
	#menu_pmenuprincipal ul {list-style: none; margin: 0 auto; padding: 0; 
	}	
	#menu_pmenuprincipal li { position: relative; float: left; display: block;
	}	
	#menu_pmenuprincipal li a {
		display: block;
		height: 29px;
		margin: 0px 15px 0 0;
		padding: 5px 5px;
		font-size: 1.6em; text-decoration: none;
		font-style: italic; color: white; font-family: "Times New Roman", Georgia, Baskerville;
	}	
	#menu_pmenuprincipal li a:hover {
	}
	#menu_pmenuprincipal li a.lienActif {
		font-style: normal;
		font-weight: bold;
		letter-spacing: -1px;
		background: #6a4141 url(../images/f-menu-actif.png) repeat-x 0 0;
		color: #b1c800; 
	}
	#menu_pmenuprincipal ul ul { 
		position: absolute; top: 39px; left: -999em;
		margin: 0; padding: 0; width: 200px;
	}	
	#menu_pmenuprincipal span.flecheEnfants {
		display: block;
		width: auto; height: 4px;
		background: url(../images/fleche-bas.png) no-repeat center top;
	}
	#menu_pmenuprincipal ul li:hover ul,
	#menu_pmenuprincipal ul li.sfhover ul { left: auto;	}	
	#menu_pmenuprincipal ul ul li {	
		float: none; display: list-item; padding: 0.2em; 
		border-bottom: 1px solid white;
		background: #4f1e1e;
	}	
	#menu_pmenuprincipal ul ul li a {position: relative;
		display: block; padding: 2px 5px;/* 10px 0 10px;*/ margin: 0;
		height: auto;
		text-transform: none;
		border-right: none;
	}	
	#menu_pmenuprincipal ul ul li a:hover {
	}
	
	#menu_pmenuprincipal ul ul li a.lienActif {
		background: #6a4141;
	}
	

	/********************************/
	/*		MENU GAUCHE				*/
	/********************************/
	#gauche {
		position: absolute;
		top: 252px;
		left: 10px;	
		}
	#gauche #actu {	
		width: 208px;
		height: 138px;
		padding: 10px 15px;
		background: url(../images/actu.png) no-repeat 0 0;
	}
	#gauche #actu h2 a{
		color: #b9121b;		 
		text-decoration: none;
		font-size: 1.4em;
	}
	#gauche #menu_exerguemenugauche ul {list-style: none; margin: 0; padding: 0;}
	#gauche #menu_exerguemenugauche a {
		display: block;
		width: 208px; height: 58px;
		padding: 30px 0 0 30px;
		color: #f6e497;
		text-decoration: none;
		font-size: 2em;
		font-family: Georgia, Baskerville,"Times New Roman";
	}
	#gauche #menu_exerguemenugauche li#menu_exerguemenugauche_77 a{
		background: url(../images/partenaires.png) no-repeat 0 0;
	}
	#gauche #menu_exerguemenugauche li#menu_exerguemenugauche_79 a{
		background: url(../images/localisation.png) no-repeat 0 0;
	}
	#gauche #menu_exerguemenugauche li#menu_exerguemenugauche_78 a{
		background: url(../images/contact.png) no-repeat 0 0;
	}

	/********************************/
	/*		MENU PIED DE PAGE		*/
	/********************************/
	#pied {
		position: relative;
		clear: both;
		width: 960px;
		height: 156px;
		margin: 0 0 0 10px;
		padding: 0 0 0 0;
		background: url(../images/f-pied.png) repeat-x left bottom;		
	}
	#menu_pdpgmenupieddepagegauche { position: relative; float: left;
	}	
	#menu_pdpgmenupieddepagegauche h3 {
	}	
	#menu_pdpgmenupieddepagegauche ul {list-style: none; margin: 15px 0 0 10px;  padding: 0;	}	
	#menu_pdpgmenupieddepagegauche li {
	}	
	#menu_pdpgmenupieddepagegauche li a {
		font-size: 1.2em; text-decoration: none;
		color: white; font-family: "Times New Roman", Georgia, Baskerville;
	}	
	#menu_pdpgmenupieddepagegauche li a:hover {
	}
	
	
	#menu_pdpdmenupieddepage { position: relative; float: left;
	}	
	#menu_pdpdmenupieddepage h3 {
	}	
	#menu_pdpdmenupieddepage ul {list-style: none; margin: 15px 0 0 10px; padding: 0;	}	
	#menu_pdpdmenupieddepage li {
	}	
	#menu_pdpdmenupieddepage li a {
		font-size: 1.2em; text-decoration: none;
		color: white; font-family: "Times New Roman", Georgia, Baskerville;
	}	
	#menu_pdpdmenupieddepage li a:hover {
	}
	/********************************/
	/*		OUTILS ACCESSIBILITE	*/
	/********************************/
	ul#barreoutils {
		position: absolute; top: 260px; right: 15px;
		width: 84px; height: 21px;
		margin: 0; padding: 0;
		background: url(../images/menuAplus.png) no-repeat 0 0;
	}
	ul#barreoutils li { display: inline; float: left;}
	ul#barreoutils li span{ position: absolute; left: -999em; top: 0; }
	ul#barreoutils a {display: block; width: 27px; height: 21px; }
	ul#barreoutils li#texteplus a:hover{background: url(../images/menuAplus.png) no-repeat -84px 0;}
	ul#barreoutils li#textemoins a:hover{background: url(../images/menuAplus.png) no-repeat -111px 0;}
	ul#barreoutils li#imprimer a:hover{background: url(../images/menuAplus.png) no-repeat -138px 0;}
	ul#barreoutils img { border: none; vertical-align: middle;  }
	ul#barreoutils li#texteplus img { border-right: 1px solid #b9b6ab; padding-right: 5px; }
}

@media print {
	#menu_pmenuprincipal,
	#gauche,
	#pied,
	#barreoutils
	{ display: none; }
}

/********************************/
/*		MOTEUR DE RECHERCHE		*/
/********************************/
@media screen {
	form#mrecherche_rechercheGenerique {position: absolute; top: 180px; left: 706px; 
	}
	form#mrecherche_rechercheGenerique p {position: absolute; top: 0; 
		margin: 0; height: 20px;
	}
	form#mrecherche_rechercheGenerique p#p_rech_input_rechercheGenerique { 
		left: 0; width: 150px; height: 20px;
	}
	form#mrecherche_rechercheGenerique p#p_rech_btn_rechercheGenerique { left: 144px; }
	form#mrecherche_rechercheGenerique p input {
		position: absolute; top: 0; left: 0; 
		border: none; margin: 0; padding: 0; height: 20px; line-height: 20px;
		font-size: 1em;
	}
	form#mrecherche_rechercheGenerique p input#recherche_rechercheGenerique { 
		padding: 5px; width: 130px; height: 16px; line-height: 16px;
		background: none;
	}
	form#mrecherche_rechercheGenerique p input#btnrecherche_rechercheGenerique { 
		width: 110px; cursor: pointer; background: none; margin: 4px 0 0 0;
		font-size: 1.4em; 
		color: white; font-family: "Times New Roman", Georgia, Baskerville;
	}
	form#mrecherche_rechercheGenerique p input#btnrecherche_rechercheGenerique:hover {
		color: #b1c800;
	}
	
	/* résultat de recherche */
	h2.recherche { 
		margin: 1em 0 0 0; padding: 0 0.5em; 
		color: #F9F4CA; font-size: 1.2em; line-height: 2em; text-transform: uppercase; 
		background: #551E1E;
	}
	h3.recherche { 
		margin: 0; padding: 0 0.5em;
		color: #F9F4CA; font-size: 1.2em; line-height: 2em; text-transform: uppercase; 
		background: #683F3F; border-left: 1px solid #bed600; border-right: 1px solid #779651;
	}
	ul.recherche { margin: 0; padding: 1em; list-style: none; border: 1px solid #779651; }
	ul.recherche li { padding: 0.3em; border-bottom: 1px solid #779651; }
	ul.recherche li.paire { background: white; }
	ul.recherche li.impaire { background: #F9F4CA; }
	ul.recherche li:hover { background: #683F3F; }
	ul.recherche li a { display: block; font-size: 1.2em; color: black; text-decoration: none; }
	ul.recherche li a:hover {color: #F9F4CA;}
	
	/* bouton de retour à la liste de résultats */	
	p.retour_recherche {
		position: relative; clear: both; margin: 2em 0; padding: 0 0.5em; width: 100%; height: 16px; line-height: 16px;
		background: #b1c800; 
	}
	p.retour_recherche a { 
		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 { color: #efefef; } 
	p.retour_recherche span { }
	/* surlignages */
	.spot0{
		font-weight:bold;
		background-color:#FFFF00;
	}
	.spot1{
		font-weight:bold;
		background-color: #66FF00;
	}
	.spot2{
		font-weight:bold;
		background-color: #ff0066;
	}
	.spot3{
		font-weight:bold;
		background-color: #00ffdd;
	}
}

@media print {
	form#mrecherche_rechercheGenerique, .rechercheinside { display: none; }
}



@media screen {
	/* GALERIE PHOTO PLANCHE CONTACT*/
	ul.galerie_contact { 
		margin: 0; padding: 1.2em 0 0 0; list-style: none; width:680px; 
	}
	ul.galerie_contact li {
		display: inline; float: left;
		margin: 5px; 
		width: 200px; height: 215px;
		text-align: center;
		border: 1px solid #B9121B;
		background: #F9F4CA;
	}
	ul.galerie_contact li a { position: relative; display: block; }
	ul.galerie_contact li img { width: 120px; border: none;  }
	ul.galerie_contact li span.blocDescImgGalerie {}
	ul.galerie_contact li span.titreImgGalerie {}
	ul.galerie_contact li span.descriptifImgGalerie {}
}

@media print {
}

