html, body{
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
body{
	font-size:13px;
	_font-size:1em;
	color: #0d277e;
	background:#FFF url(../images/fond_body.png) repeat-x scroll center top;
}
a{text-decoration:none;font-weight: bold;}
a:hover{text-decoration:none;}
a img{border:0;}
h2, h3, h4, h5, h6{margin:0;}
h1{font-size:2em;}
h2{font-size:1.5em;}
h3{font-size:1.17em;}
h4{font-size:1.1em;}
h5{font-size:0.83em;}
h6{font-size:0.67em;}
.conditions{font-size:0.75em;}

/****************** Structure ******************/
/* ========= page ========= */
#page {
	margin:0 auto 0;
	padding:0 0 20px 0;
	min-width:996px;
	width:76.62em; // 996 divise par 13 (font_size)
}
/* ========= header ========= */
#header{
	position:relative;
	z-index:1;
}

#header_top {
	height:105px;
}

#header_top .logo {
	float: left;
	width: 32%;
	padding: 7px;
}
#header_top .logo h2 {
	margin-top: 0.83em;
	margin-left: 3em;
}
#header_top .banniere {
	float: right;
	width: 66%;
}

.header_top_img {
	margin-left: 25px;
}

#menuHaut {
	clear:both;
	position:relative;
	height:20px;
	z-index: 10;
}
#menuHaut, #menuHaut *{
	margin:0;
	padding:0;
	margin-top: 5px;
}

#menuHaut ul {
	background:none;
	list-style:none;
	margin: 0px;
	padding:0;
}
* html #menuHaut ul{/*bug ie6*/
	padding-left:0;
}
#menuHaut li {
	float:left;
	background:url(../images/left.png) no-repeat left top;
	margin:0 5px 0 0;
	padding:0 0 0 7px;
	min-width:130px;
	width:10em;
	text-align: left;
}
#menuHaut li a {
	position: relative;
	display:block;
	overflow:hidden;
	background:url(../images/right.png) no-repeat right top;
	margin:0;
	padding:2px 12px 5px 0;
	font-weight:bold;
	color:white;
	text-align: center;
}
/* Commented Backslash Hack
    hides rule from IE5-Mac \*/
#menuHaut a {float:none;}
/* End IE5-Mac hack */
#menuHaut a:hover {
	color:#FA0217;
}
#menuHaut #current {
	background-image:url(../images/left_on.png);
	border-width:0;
}
#menuHaut #current a {
	background-image:url(../images/right_on.png);
	padding-bottom:5px;
}

/* ====== content ======= */

#content {
	clear:both;
	margin:0 auto 0;
	padding-top:10px;
	min-width:890px;
	width:68.46em;
	/* contexte de formatage */
	overflow:auto;/* contexte de formatage optimise, sous navigateur w3c les blocs parents de float ne font pas 0 de hauteur */
	_overflow:visible; /*special ie6 qui balance des scrolls, le zoom dessous permet de faire le haslayout et donc le modele de boite est correcte */
	zoom:1;
}

#titreContent{
	margin:0;
	padding:0 0 3px 2px;
	font-size: 1.42em;
	font-weight: bold;
	min-width:539px;
	width:auto;
}

.titre{font-size:1.25em; font-weight:bold;}

#content a{text-decoration:underline;color: #0d277e;}
#content a:hover{text-decoration:none; font-size:1.08em;}
#content ul{margin: 5px 10px 0 10px;}
#content li{list-style-image: url("../images/puce2.png"); padding: 0 7px 7px 7px;}

/* ====== Section Accueil ======= */
#blocPhotosMag {
	clear:both;
	margin:0;
	padding:20px 0 0 0;
	/* contexte de formatage */
	overflow:auto;/* contexte de formatage optimise, sous navigateur w3c les blocs parents de float ne font pas 0 de hauteur */
	_overflow:visible; /*special ie6 qui balance des scrolls, le zoom dessous permet de faire le haslayout et donc le modele de boite est correcte */
	min-width:850px;
	width:65.38em;
}

.blocInfoMag {
	float: left;
	margin : 0;
	padding: 0;
	min-width:420px;
	width:30.31em;
	text-align: center;
}

#blocAccueilActu {
	clear:both;
	margin: 20px 45px 10px 45px;
	/* contexte de formatage */
	overflow:auto;/* contexte de formatage optimise, sous navigateur w3c les blocs parents de float ne font pas 0 de hauteur */
	_overflow:visible; /*special ie6 qui balance des scrolls, le zoom dessous permet de faire le haslayout et donc le modele de boite est correcte */
}

.blocDebutActu {
	background:url(../images/blocDebutActuHome.png) no-repeat left top;
	height: 35px;
	margin: 0;
	padding: 0;
}
.blocTitreActu {
	margin: 0;
	padding: 10px;
}
.blocInfosActu {
	border-left: 1px solid #091e79;
	border-right: 1px solid #091e79;
	margin : 0;
	padding: 5px 0 20px 20px;
	min-width:778px;
	width:59.85em;
}
.blocFinAccueilActu {
	margin: 0px;
	height: 40px;
	background:url(../images/blocFinActuHome.png) no-repeat left bottom;
}

/* ====== Section Affaires ======= */
#blocsPromos {
	clear:both;
	padding:10px 0 10px 25px;
	/* contexte de formatage */
	overflow:auto;/* contexte de formatage optimise, sous navigateur w3c les blocs parents de float ne font pas 0 de hauteur */
	_overflow:visible; /*special ie6 qui balance des scrolls, le zoom dessous permet de faire le haslayout et donc le modele de boite est correcte */
}

.blocProduitPromo {
	float: left;
	min-width:260px;
	width:20em;
	margin-right: 15px;
	text-align: center;
}

.blocHeaderPromo {
	background:url(../images/blocPromo.png) no-repeat left top;
	margin:0;
	height: 22px;
	padding-top: 5px;
	text-align: center;
	color: black;
}

.blocDetailPromo {
	padding: 0px 8px 3px 10px;
	border: 1px solid #d6dcf6;
}

.descriptifPromo {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

.prix {
	color: red;
	font-weight: bold;
	font-size: 1.33em;
	text-align: right;
}

.prixBarre {
	float: left;
	color: red;
	font-weight: bold;
	font-size: 1.25em;
	text-decoration: line-through;
}

.promoLogo {
	height: 30px;
	text-align: left;
	vertical-align: middle;
}

/* ====== Section Nouveautes ======= */
#blocNouveaute {
	clear:both;
	padding:15px 0 15px 25px;
	/* contexte de formatage */
	overflow:auto;/* contexte de formatage optimise, sous navigateur w3c les blocs parents de float ne font pas 0 de hauteur */
	_overflow:visible; /*special ie6 qui balance des scrolls, le zoom dessous permet de faire le haslayout et donc le modele de boite est correcte */
}

.blocInfoNouveaute {
	float: left;
	min-width:400px;
	width:30.77em;
	margin-right: 20px;
	text-align: center;
	padding-bottom: 5px;
}

.titreNouveaute {
	font-size: 1.5em;
	font-weight: bold;
	padding: 5px;
	height: 30px;
	background:url(../images/blocDebutNouveaute.png) no-repeat left top;
	margin: 0px;
}
.blocDescriptionNouveaute{
	padding: 0 30px 5px 30px;
	border-left: 1px solid #d6dcf6;
	border-right: 1px solid #d6dcf6;
}
.blocFinInfoNouveaute {
	margin: 0px;
	height: 40px;
	background:url(../images/blocFinNouveaute.png) no-repeat left bottom;
}

#diapos{
	clear:both;
	position:relative;
	min-width:600px;
	width:46.15em;
	margin-right: 20px;
	margin-left: 200px;
	text-align: center;
	padding-bottom: 5px;
}
.diapo{
	overflow:auto;
	height:350px;
	padding:4px 0px 4px 4px;
}
.diaporama_js{
	height:350px;
	overflow:hidden;
}
.diaporama_js .diapo img{
	display:block;
}
.diapo p{
	margin-left:5px;
}
/* ====== Section Marques ======= */
#blocLigneMarques {
	clear:both;
	margin:15px auto 0 140px;
	/* contexte de formatage */
	overflow:auto;/* contexte de formatage optimise, sous navigateur w3c les blocs parents de float ne font pas 0 de hauteur */
	_overflow:visible; /*special ie6 qui balance des scrolls, le zoom dessous permet de faire le haslayout et donc le modele de boite est correcte */
}

.blocMarques {
	float:left;
	min-width:190px;
	width:14.62em;
	margin-right: 25px;
	text-align: center;
}

.blocInfoImgMarques {
	float:left;
	min-width:620px;
	width:47.69em;
	margin:0 0 10px 140px;
}

.titreImgMarques {
	margin: 0px;
	padding: 0 5px 0 10px;
	height: 19px;
}
.gauche {
	background:url(../images/blocDebImgMarqGauche.png) no-repeat left top;
}
.droite {
	background:url(../images/blocDebImgMarqDroite.png) no-repeat left top;
}
.milieu {
	background:url(../images/blocDebImgMarqMilieu.png) no-repeat left top;
}

.blocDetailImgMarques{
	padding: 0 30px 5px 30px;
	border-left: 1px solid #a4b0e1;
	border-right: 1px solid #a4b0e1;
	border-bottom: 1px solid #a4b0e1;
	background-color: #f3f5fc;
}

.imgSection {
	margin: 0;
	padding: 0;
	height: 80px;
}

.blocMarques h4 {
	margin: 0px;
	padding: 2px 0 0 20px;
	text-align: left;
	height: 1.42em;
	color: white;
	font-weight: bold;
}
.open {background:url(../images/puceMarqOpen.png) no-repeat center left #a4b0e1;}
.close {background:url(../images/puceMarqClose.png) no-repeat center left #a4b0e1;}

/* ====== footer ======= */
#footer{
  margin:20px auto 10px auto;
  min-width:600px;
  width:46.15em;
  text-align:center;
  clear:both;
  font-size: 0.83em;
  text-align: center;
  color: #0d277e;
}