@charset "utf-8";
/* CSS Document */
html, body{
	width:100%;
}
* {
	margin: 0px;
	padding: 0px;
}

@font-face {
    font-family: 'EurostileTRegular';
    src: url('font/eurostyle-webfont.eot?') format('eot'),
         url('font/eurostyle-webfont.woff') format('woff'),
         url('font/eurostyle-webfont.ttf') format('truetype'),
         url('font/eurostyle-webfont.svg#webfontNTns9djU') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EurostileBold';
    src: url('font/eurostile_bold-webfont.eot?') format('eot'),
         url('font/eurostile_bold-webfont.woff') format('woff'),
         url('font/eurostile_bold-webfont.ttf') format('truetype'),
         url('font/eurostile_bold-webfont.svg#webfont8b5l7EzK') format('svg');
    font-weight: normal;
    font-style: normal;

}


html, body{
	height:100%;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #80ADBC;
	/*background-image: url(images/BG_body.jpg);*/
	background-repeat: repeat;
	background-position: center;
	text-align: center;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'EurostileBold';
}
#tetiere {
	background-image: url(images/BG_tetiere.jpg);
	height: 130px;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #FFFFFF;
	width: 100%;
	position: relative;
}
#tetiere #contenu_tetiere {
	width: 100%;
	height: 130px;
	background-image: url(images/BG_logo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position:relative;
	overflow:hidden;
}
#tetiere #acces_pro {
	background:#e1eaee;
	height: 40px;
	width: 345px;
	position: absolute;
	bottom: 36px;
	right: 0px;
	text-align: left;
}
#tetiere #acces_pro p.loged{
	padding-top:10px;
	text-align:left;
	padding-left:40px;}
#acces_pro #picto{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:40px;
	border-right:solid 3px #f28f00;
	background:#a9c8d2 url(images/cadenas.png) no-repeat center center;
	}
#tetiere #logo {
	width: 50%;
}
#tetiere #logo h1 {
	display: none;
}
#tetiere #logo a {
	height: 130px;
	width: 100%;
	display: block;
}
#site {
/*	background-image: url(images/BG_site.jpg);
*/	
	background-color:#fff;
	height: 418px;
	background-repeat: repeat-x;
	background-position: center top;
}
html>body #site {
	height: auto;
	/*min-height:418px;*/
}
#page {
	text-align: left;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow:hidden;
	padding-bottom:20px;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*//////////////////////////////////*/

#menu_index {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	width: 154px;
}
#menu_index .titreMenu {
	height: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 2px;
}
#menu_index h3 { 
	font-family: 'EurostileTRegular';
	font-weight:normal;
	color:#2c90a2;
}
#menu_index ul, #menu_index li {
	list-style:none;
}
#menu_index .menus {
	margin: 0px 0px 10px;
	padding: 0px;
}
#menu_index .menus h2{
	
	
}
#menu_index .menus h2{
	font-size:1.3em;
	font-weight:0;
	padding-bottom:5px;
	padding-top:5px;
	
}
#menu_index .menus li {
	border-bottom: 1px solid #FFFFFF;
	height: auto;
	position:relative;
}
#menu_index .menus li.selected{
	padding-left:14px;
	}
#menu_index .menus li.selected a{
	color:#111;}
#menu_index .menus li.selected:before{
	content:" ";
	position:absolute;
	top:5px;
	left:0px;
	display:block;
	font-size: 0px; line-height: 0%; width: 0px;
	border-top: 5px solid #fff;
	border-left: 10px solid #F08F00;
	border-bottom: 5px solid #fff;
	
}
#menu_index .menus a {
	font-size: 0.7em;
	text-decoration: none;
	color: #666;
	padding-left: 0px;
	display: block;
	padding-top: 3px;
	width: 140px;
	margin:0px;
}
#menu_index .menus .dernier {
	border:none;
}
#menu_index .menus a:hover {
	color: #111;
}
/*//////////////////////////////////*/




#menu_page {
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	position: absolute;
	height: 22px;
}
#menu_page #bt_contact {
	position: absolute;
	height: 45px;
	width: 160px;
	left: 778px;
	top: -12px;
	background-color: transparent;
}
#menu_page h3 {
	font-family: 'EurostileTRegular';
	color:#2c90a2;
}
#menu_page dl {
	float: left;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 2px;
	position: relative;
}
#menu_page dt {
	cursor: pointer;
	text-align: center;
	background-color: transparent;
	background-image: url(images/BG_titreMenu.jpg);
	height: 20px;
	width: 154px;
	background-repeat: no-repeat;
}
#menu_page dt a {
	font-size: 0.7em;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	background-repeat: no-repeat;
	background-position: 3px center;
	height: 20px;
	width: 154px;
	margin:0px;
	cursor: pointer;
}
#menu_page dt a:hover {
}
#menu_page dd {
	background-color: #2993A7;
	background-image: url(images/BG_menuDeroulant.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	position: absolute;
}
#menu_page h5 {
	padding-left: 3px;
	font-size: 0.7em;
	color: #84DCF3;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 2px;
	border-bottom: 1px solid #5EBDD3;
	margin-left: 4px;
}
#menu_page li {
	text-align: left;
	background: transparent;
	display: block;
}
#menu_page li a {
	font-size: 0.7em;
	text-decoration: none;
	padding-left: 17px;
	display: block;
	padding-top: 3px;
	background-image: url(images/Puce_a.jpg);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	height: auto;
	width: 137px;
	margin:0px;
	color: #FFFFFF;
	cursor: pointer;
	padding-bottom: 3px;
}
#menu_page li a:hover {
	background-image: url(images/Puce_rollDeroulant.jpg);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	color: #6F3218;
	font-weight: normal;
}

.contactUs a{
	display:block;
	color:#007282;
	font-family:'EurostileTRegular';
	text-decoration:none;
	padding:5px 5px 5px 60px;
	border:solid 1px #ddd;
	border-left:solid 3px #ef900f;
	margin-bottom:10px;
	background:#fff url(images/enveloppe.png) no-repeat left center;
	font-size:1.1em;
	line-height:0.9em;
	
	}
.contactUs a:hover{
	background-color:#ef900f;
	color:#fff;}
.FPI a{
	display:block;
	color:#007282;
	font-family:'EurostileTRegular';
	text-decoration:none;
	padding:5px 5px 5px 60px;
	border:solid 1px #ddd;
	border-left:solid 3px #ef900f;
	margin-bottom:10px;
	background:#fff url(images/LOGO_FPI_France.jpg) no-repeat left center;
	font-size:1.1em;
	line-height:0.9em;
	height:150px;
	
	}
#contenuPage {
	/*padding-top: 50px;
	width: 955px;*/
	margin-left:174px;
	padding-top:10px;
	overflow:hidden;
	width:600px;
	}
#contenuPage #diaporamaPage {
	/*width: 315px;
	float: left;
	margin-left: 30px;*/
	padding-top:20px;
}
#contenuPage #plan {
	/*margin-left: 30px;*/
	width: 600px;
	/*float: left;*/
	/*background-image: url(images/BG_plan.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;*/
}
#contenuPage #plan iframe {
	border: 1px solid #FFFFFF;
}
#contenuPage #fichesPages {
	background-color: transparent;
}
#contenuPage #fichesPages .haut_fiche {
	background-image: url(images/BG_fiche_01.png);
	height: 45px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#contenuPage #fichesPages .haut_fiche_form {
	background-image: url(images/BG_fiche_01.png);
	height: 24px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#contenuPage #fichesPages .corps_fiche form {
	/*background-image: url(images/BG_fiche_02.png);*/
	background-repeat: repeat-y;
	background-position: center;
}
#contenuPage #fichesPages .pied_fiche {
	background-image: url(images/BG_fiche_03.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
}
#contenuPage #fichesPages #pictos {
	padding-bottom: 10px;
}
#fichesPages{
	width:600px;
	}
#colDroite{
	
	float:right;
	width:160px;
	background-color:#fff;
	height:100%;
	border-left:solid 1px #ccc;
	padding-left:10px;
	}
#colDroite address{
	margin-top:5px;
	font-style:normal;
	font-size:0.9em;
	padding-bottom:10px;
	}
#colDroite ul{
	border-bottom:solid 1px #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
	}
#colDroite #bbc{
	border-bottom:solid 1px #ccc;
	margin-bottom:10px;
	}
#colDroite li {
	margin-bottom:5px;}
#colDroite li a{
	display:block;
	background-color:#85ADBB;
	padding:10px 20px;
	color:#fff;
	text-decoration:none;
    font-family: 'EurostileBold';

	}
#colDroite li a:hover{background-color:#2F94A8;}
#colDroite li.selected a{
	background-color:#F08F00;
	}
#fichesPages .corps_fiche {
	/*background-image: url(images/BG_fiche_02.png);
	background-repeat: repeat-y;
	background-position: center;*/
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#formulaire {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#pied {
	clear: both;
	/*background-image: url(images/BG_piedPage.png);
	background-repeat: no-repeat;
	background-position: center top;*/
	/*margin-top: 15px;*/
	text-align: center;
	padding-bottom: 30px;
	background:#80adbc url(images/BG_footer.png) no-repeat center right;
	text-align:left;
	padding-top:15px;
	border-top:solid 1px #ccc;
	
}
#pied address strong{
	padding-bottom:10px;
	display:block;
	margin-bottom:0;
	font-family: 'EurostileBold';
	font-weight:normal;
	font-size:1.5em;
	}

#pied address{
	float:left;
	width:30%;
	float:left;
	text-align:left;
	
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	padding-top: 15px;
	padding-right:10px;
	}

#pied_content{
	width:955px;
	margin:auto;
	overflow:hidden;
}
#pied ul{
	float:left;
	border-left:solid 1px #fff;
	padding:15px;
	font-size:0.7em;
	height:150px;
	min-width:15%;
	}
#pied ul li{
	padding-bottom:5px;
	padding-left:10px;
	background:url(images/puce_footer.jpg) no-repeat left 0.5em;}
#pied ul#progLinks li strong{
	text-transform:uppercase;
	}
#pied h3{
	color:#fff;
	padding-bottom:10px;
	font-family: 'EurostileBold';
	font-weight:normal;
	font-size:1.5em;
}
.contenu-text a {
	color: #58ADC2;
	font-weight: bold;
	text-decoration: none;
}
.contenu-text a:hover {
	color: #A65709;
	font-weight: bold;
	text-decoration: none;
}
#contenuPage #article {
	width: 800px;
	margin-left: 0px;
	background-color: transparent;
}
#article{
	margin-left:174px;
	padding-top:10px;
	}
#article #contenu .haut_fiche {
	background-image: url(images/BG_article_01.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 0px;
}
#article #contenu .corps_fiche {
	background-image: url(images/BG_article_02.png);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 100px;
	/*padding-left: 100px;*/
	position: relative;
}
#article #contenu .pied_fiche {
	background-image: url(images/BG_article_03.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 0px;
}
.onglets ul {
	height: 25px;
	overflow:hidden;
	margin-bottom:0px;
	padding-bottom:0;
}
.onglets li {
	float: left;
	margin-right:1px;
	margin-bottom:0px;
	display:block;
	padding-bottom:0;
}
.onglets a {
	text-decoration:none;
	cursor:pointer;
	font-family: 'EurostileTRegular';
	font-size:0.9em;
	background-color:#85adbb;
	padding:2px 5px;
	color:#fff;


}
.onglets a:hover{
	background-color:#4296a5;
	}
	
.onglets li.selection a{
	background-color:#E99026;
	}	
	
	
.onglets a .debut {
	background-image: url(images/onglet-blanc_01.png);
	background-position: right bottom;
	height: 25px;
	width: 6px;
	float: left;
}
.onglets a .milieu {
	background-image: url(images/onglet-blanc_02.png);
	background-repeat: repeat-x;
	height: 25px;
	width: auto;
	font-size: 0.7em;
	float: left;
	line-height: 25px;
	color:#ED8D00;
	font-weight: bold;
}
.onglets a .fin {
	background-image: url(images/onglet-blanc_03.png);
	background-position: left bottom;
	height: 25px;
	width: 6px;
	float: left;
}
.onglets a:hover .debut {
	background-image: url(images/onglet-jaune_01.png);
}
.onglets a:hover .milieu {
	background-image: url(images/onglet-jaune_02.png);
	color: #FFFFFF;
}
.onglets a:hover .fin {
	background-image: url(images/onglet-jaune_03.png);
}
.onglets .selection .debut {
	background-image: url(images/onglet-jaune_01.png);
}
.onglets .selection .milieu {
	background-image: url(images/onglet-jaune_02.png);
	color: #FFFFFF;
}
.onglets .selection .fin {
	background-image: url(images/onglet-jaune_03.png);
}
.blanc a .milieu img {
	margin-top: 9px;
}
#contenuPage .corps_fiche{
	background-color:#EBF1F4;
	border:solid 1px #ccc;
	padding:20px;
	margin-bottom:20px;}
.corps_fiche h4{
	padding-bottom:10px;
	font-weight:normal;
	font-size:1.3em;
	color:#4296A5;
	}
#center{
	margin-left:174px;}
#pub{
	border-top:solid 1px #fff;
	margin-bottom:30px;
	height:80px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	
	padding:10px 10px 10px 180px;
	color:#fff;
	
	background:#2F94A7 url(images/ombre.png) no-repeat -25px center;
	position:relative;
	
	/*-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;*/
	
	}
#pub a{
	color:#fff;
	text-decoration:none;}
#sticker{
	background:transparent url(images/sticker.png) no-repeat center center;
	height:126px;
	width:126px;
	left:30px;
	top:50%;
	margin-top:-63px;
	position:absolute;}
#pub h4{
	font-size:1.8em;
	font-family:'EurostileTRegular';
	}
#focusHome .focus{
	width:50%;
	float:left;
	}
#focusHome .focus .titre{
	background:transparent url(images/puceFocus.jpg) no-repeat left center;
	margin-bottom:10px;
	padding-left:40px;
	}
#focusHome .focus h3 a{
	text-decoration:none;
	color:#2F94A7;
	display:block;
    font-family: 'EurostileBold';
	font-weight:normal;
	}
#focusHome .focus h4{
	color:#f08900;
	font-size:0.8em;
    font-family: 'EurostileBold';
	font-weight:normal;
	}
#focusHome p{
	font-size:0.8em;
	color:#666;
	width:300px;
	margin-bottom:10px;
	margin-left:40px;}
#focusHome img{
	margin-bottom:10px;
	width:300px;
	margin-left:40px;
	}
#focusHome p.savoirPlus{
	color:#f08900;
	font-family: 'EurostileBold';
	font-weight:normal;
	font-size:1em;
	}
