@import url("reset.css");

/*--LES ELEMENTS HTML--*/
	body {
	font-family:Verdana, Arial, Helvetica, sans-serif; /*police utilisé par défaut*/
	font-size:0.8em; /*taille de la police par défaut*/
	color:#000000; /*couleur de la police par défaut*/
	background-color:#DDDDDD; /*couleur de fond du body*/
	}
	p {
	font-size:1em;
	}
	h1{
	font-size:1em;
	font-weight:normal;
	color:#878787;
	padding-bottom:18px;
	background-image:url(../images/fr/border_bottom_h1.jpg);
	background-position: bottom left;
	background-repeat:repeat-x;
	margin-left:15px;
	margin-right:15px;
	}
	h2{
	font-size:1.2em;
	color:#4E4E4E;
	padding-bottom:5px;
	background-image:url(../images/fr/border_bottom_h2.jpg);
	background-position: bottom left;
	background-repeat:repeat-x;		
	}
	h3{
	font-size:1.2em;
	}
	h4{
	font-size:1em;
	}
	h5{
	font-size:0.8em;
	}
	h6{
	font-size:0.8em;
	font-weight:normal;
	}
	a {
	text-decoration:underline; /*souligné ou non*/
	color:#3399CC; /*couleur en lien*/
	}
	a:hover{
	text-decoration:none; /*souligné ou non*/
	color:#c00; /*couleur dessus*/
	}
	a:visited {
	text-decoration:underline;/*souligné ou non*/
	color: #999;/*couleur visité*/
	}
	img {
	border:0;
	}
	img a{
	border:0;
	}
	h1 a{
	font-weight:normal;
	color:#878787;
	text-decoration:none;
	}
	h1 a:hover {
	color:#333333;
	}
	#nettoyage{
	clear:both;
	}	

/*--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-color:#ffffff; /*couleur de fond de la div*/
	z-index:1;
	height:auto;
	}


/*--ENTETE DU SITE--*/
	#entete_site {
	position:relative;
	height:150px; /*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:#FFFFFF; /*couleur de fond du bloc menu principal*/
	background: url(../images/fr/fond_nav_gen.gif) repeat-x left top; /*fond image menu*/
	}
	#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;
	}
	#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; /*couleur de fond de la div gauche*/	
	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 #BFBFBF;	
	}
	

/*--ELEMENTS DU BLOC CENTRE--*/
	#cl_centre_site h1 a.page_focus {
	color:#333333;
	font-weight:bold;
	}
	#cl_centre_site table {
	margin-top:20px;
	width:550px;
	margin-left:15px;
	margin-right:15px;
	}
	#cl_centre_site table td.col_gauche {
	width:175px;
	vertical-align:top;
	}
	.col_gauche img{
	padding: 0 0 12px 0 ;
	background:url(../images/fr/03_prestations/border_bottom_img_rea.jpg)  no-repeat left bottom;
	}	
	#cl_centre_site table td.col_droite {
	position:relative;
	vertical-align:top;	
	}
	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;
	}
	
/*--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;
	border-top: solid 1px #BFBFBF; 
	border-bottom:solid 1px#BFBFBF;
	}
/*	#pied_de_page_site ul {
	margin: 15px 5px 15px 25px;
	}*/
	#pied_de_page_site li{
	float:left;
	padding: 10px 0 10px 5px;
	}
	#pied_de_page_site li a{
	text-decoration:none;
	color:#666;
	}
	#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: 5px 20px 10px 10px;
	}	
	#haut-page{
	text-align:right;
	margin: 5px 20px 10px 0;
	clear:both;
	}
	

/*--LE MENU VERTICAL GAUCHE--*/
	#navigation {
	margin:0;
	padding:0;
	list-style:none;
	background:#ffffff;
	color:#4D4D4D;
	width: 200px;
	font-size: 1em;
	}
	#navigation a, #navigation span {
	display:block;
	padding: 5px 4px 5px 30px;
	color:#4D4D4D;
	text-decoration: none;
	background-color:#ffffff;
	border-bottom: 1px solid #D8D8D8;
	background:url(../images/fr/fond_menu_gauche.jpg)  no-repeat -241px -5px;
	}
	#navigation .toggleSubMenu a, #navigation .toggleSubMenu span {
	background:url(../images/fr/fond_menu_gauche.jpg)  no-repeat -241px -5px;
	}
	#navigation .open a, #navigation .open span {
	background:url(../images/fr/fond_menu_gauche.jpg)  no-repeat 10px -5px;
    }
	#navigation a:hover, #navigation a:focus, #navigation a:active {
	text-decoration: underline;
	}
	#navigation .subMenu {
	background-color:#ffffff;
	font-size:.8em;
	margin:0;
	padding:0;
	border-bottom: 1px solid #D8D8D8;
	}
	#navigation ul.subMenu a {
	background: none;
	padding: 3px 3px 3px 40px;
	}
	
/*--ELEMENTS DU BLOC DROIT--*/
	#cl_droite_site div{
	margin: 0 0 10px 10px;
	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 10px 12px;
	font-weight:bold;
	background:url(../images/fr/puce_cl_droite.gif)  no-repeat left 4px;
	text-decoration:none;
	}
	#cl_droite_site div a:hover{
	padding: 0 0 10px 12px;
	font-weight:bold;
	background:url(../images/fr/puce_cl_droite.gif)  no-repeat 2px 4px;
	text-decoration:none;
	}

