@import url(contact.css);
@import url(paiement.css);
@import url(recherche.css);
@import url(newsletter.css);
@import url(categories.css);
@import url(espace_client.css);
@import url(fiche_produit.css);
@import url(informations_generales.css);
@import url(index_marchand.css);
@import url(navigation.css);
@import url(filter.css);
@import url(conseil_coach.css);
@import url(eresa.css);
@import url(fid.css);


body {
	margin: 0;
	padding:0;
	font-family: Tahoma, Arial, sans-serif;
	text-align:center;
	width:100%;
	background: url(/resources/img/header/site-top-bg.jpg) repeat-x scroll left top;
	/*background-image:url(/resources/img/accueil_marchand/home81/fond_noel.jpg); background-repeat: no-repeat; background-position: top center; background-attachment: fixed;*/
	min-height: 100%;
}




.superGlobale {
  margin-left: auto; 
  margin-right: auto; 
  width: 990px; 
  text-align: left; /* on rétablit l'alignement normal du texte */
  background-color:#FFFFFF;

}


.global {
position:relative;
  margin-left: auto; 
  margin-right: auto; 
  width: 990px; 
  text-align: left; /* on rétablit l'alignement normal du texte */
  background-color:#FFFFFF;
}






.separation {
	height: 0;
	margin: 0;
	padding: 20;
	clear: both;
	overflow: hidden;
}
.separation_espace {
	clear: both;
	background-image:url(/resources/img/fr/boutique/transp.gif);
	width:1px;
	height:20px;
}
a.noir {
	color: #000000;
}

/* ===== HEADER ===== */

.H_header {
	width: 100%;
	height: 54px;
	background-color: #1E3295;
}
.H_header_logo_moteur_liens {
	width: 960px;
	height: 54px;
}
.H_logo {
	float: left;
	width: 350px;
	height: 34px;
	padding: 15px 0 5px 0;
	font-weight: bold;
	color: #1E1D84;
	font-size: 11px;
	background-image: url(../img/fr/header/fond_header.gif);
	background-repeat: no-repeat;
}
.H_logo img {
	margin-right: 15px;
}
.H_moteur {
 float: left;
 width: 275px;
 height: 34px;
 padding: 20px 0 0 25px;
 color: #FFFFFF;
 font-size: 10px;
 background-color: #1E3295;
}
.H_moteur form {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:middle;
}
.H_moteur .champ_recherche {
	margin: 0 0 0 10px;
	padding: 3px 0 0 3px;
	width: 100px;
	height: 15px;
	color: #000000;
	font-size: 11px;
	border: 0;
	background-image: url(../img/fr/header/fond_champ_recherche.gif);
}
.H_moteur .submit {
	margin: 0;
	width: 25px;
	vertical-align: top;
}
.H_liens {
 float: left;
 height: 34px;
 width: 290px;
 padding: 20px 0 0 10px;
 color: #FFFFFF;
 font-size: 11px;
 background-color: #1E3295;
}
.H_liens ul {
	margin: 0;
	padding: 0;
	border: 0;
}
.H_liens li {
	float: left;
	list-style-type: none;
	padding: 3px;
}
.H_liens li a {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
.H_liens li a:hover {
	text-decoration: underline;
}

/* ===== MESSAGE D'ERREUR ===== */

h3.message_erreur {
	padding: 5px;
	color: #D51114;
	font-size: 12px;
	font-family: Arial;
	margin: 10px 0 0 10px;
	border-left: 3px solid #D51114;
}
h3.message_confirm {
	padding: 5px;
	color: #1E3296;
	font-size: 12px;
	font-family: Arial;
	margin: 10px 0 0 10px;
	border-left: 3px solid #1E3296;
}

/* ===== FOOTER ===== */

/* ===== FOOTER ===== */

.F_footer {
	clear: left;
	width: 100%;
	height: 50px;
	color: #9298A4;
	font-size: 11px;
	font-family: Tahoma;
	background-color: #EBECEE;
	border-top: 10px solid white;
}
.F_footer_liens {
	width: 960px;
	height: 40px;
	padding: 10px 0 0 10px;
	background-color: #EBECEE;
}
.F_footer_liens ul {
	margin: 0;
	padding: 0 0 0 50px;
	border: 0;
}
.F_footer_liens ul.ligne_2 {
	padding: 5px 0 0 50px;
}
.F_footer_liens li {
	float: left;
	padding: 0 2px 0 2px;
	list-style-type: none;
}
.F_footer_liens li a {
	color: #9298A4;
	font-size: 11px;
	text-decoration: none;
}
.F_footer_liens li a:hover {
	text-decoration: underline;
}
