@import url("reset.css"); 

/*--LES ELEMENTS HTML--*/
	body { font-family: Arial, Helvetica, sans-serif !important;  }
	p { font-size:11px; color:#000000; text-align:justify; margin:2px 0 3px 0; }
	h1 { font-size:16px; color:#EE8027; margin:3px 0 1px 0; } 
	h2 { font-size:14px; color:#EE8027; font-weight:bold; margin:3px 0 1px 0; }
	h3 { font-size:12px; color: #FFFFFF; font-weight:bold; margin:0 0 0 0; padding:0 0 0 0; background: #000000 url(../images/fr/00_general/f_titre_liste_fin.jpg) no-repeat top right; height:18px; line-height:18px }
	h4 { font-size:12px; color:#EE8027; font-weight:bold; margin:3px 0 1px 0;    }
	h5 { font-size:12px; color: #000000; font-weight:bold; margin:3px 0 1px 0;    }
	h6 { font-size:15px; color:#000000; text-align:left; margin:0 0 2px 0; text-transform:uppercase;  }
	a { color: #EE8027; text-decoration:none; } /* lien non visité général*/
	a:link { color: #EE8027; text-decoration:none; } /* lien non visité général*/
	a:visited { color:#EE8027; text-decoration:none; } /* lien visité général */
	a:hover { text-decoration:none; color:#EE8027 } /* lien possition dessus général*/
	a:active { text-decoration:none; color:#EE8027; } /* lien au clique général*/ 
	img  { border:0; }/* bord toutes images avec un lien */
	form { display:inline; }
	input[type=text], input[type=password] {  }
	select {  }	
	input[type=submit] { }	
	input[type=submit]:hover {  }		
	textarea {  }	
	
/*-------------------------------------------------------------------------------------------------------------------------------
STYLES BLOCS PRINCIPAUX
---------------------------------------------------------------------------------------------------------------------------------*/	
	#remise_zero { display: block; clear:both; width:100%; height:10px;margin:10px 0 10px 0; }
	#conteneur_site { position:relative; width:1003px; margin:0 auto; background:#fff; height:auto; z-index:1; }
	#contenu { width:96%; height:auto; }	
	
/*-------------------------------------------------------------------------------------------------------------------------------
COLONNE LEFT SITE
---------------------------------------------------------------------------------------------------------------------------------*/		
	#col_left_site { float:left; width:328px; }
/*logo*/
	#logo {
	width:100%;
	height:134px;
	}
/*adresse*/
	#adresse {
	width:200px;
	font-size:9px;
	line-height:11px;
	margin:0 0 0 43px;
	letter-spacing:0.1em;
	}
	#adresse strong {
	font-weight:bold;
	font-size:10px;
	}
/*-------------------------------------------------------------------------------------------------------------------------------
COLONNE RIGHT SITE
---------------------------------------------------------------------------------------------------------------------------------*/	
	#col_right_site { float:left; width:675px; }
	#nav_gen {
	width:100%;
	height:78px;
	background:url(../images/fr/00_general/f_nav_gen.jpg) no-repeat left bottom;
	margin:0;
	padding:0;
	}
	#nav_gen .e_mail {
	width:55px;
	height:30px;
	float:left;
	}
	#nav_gen dl {
	width:100%;
	height:20px;
	margin:8px 0 0 0;
	float:left;
	}
	#nav_gen dl dt {
	width:141px;
	height:15px;
	float:left;
	margin:0 13px 0 0;
	}

/*-------------------------------------------------------------------------------------------------------------------------------
LE PIED DE PAGE
---------------------------------------------------------------------------------------------------------------------------------*/
	#footer {
	height:23px; /*hauteur de l'élément = hauteur du pied de page*/
	width:100%; /*largeur de l'élément*/
	/*background:url(../images/fr/00_general/f_footer.jpg) no-repeat top left;*/
	font-size:9px; /*taille du caractère*/
	clear:both;
	position:relative;
	}
	#footer ul{
	height:22px;
	margin:0 0 0 317px;
	padding:0;
	}
	#footer li{
	float:left;
	margin:0;
	}
	#footer li a{
	text-decoration:none; /*décorations ajoutées à un texte*/
	color: #000000; /*couleur*/
	line-height:20px;
	margin:0 5px 0 5px;
	}
	#footer li a:hover{
	text-decoration:none; /*décorations ajoutées à un texte*/
	color:#EE8027; /*couleur*/
	}
	#footer li a img{
	padding:0; /*espace entre le contenu de l'élément et ses quatres bords (hauteur droite bas gauche)*/
	margin:0;
	}
	.select-n-bas{
	text-decoration:none; /*décorations ajoutées à un texte*/
	color:#fff; /*couleur*/
	font-size:18px; /*taille du caractère*/
	font-weight:bold; /*stye le graisse du caractère*/
	}
	#footer li.benefice-net {
	margin:-3px 0 0 0;
	right:0;
	float:right;
	}
	#footer li.benefice-net a {
	color:#000000;
	text-decoration:none;
	}
	#footer li.benefice-net a:hover {
	color:#EE8027;
	text-decoration: underline;
	}	
	#texte_referencement { display:none; }