@import url("reset.css");

/*--LES ELEMENTS HTML--*/
	body { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:0.8em; color:#000000; background-color:#ffffff; }
	p {	font-size:1em; }
	h1 { font-size:1em; }
	h2 { font-size:1.2em; }
	h3 { font-size:1.2em; }
	h4 { font-size:1em; }
	h5{ font-size:0.8em; }
	h6 { font-size:0.8em; font-weight:normal; }
	a:link { color:#3399CC; text-decoration:underline; } /* unvisited link */
	a:visited { color:#3399CC; text-decoration:underline; } /* visited link */
	a:hover { text-decoration:none; color:#c00000; } /* mouse over link */
	a:active { text-decoration:none; color:#c00000; } /* selected link */ 
	img a { border:0; }


/*--STYLES GENERAUX--*/
	#conteneur_site h1 {
	color:#878787;
	padding-bottom:18px;
	background:url(../images/fr/border_bottom_h1.jpg) repeat-x bottom left;
	margin:0 15px 10px 15px;
	font-weight:normal;
	text-transform:lowercase;
	line-height:18px;
	}
	#conteneur_site h1 a {
	font-weight:normal;
	color:#878787;
	text-decoration:none;
	text-transform:lowercase;	
	}
	#conteneur_site h1 a:hover {
	color:#333333;
	}	
	#conteneur_site h1 a.page_focus {
	color:#333333;
	font-weight:bold;
	text-transform:uppercase;	
	}
	#conteneur_site h2 {
	color:#4E4E4E;
	padding-bottom:5px;
	border-bottom:1px solid #26A651;
	text-transform:uppercase;		
	/*background:url(../images/fr/border_bottom_h2.jpg) repeat-x bottom left;*/
	}
	div#cl_droite_site p.accompagnement {
	margin:0 15px;
	color:#333333;
	line-height:18px;
	vertical-align:top;
	}	

/*--DIV PRINCIPALE DU SITE--*/
	#conteneur_site {
	position:relative;
	width:991px;/*largeur 991 avec marge 1003 sans marge*/
	margin:0 auto; /*marges extérieures de la div*/
	padding:0;
	background:#ffffff url(../images/fr/fond_site_general.jpg) repeat-y left top;
	z-index:1;
	height:auto;
	}


/*--ENTETE DU SITE--*/
	#entete_site {
	position:relative;
	height:120px; /*hauteur du bandeau de site*/
	background: url(../images/fr/fond_entete_site.jpg) no-repeat left top; /*fond image entete site*/
	background-color:#FFFFFF; /*couleur de fond du bandeau de site*/
	}
	#nav_gen_site {
	height:34px; /*bloc menu principal*/
	background-color:#26A651; /*couleur de fond du bloc menu principal*/
	}
	#nav_gen_site dt {
	display:inline;
	}
	#logo {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	}
	#logo h6 {
	font-size:0.8em;
	margin:5px 0 0 10px;
	padding:0;
	float:left;
	display:none;
	}
	#adresse {
	position:absolute;
	right:25px;
	top:15px;
	width:180px;
	color:#FFF;
	font-size:11px;
	z-index:101;
	}
	#adresse h5 {
	background: url(../images/fr/picto_mail_adresse.jpg) no-repeat left top; /*fond  menu*/
	padding: 0 0 0 35px;
	color:#FFF;
	height:19px;
	font-size:12px;
	}
	#adresse p {
	padding: 0 0 0 25px;
	}


/*--LES 3 BLOCS PRINCIPAUX POUR LE CONTENU--*/
	#cl_centre_site {
	float:left;
	width:580px; /*largeur de la div gauche*/
	background-color:#ffffff; /*couleur de fond du centre*/
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px");
	}
	#cl_gauche_site {
	float:left;
	height:100%;
	width:228px; /*largeur de la div gauche*/
/*	background-color:#fff; 
	background-image:url(../images/fr/ombre_menu_g.jpg);
	background-position:right;
	background-repeat:repeat-y;*/
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px");
	}
	#cl_droite_site {
	float:left;
	width:182px; /*largeur de la div droite*/
	background-color:#fff; /*couleur de fond de la div droite*/
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px");
	border-left:1px solid #cccccc;	
	}
	

/*--ELEMENTS DU BLOC CENTRE--*/
	div.pop-mail {
	position:absolute; 
	visibility: hidden;
	z-index:303; 
	top:255px; 
	left:450px; 
	height:110px; 
	width:300px; 
	border: solid 5px #666;
	background: url(../images/fr/fond_entete_popup.jpg) no-repeat 0 8px;
	background-color:#FFFFFF !important;
	}
	.entete-pop {
	float:left;
	width:258px;
	padding: 5px 0 0 20px;
	height:20px;
	}
	.entete-pop-fermer {
	float:right;
	padding: 5px 5px 0 0;
	}
	.clear-position {
	clear:both;
	width:100%;
	margin: 30px 0 30px 0;
	}
	#picto-article {
	position:absolute;
	top:162px;
	left:745px;
	width:50px;
	z-index:12;
	display:none;
	}	
	
/*--LE PIED DE PAGE--*/
	#pied_de_page_site {
	height:40px; /*hauteur du pied de page*/
	background-color:#FFFFFF; /*couleur de fond du pied de page*/
	width:100%;
	clear:both;
	}
	#pied_de_page_site li{
	float:left;
	padding: 10px 0 10px 3px;
	font-size:11px;
	}
	#pied_de_page_site li a{
	text-decoration:none;
	color:#666;
	font-size:11px;	
	}
	#pied_de_page_site li a:hover{
	text-decoration:none;
	background:#f5f5f5;
	color:#000;
	}
	.select-n-bas{
	text-decoration:none;
	color:#666;
	font-size:18px;
	font-weight:bold;
	}
	#pied_de_page_site div.benefice-net {
	float:right;
	margin:0;
	vertical-align:middle;
	background-color:#F4F4F4;
	padding:5px 10px 5px 10px;
	}
	#pied_de_page_site div.benefice-net a {
	font-size:9px !important;
	vertical-align:middle;
	}	
	#haut-page{
	text-align:right;
	margin: 0 15px 0 0;
	position:absolute;
	bottom:55px;
	right:182px;
	}
	

/*--LE MENU VERTICAL GAUCHE--*/
	ul#navigation {
	margin:0;
	padding:0;
	list-style:none;
	background:transparent;
	color:#000000;
	width: 215px;
	font-size: 1em;
	margin-top:30px;
	border-top:1px solid #ffffff;
	}
	ul#navigation li {
	line-height:15px;
	border-bottom: 1px solid #ffffff;	
	}	
	ul#navigation a, ul#navigation span {
	display:block;
	padding: 5px 4px 5px 30px;
	color:#000000;
	text-decoration:none;
	background:transparent;
	background:url(../images/fr/fond_menu_gauche.png)  no-repeat -241px -5px;
	behavior:url(../iepngfix.htc);
	}
	ul#navigation .toggleSubMenu a, ul#navigation .toggleSubMenu span {
	background:url(../images/fr/fond_menu_gauche.png)  no-repeat -241px -5px;
	behavior:url(../iepngfix.htc);
	}	
	ul#navigation .open a, ul#navigation .open span {
	background:url(../images/fr/fond_menu_gauche.png)  no-repeat 10px -5px;
	behavior:url(../iepngfix.htc);
    }	
	ul#navigation a:hover, ul#navigation a:focus, ul#navigation a:active {
	text-decoration:underline;
	}
	ul#navigation ul.subMenu {
	background:transparent;
	font-size:.8em;
	margin:0;
	padding:0;
	padding-bottom:15px;
	}
	ul#navigation ul.subMenu li{
	border-bottom:none !important;
	}
	ul#navigation ul.subMenu a {
	background: none;
	padding: 3px 3px 3px 40px;
	}	
	ul#navigation ul.open_at_load {
	background:transparent;
	font-size:.8em;
	margin:0;
	padding:0;
	padding-bottom:15px;
	}
	ul#navigation ul.open_at_load li{
	border-bottom:none !important;
	}	
	ul#navigation ul.open_at_load a {
	background: none;
	padding: 3px 3px 3px 40px;
	}

	
/*--ELEMENTS DU BLOC DROIT--*/
	#cl_droite_site div{
	margin: 0 0 15px 15px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #D8D8D8;	
	}
	#cl_droite_site div img{
	padding: 0 0 12px 0 ;
	background:url(../images/fr/03_prestations/border_bottom_img_rea.jpg)  no-repeat left bottom;
	}
	#cl_droite_site div p.desc-mini{
	font-size:11px;
	font-weight:bold;
	}
	#cl_droite_site div p.date-mini{
	font-size:11px;
	}
	#cl_droite_site div a{
	color:#000;
	padding: 0 0 15px 15px;
	font-weight:bold;
	background:url(../images/fr/puce_cl_droite.gif)  no-repeat left 4px;
	text-decoration:none;
	}
	#cl_droite_site div a:hover{
	background:url(../images/fr/puce_cl_droite.gif)  no-repeat 2px 4px;
	}

