/*       www.institut-foret.com         */


/* @group Général */

html, body {
	margin: 0;
	padding: 0;
	/*height: 100%;*/
}

body {
	margin-top: 10px;
	font-family: "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center; /* pour corriger le bug de centrage IE */
	color: #000;
	background-color: #fff;
}

#page {
	margin: 25px auto;
	padding: 0;
	position: relative;
	text-align: left; /* on rétablit l'alignement normal du texte */
	width: 762px;
	height: 760px;
	/*height: 622px; /* IE interprète le height comme un min-height, du coup ça perturbe les autres. Il faut Hacker pour remettre en W3C */
	/*background-color: #ffffac;*/
	background: #ffffac no-repeat 128px 33px;
	border: #B05E0C 2px solid;
}

body > #page {
	min-height: 760px;
	/*min-height: 622px;*/
	height: auto !important;
}



/* @group Redéfinitions */
a {
	text-decoration: none;
}

#menu_institut img, 
#menu_foret img {
	border: 0;
}

/*ul, li {

}*/

h2 {
	margin-top: 30px;
	color: #8EA413;
	font-size: 1.1em;
	font-style: italic;
	text-align: justify;
	font-weight: bold;
}

.logo_partenaire {
	border: none;
}
/* @end */

/* @group Redéfinitions SPIP */
/* Images typographiques (via image_typo), URL a revoir... */
.format_png {
	behavior: url(/win_png.htc);
}

i.spip {
	color: #fa6030;
}

span.spip_documents_center, div.spip_documents_center {
	display: block;
	margin: 0 auto;
	text-align: center;
}

div.spip_documents_center img {
	border: 0;
}

div.spip_documents_center div.spip_doc_titre {
	margin: 0 auto;
	display: block;
}

span.spip_documents_center img  {
	padding: 2px;
	border: #8ea413 1px solid;
}

/*
p.spip {
	clear: both;
}*/
/* @end */
/* @end */


/* @group Menu Institut */
#menu_institut {
	position: relative; /* Pour rendre operationnel la règle z-index, les élements doivent-être positionnés */
	margin: 0;
	padding: 0 0 0 90px;
	height: 116px;
	background: transparent url(/squelettes/css/fond_menu_institut.png) top center no-repeat;
	z-index: 3;
}

#page>#menu_institut {
	background: transparent url(/squelettes/css/fond_menu_institut.2.png) top center no-repeat;
}

#menu_institut li a {
	line-height: 33px;
	color: #fff;
	font-variant: small-caps;
	position: relative;
	z-index: 4;
}

#menu_institut li {
	float: left;
	/*margin: 0;*/
	padding: 0 5px;
	list-style-type: none;border-right: #fff 1px solid;
}

#menu_institut li.dernier {
	border: 0;
}
/* @end */


/* @group Menu Foret */
#menu_foret {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	/*min-height: 100%;*/
	width: 141px;
	background: #8EA413 url(/squelettes/css/fond_menu_foret_logo.gif) 0 29px no-repeat;
	z-index: 2;
}

#menu_foret ul {
	margin: 160px 0 20px 0;
	padding: 0;
	/*height: auto;*/
}

#menu_foret li {
	margin: 0;
	padding: 0 0 0 1px;
	list-style-type: none;
	border-bottom: 1px #fff solid;
}

#menu_foret li a {
	color: #fff;
	line-height: 1.8em;
}

#menu_foret li.lien_exterieur {
	border-bottom: none;
	padding-top: 20px;
	text-align: center;
}

#menu_foret li.lien_exterieur a {
	height: 70px;
}
/* @end */


/* @group Contenu */
#contenu {
	margin: 0 20px 45px 0;
	padding-top: 10px;
	padding-left: 183px;
	background: transparent url(/squelettes/css/fond_contenu.png) repeat-y;
	text-align: justify;
}

#contenu a {
	color: #FA6030;
}


#contenu a.vers_haut {
	clear: both;
	display: block;
	padding-right: 10px;
	text-align: right;
	background: url(/squelettes/css/fleche_haut.gif) no-repeat center right;
}

#contenu #contenu_entete {
	height: 160px;
}

#contenu>#contenu_entete {
	min-height: 170px;
	height: auto !important;
}

#contenu h1 {
	position: relative;
	/*background-color: Blue;*/
	text-align: right;
}

/*
#contenu h1 span.en_rub {
	position: absolute;
	top: -17px;
	right: 130px;
}
#contenu h1 span.en_art {
	position: absolute;
	top: -17px;
	right: 110px;
}
*/
#contenu h2 {
	clear: both;
	font-size: 15px;
}

#contenu h3 {
	text-align: center;
	color: #FA6030;
	font-size: 11px;
}

#contenu h3 strong {
	display: block;
	margin: 20px 0;
	font-size: 20px;
}

#contenu #chapeau {
	clear: both;
	float: right;
	width: 250px;
	color: #FA6030;
	font-style: italic;
	line-height: 16px;
	/*height: 150px;*/
}

#contenu>#chapeau {
	min-height: 150px;
	height: auto !important;
}

#contenu #chapeau_art {
	font-style: italic;
}

div.encart_rouge {
	margin: 20px 0 30px 0;
	padding: 7px;
	border: #FA6030 1px solid;
	width: 543px;
}

div.encart_rouge h2 {
	margin-top: 0px;
}

#contenu span.spip_documents_right,
#contenu span.spip_documents_left {
	margin: 7px;
	padding: 2px;
	border: #8EA413 1px solid;
}

#contenu div.encart_rouge hr.fin_zone {
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	visibility: hidden;
}

#contenu ul.spip {
	position: relative;
	top: -0.5em;
}


#contenu ul.spip li {
	list-style-image: url("puce_rouge.gif");
	margin-top: 10px;
	margin-bottom: 10px;
}

#contenu #chapeau ul.spip li {
	list-style-image: url(/squelettes/css/puce_faq.png);
}

#contenu #chapeau ul.spip li a {
	font-style: normal;
}
/* @end */


/* @group FAQ : Listes */
#liste_thematique, #liste_actualites {
	margin-left: 300px;
	margin-bottom: 30px;
	padding-left: 0;
	list-style-type: none;
}

#liste_thematique a, #liste_actualites a {
	line-height: 2em;
	background: transparent url(/squelettes/css/puce_faq.png) left center no-repeat;	
	padding-left: 12px;
	color: #FA6030;
}

#liste_thematique li.theme_actif {
	font-weight: bolder;
}


#liste_question {
	margin-left: 25px;
	padding-left: 0;
}

#liste_question {
	/*list-style-image: url("/squelettes/css/puce_rouge.gif");*/
	color: #FA6030;
}

#liste_question a {
	color: #000;
	line-height: 2em;
}

/*#actualites hr {
	margin: 25px auto;
	width: 50%;
	height: 2px;
	border: 0;
	color: #F00;
	background-color: #F00;
}*/

#reponse_faq dt {
	margin-bottom:7px;
	font-size: 1.2em;
	font-weight: bolder;	
}

#reponse_faq dd {
	margin: 0;
	padding: 15px;
	border: #FA6030 1px solid;
}

#reponse_faq p.retour, #actualites span.retour {
	float: right;
	clear: right;
}

#actualites span.retour{
	position: relative;
	bottom: 10px;
}

span.retour a, p.retour a {
	padding-right: 10px;
	text-align: right;
	background: url(/squelettes/css/fleche_haut.gif) no-repeat center right;
	color: #FA6030;
}

div#menu_faq_seul {
	height: 380px;
}

#contenu_entete > div#menu_faq_seul {
	min-height: 360px;
	height: auto !important;
}

#actualites span.retour {
	margin-bottom: 20px;
}

div.une_actualite {
	margin: 7px 7px 30px 7px;
	padding: 0 10px 10px 10px;
	border: #FA6030 1px solid;
}

div.une_actualite h2 {
	text-align: center;
	margin-top: 10px;
}
/* @end */


/* @group Pied */
#pied {

}


#id_institut {
	position: absolute;
	bottom: 0;
	left: 0;
	margin:0;
	padding: 0;
	height: 257px;
	width: 181px;
	background: transparent url(/squelettes/css/fond_pied_foret.gif) no-repeat;
	z-index: 3;
}

#id_institut img {
	margin: 60px 0 0 2px;
}

#contact_mail {
	clear: both;
text-align: right;
	position: absolute;
bottom: 0;
right: 0;
	margin: 0;
	padding: 0 10px 0 20px;
	background: #fff url(/squelettes/css/fond_pied_contact.png) no-repeat;
}

/*#contact_mail {
	clear: both;
text-align: right;
/*	position: absolute;
	margin: 0 0 0 590px;
	padding: 0 10px 0 20px;
	background: #fff url(/squelettes/css/fond_pied_contact.png) no-repeat;
}
*/

#contact_mail a {
	font-size: .8em;
	color: #ad2f08;
	font-weight: bolder;
	line-height: 27px;
}
/* @end */