body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
	padding:0;
	background:#fff;
	}

h1, h2, h3, h4, p, div, ul, li, ul ul , img{
	padding: 0;
	margin: 0;
}

img {
	border:0;
}

a {
	/*text-decoration: none;*/
	color:#44b1a0;
}
li a {
	text-decoration: none;
}


.page {
	margin:auto;
	width:100%;
}
.masquer {
	display:none;
}

.clear {
	clear:both;
	font-size:1px !important;
	height:0px;
	overflow:hidden;
	display:block;
}

/*bandeau haut*/
#logo {
	float:left;
	width:100%;
	height:85px;
}

.logoIfen {
	padding-left:0;
	padding-top:0;
	width:85px;
	height:71px;
}
.tailleTexte{
	position:absolute;
	top:45px;
	right:10px;
	}
.retour {
	width:362px;
	height:19px;
	position: absolute;
	top: 0%;
	right: 0%;
	text-align: right;
}

.retour .nouveautes {
	position: relative;
	top: -1px;
}

/*Menu général*/

.menuGen {
	float:left;
	position:relative;
	top:-44px;
	z-index:2;
	height:26px;
	width:750px;
	_width:100%;
	padding-left:25px;
	list-style: none;
	}
	
.menuGen li {
	float:left;
	height:29px;
	_width: 120px;
	text-decoration:none;
	padding-top:0px;
	margin-right: 15px;
	background: url(../images/onglet_left.png) 0 0 no-repeat;
	padding-left:4px;
}

.menuGen li span {
	display:block;
	height:29px;
	text-align: center;
	background: url(../images/onglet_right.png) top right no-repeat;
	padding-right:4px;
}

.menuGen li span a {
	display:block;
	height:23px;
	padding-top: 6px;
	padding-left:8px;
	padding-right:8px;
	font-family: Arial, Verdana, sans-serif;
	color: #fff;
	font-size: 105%;
	text-decoration: none;
	background: url(../images/onglet_fond.png) 0 0 repeat-x;
}

.menuGen li.actif {
	margin-top: 1px;
	background: url(../images/onglet_act_left.png) 0 0 no-repeat;
}

.menuGen li.actif span {
	background: url(../images/onglet_act_right.png) top right no-repeat;
}

.menuGen li.actif span a {
	background: url(../images/onglet_act_fond.png) 0 0 repeat-x;
	color: #000;
}


.menuGen li span.panier {
	padding-left:40px;
}

.menuGen a:hover {
	color:#44b1a0;
}

/*zone de contenu général*/
.contenu {
	position:relative;
	top:-43px;
	width:98%;
	height:auto;
	margin:auto;
	border: solid #b8e1db 3px;
}

#zoneselection {
	height: 420px;
	border-bottom: solid #b8e1db 3px;
}

/*colonne gauche selection tableaux*/
#choixGen {
	float:left;
	width:72%;
	height: 410px;
	padding-top:10px;
	padding-left:10px;
	background:url(../images/fdSeparateur.png) bottom right no-repeat;
}

/*colonne droite selection region */
#choixRegion {
	float:left;
	padding-left:10px;
	padding-top:10px;
	width:25%;
}

/* cadres de selection / éléments communs */ 
#themePort, #theme, #soustheme, #series, #col1, #echelon, #selectechelon, #region, #tableau {
	float:left;
	height:220px;
/*	line-height: 20px; */
}

#themePort ul, #theme ul, #soustheme ul, #series ul, #echelon ul.listeRegions, #region ul, #tableau ul {
	border:solid #00957e 3px;
	overflow:auto;
	height:170px;
}

#themePort ul  li, #theme ul li, #soustheme ul li, #series ul li, #selectechelon ul li, #region ul li, #tableau ul li {
	border-bottom: solid #969595 1px;
	list-style-type: none;
}

#themePort ul  li a, #theme ul li a, #soustheme ul li a, #series ul li  a, #selectechelon ul li a, #region ul li a, #tableau ul li a{
	display: block;	
	font-size:100%;
	color:#000000;
	clear:both;
	padding-top: 4px;
	padding-bottom: 4px;
	outline-style:none;
}

#echelon ul.listeRegions li a {
	display:inline;
}

#echelon ul li {
	padding-top: 4px;
	padding-bottom: 4px;
}

/*#echelon ul li:hover {
	background-color:#c4e4de;
}
#echelon ul li:hover ul {
	background-color:#ffffff;
}*/


/*#theme ul li a:hover, #soustheme ul li a:hover, #region ul li a:hover, #tableau ul li a:hover  {	
	background-color:#c4e4de;
}*/

#themePort ul  li a.active, #theme ul li a.active, #soustheme ul li a.active, #region ul li a.active, #tableau ul li a.active  {	
	background:url(../images/fleche_selectD.png) no-repeat;
	background-color:#c4e4de;
}

/* Selection du thème */
#theme {
	width:35%;
	background:url(../images/btn_suiteHR.png) right 90px no-repeat;
}

#theme ul {
	width:85%;
	}
	
#theme ul li a, #soustheme a, #tableau a  {
	padding-left:10px;
	
}

/* selection du sous-theme */

#soustheme {
	width:60%;
	margin-left: 2%;
	background:url(../images/btn_SuiteVR.png) no-repeat;
	background-position:bottom;
}
#tableau {
	width:60%;
	margin-left: 2%;
}

#soustheme .code {
	 color:#969595;
	 *display:block;
	 padding-right: 10px;
	 /*width: 30px;*/
	 *float:left;
	 display: table-cell;
	 cursor:pointer;
}
#tableau .code {
	 color:#969595;
	 width: 85px;
	 *float:left; 
	 display: table-cell;
	 cursor:pointer;
}
 
#soustheme .titreLigne {
	 *display:block;
	 *float:left; 
	 display: table-cell;
	 cursor:pointer;
}
#tableau .titreLigne {
	 *float:left; 
	 display: table-cell;
	 cursor:pointer;
}
	

/* selection des série */
#series {
	width:60%;
	margin-left: 2%;
	height: 175px;
}

#series ul {
	height:150px;
}

#series ul li a {
	background:url(../images/CheckBox_NoCheck.png) 0 0 no-repeat;
	padding-left: 25px;
}

/*#series ul li a:hover {
	background: url(../images/CheckBox_NoCheck.png) 0 0 no-repeat;
	background-color:#c4e4de;
}*/
#series ul li a.active {
	background: url(../images/CheckBox_Checked2.png) 0 0 no-repeat;
	background-color:#c4e4de;
}

.titreSerie {
	/*width:200px;*/
	padding-right:10px;
	border-right: solid #d9d9d9 1px;
	text-align: left;
}

.unite {
	width:10%;
	padding-left:10px;
}

/* Encart information */

#col1 {
	width:35%;
	height: 175px;
}

.rem {
	margin-top: 20px;
	#margin-top: 16px;
	width: 85%;
	border: solid #b8e1db 3px;
}

.rem p {
	margin: 5px;
}

/* Selection des Echelons géographiques */

#echelon {
	width:98% !important;
	background:url(../images/btn_SuiteVR.png) center bottom no-repeat;
}

.nomRegion {
	border-bottom: solid #969595 1px;
}

.nomRegion a, .depart a {
	font-size:105%;
	color:#999999;
	text-decoration:none;
	height:10px;
}

.lienRegion {
	display:block;
}	

.listeDepart li {
	padding-left: 17px;
}	

.depart {
	border-top: solid #969595 1px;
	background: url(../images/item_liste.png) no-repeat;
}

.departLast {
	border-top: solid #969595 1px;
	background: url(../images/item_listeLast.png) no-repeat;
}


#selectechelon {
	width:98% !important;
	margin-top: 20px;
	#margin-top: 16px;
	height: 150px;
	border: solid #00957e 3px;
}


#selectechelon ul {
	overflow:auto;
	display:block;
	width:100% !important;
	height: 150px;
}


#selectechelon ul li {
	width:100% !important;
	display:block;
}
#selectechelon ul li.width100 {
	width:100% !important;
	display:block;
}

#selectechelon ul li a{
	background: url(../images/CheckBox_NoCheck.png) 0 0 no-repeat;
	padding-left: 25px;
}
#selectechelon ul li a.active{
	background: url(../images/CheckBox_Checked2.png) 0 0 no-repeat;
	background-color:#c4e4de;
	padding-left: 25px;
}

#selectechelon p {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	font-size : 112%;
}

#selectechelon .suppr {
	padding-top: 2px;
	margin: 0px;
}


.remarque {
	width:98%;
	line-height:20px;
	padding-top:15px
}

.remarque li {
	width:60%;
	margin: auto;
	text-decoration:none;
	list-style-type: none;
	font-size:112%;
}

/* zone Recap de la sélection */
#recap {
	clear:both;
	width:100%;
	height:106px;
	#height:103px;
	border-bottom: solid #fff 2px;
	background: url(../images/fdBouton.png) bottom left repeat-x;
}

#recapTheme, #recapSousTheme, #recapSerie, #recapEchelons, #recapTableau, #recapRegion, #recapBoutons {
	float:left;
	margin-top: 0px;
	padding-right: 5px;
	background:url(../images/fdRecap.png) left bottom repeat-x;
	height: 85px;
	border-left: 2px solid #fff;
	padding-left: 3px;
}

#recapSousTheme h3, #recapTheme h3, #recapSerie h3, #recapEchelons h3, #recapTableau h3, #recapRegion h3 {
	height: 36px;
}

#recapTheme h3.off{
	background:url(../images/titre_recap_theme_off.png) 0 0 no-repeat;
}

#recapTheme h3.on{
	background:url(../images/titre_recap_theme_on.png) 0 0 no-repeat;
}

#recapTableau h3.off{
	background:url(../images/titre_recap_tableau_off.png) 0 0 no-repeat;
}

#recapTableau h3.on{
	background:url(../images/titre_recap_tableau_on.png) 0 0 no-repeat;
}

#recapSousTheme h3.off{
	background:url(../images/titre_recap_soustheme_off.png) 0 0 no-repeat;
}

#recapSousTheme h3.on{
	background:url(../images/titre_recap_soustheme_on.png) 0 0 no-repeat;
}

#recapSerie h3.off{
	background:url(../images/titre_recap_serie_off.png) 0 0 no-repeat;
}

#recapSerie h3.on{
	background:url(../images/titre_recap_serie_on.png) 0 0 no-repeat;
}

#recapRegion h3.off{
	background:url(../images/titre_recap_region_off.png) 0 0 no-repeat;
}

#recapRegion h3.on{
	background:url(../images/titre_recap_region_on.png) 0 0 no-repeat;
}

#recapEchelons h3.off{
	background:url(../images/titre_recap_echelons_off.png) 0 0 no-repeat;
}

#recapEchelons h3.on{
	background:url(../images/titre_recap_echelons_on.png) 0 0 no-repeat;
}

#recapTheme {
	width: 18%;
}

#recapSousTheme {
	width: 18%;
}

#recapSerie {
	width: 20%;
} 

#recapEchelons {
	width: 20%;
}

#recapBoutons {
	width: 18%;
	background-image: none;
}

#recapSerie ul, #recapEchelons ul {
	list-style-type: none;
	width: 100%;
	overflow: auto;
	height: 46px;
}

.generer {
	display:block;
	float:left;
	width:148px;
	height:40px;
	background:url(../images/btn_generer.png) 0 0  no-repeat;
}

.modifier {
	display:block;
	float:left;
	width:148px;
	height:40px;
	background:url(../images/btn_modifier.png) 0 0  no-repeat;
}

.reinit {
	display:block;
	float:left;
	width:148px;
	height:40px;
	background:url(../images/btn_reinit.png) 0 0  no-repeat;
}
/*fin zone recap*/

/*tableau restitué*/

#resultat {
	clear:both;
	width:98%;
	height:300px;
	padding:10px 1% 0 1%;
}

.table {
	width:80%;
	padding-top:10px;
	font-size:100%;
}

/*pied de page*/
.adscom {
	position:fixed;
	bottom:1px;
	right:20px;
	font-size:85%;
	color:#FFFFFF;
	z-index:5;
}
.adscom a{
	color:#FFFFFF;
}

#footer {
	bottom: 0;
	left:0;
	width:100%;
	height:37px;
	clear:both;
	float:left;
	background:url(../images/bg_footer.png);
	padding-top: 4px;
	text-align:center;
	margin-top:20px;
	position:fixed;
	display:block;
}

.menuFooter {
	height:34px;
	font-size:9px;
	font-weight:normal;
	list-style-type: none;
}

.menuFooter li {
	display:inline;
	margin-right: 5px;
	z-index:10;
}

.menuFooter li span {
	margin:auto;
}


.menuFooter li a {
	text-decoration:none;

}

li.serielongue a {
	padding-left:17px;
	width: 175px;
}
/*-- Classes spécifiques pour certaines page de contenus --*/
.homeEider h3{
	background-color:#44B1A0;
	padding:5px;
	margin:0;
	}
.homeEider h3 a{
	color:#fff;
	}
.homeEider p{
	margin:10px;
	}
/*-- Classes génériques d'habillage de contenu ---*/
.floatingLeft{
	float:left !important;
	}
.width45Percent{
	width:48.5%;
	margin:0.5%;
	min-height:200px;
	}
.border1px{
	border:1px solid #44B1A0;
	}
.accroche{
	background:url(../images/quote.jpg) 0 0 no-repeat;
	font-size:170%;
	color: #44B1A0;
	padding:15px 0 0 45px;
	}
.liste{
	list-style-type:none;
	margin:15px 0 0 20px;
	font-size:110%;
	}
.liste li{
	background:url(../images/puce.gif) 0 4px no-repeat;
	padding:0 0 0 14px;
	margin-bottom:5px !important;
	}
.clear{
	clear:both;
	}

#themePort {
	width:35%; 
}
#choixRegionPort {
    float:left;
	padding-left:10px;
	padding-top:10px;
	width:30%;
}
#choixGenPort {
	float:left;
	width:30%;
	padding:10px 20px 0 10px;
	background:url(../images/fdSeparateur.png) bottom right no-repeat;
}
#choixGenPort #themePort {
	width:100%;
}

