/*********** Auchan VAD ***********/
/* Style */
*{
	font-size: 1em;
}
body{
	color:#000;
	background: #fff;
	font-size:68.75%; /* 11px */
	}
body, html {
	height:100%;
}
fieldset{
   border: 0;
}

.displayNone{
	display:none;
}
.displayBlock{
	display:block;
}
/*** link */

a.linkSimple{
	color:#b70008;
	text-decoration: underline;
	font-size: 1em;
}

a.smallLinkSimple{
	color:#b70008;
	font-size: 0.9em;
	text-decoration: underline;
}

a.linkSimple:hover, a.smallLinkSimple:hover{
	text-decoration:none;
}

#mainContainer{
	width:980px;
	height:100%;
	margin: 0 auto;
	text-align:left;
	position: relative;
	background-color: #fff;
}

#container{
	/*float:left;*/
	width:980px;
	position:absolute;
	top:215px;
	background-color: #fff;
	z-index:10;
}

#container #contenu{
	/*padding: 0;*/
}

#container #contenu {padding:10px 0 0 0;}
#container #gauche {padding:10px 0 0 0;}
#container #rail {padding: 0 0 0 0;}

.xxSmalTxt{
	font-size: 0.81em;/* 9px*/
}

.xSmallTxt{
	font-size: 0.9em;/*10px*/
}

.bigTxt{
	font-size: 1.09em;/* 12px */
}
.xlTxt{
	font-size: 1.18em;/* 13px */
}
.xxlTxt{
	font-size: 1.3em;/* 14px */
}
.xfatTxt{
	font-size: 1.46em;/* 16px */
}
.xxfatTxt{
	font-size: 1.64em;/* 18px */
}

/*
#header{
	width: 980px;
	height: 64px;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
}
*/
#headerAuchan{
	height:64px;
	background-color: #FFF;
	border-bottom: solid 1px #D1D1D1;
	padding-left: 15px;
	width:965px;
}
#headerAuchan H1{
	float: left;
	/*Modif FLA - 1/04/09*/
	margin: 10px 31px 0 0;
	/*Fin modif FLA - 1/04/09*/
	display: inline;
}
.headerPicts{
	background: url(../img/common/bg_verticalDots.gif) left top repeat-y;
	height: 59px;
	width: 210px;
	float: left;
	text-align: center;
	overflow: hidden;
	padding-top: 5px;
	display: inline;
}
.headerPicts LI{
	display: inline;
	margin-left: 20px;
}
.yourAuchan{
	background: url(../img/common/bg_verticalDots.gif) left top repeat-y;
	width: 165px;
	height: 54px;
	display: inline;
	float: left;	
	overflow: hidden;
	padding: 10px 20px 0 20px;
}
.yourAuchan A{
	color: #B70008;
	font-size: 0.9em;
	text-decoration: underline;
}




#headerMiddle{
	height: 30px;
	background: url(../img/common/header/bg_header.gif) repeat-x;
	padding-left: 10px;
	padding-top: 5px;
	width:970px;
}
/**/
#headerNav{
	font-size: 1.18em;
	font-weight: bold;
	position:relative;
	float:left;
}

#headerNav LI.item1, #headerNav LI.item2, #headerNav LI.item3{
	width: 125px;
	height: 30px;
	margin-right: 5px;
	float: left;
	background: url(../img/common/header/bg_nav.png) no-repeat;
	cursor: hand;
	display:inline;
}
* html body #headerNav LI.item1, * html body #headerNav LI.item2, * html body #headerNav LI.item3{
	/* background-image:none; */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/common/header/bg_nav.png', sizingMethod='crop');
}
#headerNav LI A{
	color: #4C5157;
	position: relative;
	height:30px;
	display:block;
	width: 125px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	text-decoration:none;
}

#headerNav LI.item1{
	width: 187px;
	background-image: url(../img/common/header/bg_nav_item1.png);
	
}
* html body #headerNav LI.item1{
	/* background-image:none; */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/common/header/bg_nav_item1.png', sizingMethod='crop');
}
#headerNav LI.item1.currentItem{
	width: 187px;
	background-image: url(../img/common/header/bg_nav_item1Current.png);
}
* html body #headerNav LI.item1.currentItem{
	/* background-image:none;*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/common/header/bg_nav_item1Current.png', sizingMethod='crop');
}
#headerNav LI.item1 A{
	color:#4C5157;
	width: 187px;	
}
#headerNav LI.item1.currentItem A{
	color:#ffffff;	
}




/***** MODIFY ON 8 nov 2007 *****/
#headerNav .leftNav{
	border-left: solid 1px #B70008;
	border-right: solid 1px #B70008;
	border-bottom: solid 1px #B70008;
	position: absolute;
	background-color:#ffffff;
	width:185px;
	display:block;
	display: none;
}
#headerNav li.currentItem ul.leftNav{
   display: block;
}
/***** END MODIFY ON 8 nov 2007 *****/
#headerNav .leftNav li{
	border-top: solid 1px #D8D7CF;	
	padding: 1px;
	/*OVERRIDE*/
	
	height: auto;
	margin:0;
	float:none;
	background:none;
	cursor:default;
	display:block;
	width:183px;
}
/*
#headerNav LI{
	width: 125px;
	height: 30px;
	margin-right: 5px;
	float: left;
	background: url(/img/common/header/bg_nav.png) no-repeat;
	cursor: hand;
}

*/

#headerNav li.item1 .leftNav li a{
	color: #2E2E2E;
	position:relative;
	display: block;
	padding: 4px 10px;
	width:163px;
	font-weight: bold;
	/*OVERRIDE*/
	height:auto;
	line-height:normal;
	font-size:11px;
	text-align:left;
	text-decoration:none;
}
* html body #headerNav .leftNav li a{
	height: 10px;
}
#headerNav li.item1 .leftNav li a:hover, #headerNav li.item1 .leftNav li.navActif a{
	background: url(/img/common/pict_arrow_white.gif) 170px center no-repeat #089CCC;
	color: White;
}
#headerNav li.item1 .leftNav li a:hover{
	color: White;
}
#headerNav li.item1 .leftNav li.jardinBrico a:hover, #headerNav li.item1 .leftNav li.jardinBrico.navActif a{
   background-color: #187514;
} 
#headerNav li.item1 .leftNav li.jeu a:hover, #headerNav li.item1 .leftNav li.jeu.navActif a{
   background-color: #47404b;
}
#headerNav li.item1 .leftNav li.electro a:hover, #headerNav li.item1 .leftNav li.electro.navActif a{
   background-color: #1c7da4;
}
#headerNav li.item1.leftNav li.imageSon a:hover, #headerNav li.item1 .leftNav li.imageSon.navActif a{
   background-color: #b11982;
}
#headerNav li.item1 .leftNav li.multimedia a:hover, #headerNav li.item1 .leftNav li.multimedia.navActif a{
   background-color: #72a906;
}
#headerNav li.item1 .leftNav li.puericulture a:hover, #headerNav li.item1 .leftNav li.puericulture.navActif a{
   background-color: #ec74ad;
}
#headerNav li.item1 .leftNav li.telephonie a:hover, #headerNav li.item1 .leftNav li.telephonie.navActif a{
   background-color: #ef6100;
}
#headerNav li.item1 .leftNav li.photo a:hover, #headerNav li.item1 .leftNav li.photo.navActif a{
   background-color: #551d6f;
}
#headerNav li.item1 .leftNav li.traiteur a:hover, #headerNav li.item1 .leftNav li.traiteur.navActif a{
   background-color: #de2828;
}
#headerNav li.item1 .leftNav li.billeterie A:hover, #headerNav li.item1 .leftNav li.billeterie.navActif a{
   background-color: #919191;
}
#headerNav li.item1 .leftNav li.voyage A:hover, #headerNav li.item1 .leftNav li.voyage.navActif a{
   background-color: #3155a5;
}

#headerNav li.item1 .leftNav li.itemNew A{
	background-color: #E23828;
	color: White;
	padding: 2px 10px;
}
#headerNav li.item1 .leftNav li.itemNew A EM{
	font-size: 0.72em;
	font-style: normal;
	display: block;
}
#headerNav li.item1 .leftNav li.itemSpecial{
	border-top: solid 1px #B70008;
}
#headerNav li.item1 .leftNav li.itemSpecial A{
	background: url(../img/common/pict_arrow_red.gif) 170px center no-repeat White;
	color: #b70008;
}

/**/
.headerRight{
	width: 512px;/***** MODIFY ON 6 nov 2007 *****/
	float: right;
   overflow: hidden;
}
.headerRight LI{
	float: right;
	margin-right: 5px;/***** MODIFY ON 08 nov 2007 *****/
	margin-top: 4px;
	display: inline;
	color:#B70008;
}
.headerRight LI.welcomeItem A{
	color: #B70008;
	text-decoration: underline;
}
.headerRight LI.itemBasket{
	background: url(../img/common/header/pict_basket.png) no-repeat;	
	margin-top: 0px;
	width: 135px;
	height: 25px;
	display:inline;
}
* html body .headerRight LI.itemBasket{
	/* background-image:none; */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/common/header/pict_basket.png', sizingMethod='crop');
}
.headerRight LI.itemBasket A{
	position: absolute;
	color: White;
	width: 135px;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;
}
.headerRight LI.welcomeItem A{
	color: #B70008;
	text-decoration: underline;
}

.headerRight LI.itemLogin{
   font-size: 0.9em;
	width: 285px;/***** MODIFY ON 08 nov 2007 *****/
	text-align: right;
	line-height: 13px;
}
.headerRight LI.itemLogin strong{
   font-size: 1.1em;
   color: Black;
   vertical-align: top;
	white-space: nowrap;
}

.headerRight LI.itemLogin span{
	white-space: nowrap;
}

.headerRight LI.itemLogin a, .headerRight li.itemAccount a{
   color:#B70008;
   text-decoration: underline;
}
.headerRight li.itemAccount{
	background: url(../img/common/pict_account.gif) no-repeat !important;
	padding-left: 14px;
   font-size: 0.9em;
}

.headerSearch{
	background: url(../img/common/header/bg_search.gif) repeat-x #B70008;
	border-bottom: solid 1px #7C0005;
	height: 25px;
	padding-left: 220px;
	padding-top: 4px;
	color: White;
	width:760px;
}
.headerSearch *{
	vertical-align: middle;
}
/* DIGITAS - 09/04/08 : Ajout */
.headerSearch form{
	position:relative;
}
/* DIGITAS - 09/04/08 : Fin Ajout */

.headerSearch label{
	font-weight: bold;
	margin-right: 5px;
}
.textField, .selectField{
	color: #4C5157;
	padding: 1px 3px;
	border: solid 1px #9F9F9F;
   vertical-align: middle;
}
/* BI 14/02 */
.textField_2, .selectField{
	color: #4C5157;
	padding: 1px 3px;
	border: solid 1px #7f9db9;
   	vertical-align: middle;
}
/* FIN BI 14/02 */

.headerSearch .textField{
	width: 160px;/* DIGITAS - 09/04/08 : Modifications */
	height: 16px;
}
.headerSearch .selectField{
	width: 200px;
}


#headerAuchan ul{
	margin-top:5px;
}

#headerAuchan li{
	display: inline;
	padding-left: 12px;
}

/* Fin header */
/* footer + sitemap*/
.navBottom{
	float:left;
	width:980px;
	margin:5px 0 0 0;
}

.navBottom h3{
	color:#fff;
	background-color: #b70008;
	padding: 2px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
}

.navBottomMag{
	float:left;
	width: 815px;
}

.navBottom .navBottomMag h3{
	padding-left: 20px;
}

.navBottomMag ul{
	float:left;
	width: 815px;
	background: url(../img/bgNavBottom.gif);
	/* Modif FLA 15/12/08 - Taille de la liste de liens du footer */
	height: 270px;
	/* Fin Modif FLA 15/12/08 - Taille de la liste de liens du footer */
	margin: 10px 0 15px 0;
}

.navBottomMag ul li.firstCol{
	margin-left: 20px;
}
.navBottomMag ul li.secondCol{
	margin-left: 172px;
}
.navBottomMag ul li.thirdCol{
	margin-left: 335px;
}
.navBottomMag ul li.fourthCol{
	margin-left: 497px;
}
.navBottomMag ul li.fifthCol{
	margin-left: 660px;
}


.reset2{
	margin-top: -239px;
}
.reset3{
	margin-top: -239px;
}
.reset4{
	margin-top: -225px;
}
.reset5{
	margin-top: -183px;
}


/* .reset2{
	margin-top: -337px;
}
.reset3{
	margin-top: -478px;
}
.reset4{
	margin-top: -408px;
}
.reset5{
	margin-top: -366px;
} */

.margT15{
	margin-top: 15px;
}

.navBottom ul li a{
	color:#666;
	background: url(../img/common/chevron_rouge.gif) 0 5px no-repeat;/***** MODIFY ON 6 nov 2007 *****/
	padding-left: 8px;
	font-size: 0.9em;
   text-decoration: none;/***** MODIFY ON 6 nov 2007 *****/
}

.navBottom ul li a:hover{
	text-decoration: underline;
}

.navBottom ul li a.titreUnivers{
	text-transform: uppercase;
	background: none;
	padding-left: 0;
	font-size: 1em;
	font-weight: bold;
}

.navBottomServ{
	float:left;
	width: 165px;
}

.navBottomServ h3{
	border-left: 1px solid #fff;
	padding-left: 10px;
}

.navBottomServ ul{
	margin: 10px 0 0 10px;
	
}

.blockTop a, .blockTop a{
	color:#000;
	text-decoration: none;
}

.blockTop a:hover, .blockTop a{
	text-decoration: none;
}



















/*
#header{
	width:500px;
	text-align: right;
	margin-top:9px;
	position:absolute;
	top:78px;
	right:0;
	z-index:10;
}

#header a, #footer a, .blockTop a{
	color:#000;
	text-decoration: none;
}

#header a:hover, #footer a, .blockTop a{
	text-decoration: none;
}

#header ul{
	display:inline;
	margin-right:10px;
}

#header li{
	display:inline;
	margin-left: 10px;
}

#header li a{
	font-size: 0.9em;
}

#header li a{
	text-decoration: underline;
}

#header li.itemAccount{
	margin-left:15px;
	padding-left: 17px;
}

#header li.itemBasket{
	margin-left:15px;
	padding-left: 17px;
}

#header li, #header li.itemAccount a, #header li.itemBasket a{
	color:#fff;
}
*/















/* Recherche */

/*
#headerAuchan label{
	margin-right: 2px;
	color: #7f7f7f;
}

#headerAuchan #searchMag{
	border: 1px solid #bcb4b4;
	width: 60px;
	font-size: 0.9em;
	padding-left: 2px;
	height: 15px;
	color:#7f7f7f;
	vertical-align: middle;
}

#headerAuchan .validButton{
	height: 17px;
	background-color: #B70008;
	vertical-align: middle;
}

.validButton{
	border:none;
	width:19px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}
*/
/* Recherche */
/* Layer catalog */
.posCatalog{
	position:absolute;
	top:-5px;
	left:0;
	z-index:100;
}

#layerCatalog{
	float:left;
	width: 490px;
	border-top:4px solid #B70008;
}

#layerCatalog a{
	text-decoration: none;
}

.hideCatalog{
	position:relative;
}

#layerCatalog .allRayons{
	float:left;
	width: 490px;
	padding-left:5px;
	background-color: #b70008;
	voice-family: "\"}\"";
	voice-family:inherit;
		width: 485px;
	voice-family: "\"{\"";
}

#layerCatalog .blockRayon{
	float:left;
	width: 121px;
	padding: 1px;
	background-color: #fff;
	text-align: center;
	border-right:4px solid #b70008;
	border-bottom:4px solid #b70008;
	voice-family: "\"}\"";
	voice-family:inherit;
		width: 115px;
	voice-family: "\"{\"";
}

#layerCatalog h3{
	padding: 1px 0 1px 8px;
	margin-bottom:1px;
	color: #fff;
	font-size: 1em;
	text-align: left;
}

#layerCatalog .blockRayon a{
	display:block;
	border:4px solid #fff;
}

#layerCatalog .blockRayon a:hover{
	border-width:4px;
	border-style: solid;
}

#layerCatalog .blockRayon h3 a, #layerCatalog .blockRayon h3 a:hover{
	color: #fff;
	display:block;
	border:none;
}

#layerCatalog .allPush{
	float:left;
	width: 490px;
	padding-left:5px;
	background-color: #860006;
	voice-family: "\"}\"";
	voice-family:inherit;
		width: 485px;
	voice-family: "\"{\"";
}

#layerCatalog p{
	color: #fff;
	font-size: 1.13em;
	font-weight: bold;
	padding: 4px 5px;
}

#layerCatalog  .allPush .blockRayon{
	border-right:4px solid #860006;
	border-bottom:4px solid #860006;
}
/* Fin Layer catalog */

/* Couleur d'univers */
.colorElectro, .colorElectro h3{background-color: #1c7da4;}
#layerCatalog .colorElectro a:hover {border-color:#1c7da4}
.colorMultimedia, .colorMultimedia h3{background-color: #6fa807;}
#layerCatalog .colorMultimedia a:hover {border-color:#6fa807}
.colorTel, .colorTel h3{background-color: #f56200;}
#layerCatalog .colorTel a:hover {border-color:#f56200}
.colorImage, .colorImage h3{background-color: #af1881;}
#layerCatalog .colorImage a:hover {border-color:#af1881}
.colorPhoto, .colorPhoto h3{background-color: #712d95;}
#layerCatalog .colorPhoto a:hover {border-color:#712d95}
.colorTirage, .colorTirage h3{background-color: #551d6f;}
#layerCatalog .colorTirage a:hover {border-color:#551d6f}
.colorMaisonLoisir, .colorMaisonLoisir h3{background-color: #187514;}
#layerCatalog .colorMaisonLoisir a:hover {border-color:#187514}
.colorSport, .colorSport h3{background-color: #928f5d;}
#layerCatalog .colorSport a:hover {border-color:#928f5d}
.colorAlimentaire, .colorAlimentaire h3{background-color: #de2828;}
#layerCatalog .colorAlimentaire a:hover {border-color:#de2828}
.colorSpectacle, .colorSpectacle h3{background-color: #919191;}
#layerCatalog .colorSpectacle a:hover {border-color:#919191}
.colorVoyages, .colorVoyages h3{background-color: #3155a5;}
#layerCatalog .colorVoyages a:hover {border-color:#3155a5}
.colorVacances, .colorVacances h3{background-color: #456902;}
#layerCatalog .colorVacances a:hover {border-color:#456902}
.colorLibrairie, .colorLibrairie h3{background-color: #984815;}
#layerCatalog .colorLibrairie a:hover {border-color:#984815}
.colorMobile, .colorMobile h3{background-color: #80122f;}
#layerCatalog .colorMobile a:hover {border-color:#80122f}
.colorVin, .colorVin h3{background-color: #80122f;}
#layerCatalog .colorVin a:hover {border-color:#80122f}
.colorEnfant, .colorEnfant h3{background-color: #ec74ad;}
#layerCatalog .colorEnfant a:hover {border-color:#ec74ad}
.colorJouet, .colorJouet h3{background-color: #34b9e2;}
#layerCatalog .colorJouet a:hover {border-color:#34b9e2}
.colorCatalog, .colorCatalog h3{background-color: #b70008;}
#layerCatalog .colorCatalog a:hover {border-color:#b70008}
.colorJeuxVideos, .colorJeuxVideos h3{background-color: #47404b;}
#layerCatalog .colorJeuxVideos a:hover {border-color:#47404b;}
.colorMobilier, .colorMobilier h3{background-color: #ccce07;}
#layerCatalog .colorMobilier a:hover {border-color:#ccce07;}
.colorLoisirs, .colorLoisirs h3{background-color: #3b8b92;}
#layerCatalog .colorLoisirs a:hover {border-color:#3b8b92;}
/* Fin Couleur d'univers */

/* Style INT */
/*#headerAuchan{
	width:421px;
	text-align: right;
	margin-top:9px;
	position:absolute;
	top:0;
	left:559px;
	z-index:10;
}

#headerAuchan ul{
	margin-top:5px;
}

#headerAuchan fieldset ul{
	margin-top:1px;
}

#headerAuchan li{
	display: inline;
	padding-left: 12px;
}
*/
/* Nav top */
#navTop{
	position:absolute;
	top:29px;
	left:0;
	z-index:5;
	width:980px;
}

#navTop li.item1{
	float:left;
	background: url(../img/common/navTopInt_item1.gif) no-repeat;
	height:38px;
	width: 252px;
	margin-right: 4px;
}
#navTop li.item1 span{
	display:none;
}

#navTop li.tabs{
	float:left;
	width: 117px;
	margin-right: 4px;
	padding-top:15px;
}

#navTop li.tabs a{
	display:block;
	background: url(../img/common/NavTop_onglet.gif) no-repeat;
	padding-bottom:6px;
	text-align: center;
	padding-top: 8px;
}

#navTop li.tabs a.tabActive{
	background: url(../img/common/NavTop_onglet_on.gif) no-repeat;
}

#navTop li.tabs a.tabInActive{
	background: url(../img/common/NavTop_onglet.gif) no-repeat;
}
/* Fin Nav Top */
.blockTop{
	float:left;
	width:980px;
	height:85px;
}

.welcome{
	float:left;
	width:960px;
/*	font-size: 1em;*/
	/*font-weight: bold;*/
	/*margin:10px 0 0 12px;*/
	padding:10px 0 0 12px;
	height:37px;
	font-size: 2.72em;
	color: #fff;
}


.navOnglet{
	float:left;
	padding-left: 6px;
}

.navOnglet li{
	float:left;
	padding-left: 5px;
	height:38px;
}

.navOnglet li a{
	float:left;
	display:block;
	height:38px;
	background-color: Aqua;
	padding-top: 14px;
	padding-right: 7px;
	voice-family: "\"}\"";
	voice-family:inherit;
		height:24px;
	voice-family: "\"{\"";
}

.navOnglet li.ongletActif span, .navOnglet li.ongletActif a{
	float:left;
	display:block;
	height:38px;
	padding-top: 14px;
	padding-right: 7px;
	voice-family: "\"}\"";
	voice-family:inherit;
		height:24px;
	voice-family: "\"{\"";
}

/* Prix */
div.boxPrix p.bloquePrixJaune{
	/*font-size: 1.6em !important;*/
}

/* DIGITAS - 09/04/08 : AJOUTS */

/*abonnement à la newsletter*/
.popinNewsletterNav{
	/*margin-left:164px;*/
	color:#fff;
	text-decoration:none;
	background:url(../img/checkout/pict_newsletter.gif) no-repeat left center;
	padding-left:25px;
	position:absolute;
	right:12px;
	top:4px;
}
.popinNewsletterNav:hover{
	text-decoration:underline;
}


/* Flap Stock 23/05/08 */
.flapStock{
	width: 178px;
	height: 54px;
	margin-bottom: 10px;
	color:#fff;
	float:left;
}

.flapStock p{
	font-size: 1.09em;
	font-weight: bold;
	width: 99px;
	margin: 10px 0 0 2px;
	text-align: right;
	line-height:0.7em;
}

.flapStock p span{
	font-size: 2.16em;
	line-height: 1.1em;
}

/* Fin Flap Stock 23/05/08 */
/* Evol Jeux Video : BI : 22/01/08 */
/* Nav onglet droite */
.navOnglet.OngletRight{
	float:right!important;
	padding: 0 6px 0 0;
}

.navOnglet.OngletRight li a, .navOnglet.OngletRight li span{
	font-weight: bold;
	color:#47404b;
}
/* Fin Nav onglet droite*/

h3.titreDroit{
	text-transform: uppercase;
	font-size: 1.1em;
	padding: 7px 0 0 8px;
	height: 19px;
	font-weight: normal;
}

h3.titreDroit span{
	font-weight: bold;
}

.blockCalendar{
	margin-bottom:10px;
}

.bestSellContent{
	width: 183px;
}

.bestSellBlock h3.titreDroit{
	height: 53px;
	position:relative;
	font-weight: bold;
}

.bestSellBlock h3.titreDroit span{
	font-size: 2.4em;
}

.bestSellBlock h3.titreDroit img{
	position:absolute;
	top:-7px;
	right:15px;
}

.bestSellContent h4{
	padding-left: 29px;
	font-weight: normal;
	height: 16px;
	padding-top: 3px;
}

.bestSellArticle{
	padding: 5px;
	width: 171px;
	overflow: hidden;
}

.bestSellArticle img{
	float: left;
	margin-right: 12px;
	display:inline;
}

.bestSellArticle p{
	padding-top: 5px;
}

.bestSellContent a{
	color:#000;
	text-decoration: none;
}

.bestSellContent a:hover{
	text-decoration: underline;
}

/* Ajout 30/01/08 */
.tableJeuxVideo{
	border-left: 3px solid #47404b;
	border-right: 3px solid #47404b;
	width:553px;
	clear: left;
}

.headTableJeuxVideo{
	margin-top: 15px;
	background: url(../img/jeuxvideos/bandeauV2/bg_ombre.gif) no-repeat;
	height: 21px;
	padding-top:10px;
	border-left: 3px solid #47404b;
	border-right: 5px solid #47404b;
	float:left;
	width:545px;
}

.footTableJeuxVideo{
	background: #47404b;
	height: 36px;
	border-left: 3px solid #47404b;
	border-right: 3px solid #47404b;
	/*float:left; */
	width:547px;
	margin-bottom:20px;
}

.headTableJeuxVideo span, .footTableJeuxVideo span{
	display:block;
	float:left;
	width:200px;
	/*height: 31px; */
}

/* fin modifs digitas 12/06/08 */

span.headReserve{
	padding-left: 26px;
	color:#fff;
}

.headTableJeuxVideo span.headReserve{
	background: url(../img/jeuxvideos/bandeauV2/bg_head_reserve.gif) 6px 1px no-repeat;
}

.footTableJeuxVideo span.headReserve{
	background: url(../img/jeuxvideos/bandeauV2/bg_foot_reserve.gif) 6px 1px no-repeat;
	padding-top:12px;
}


span.headSupport{
	float:right;
	text-align: right;
}

.footTableJeuxVideo  span.headSupport{
	padding-top:10px;
}

span.headSupport a{
	color:#c2d323;
	text-decoration: underline;
	background: url(../img/jeuxvideos/bandeauV2/arrow_left.gif) 0 4px no-repeat;
	padding-left: 8px;
	margin-right: 10px;
}

.tableJeuxVideo th{
	background: url(../img/jeuxvideos/bandeauV2/bg_THtable.gif) repeat-x;
	height: 38px;
	color:#c2d323;
}

.tableJeuxVideo th img{
	vertical-align: middle;
	margin-left: 4px;
}

.tableJeuxVideo tr:hover{
	background-color: #f0eef1;
}

.tableJeuxVideo tbody td{
	border-bottom:1px solid #d7d5d7;
	padding: 3px 0;
}

.tableJeuxVideo tbody td a{
	color:#000;
	font-weight: bold;
	text-decoration: none;
}

.tableJeuxVideo tbody td a:hover{
	text-decoration: underline;
}

.descJeu{
	font-weight: bold;
}

th.TDreserv{
	background: url(../img/jeuxvideos/bandeauV2/bg_ombre_reserve.gif);
}

th.TDreserv span{
	display:none;
}

.TDreserv{
	width:26px;
	background-image: url(../img/jeuxvideos/bandeauV2/bg_reserve.gif);
	background-position:  12px 0;
	background-repeat: repeat-y;
}

.TDreserv img{
	margin-left: 6px;
}


#audessus {
margin-bottom:-300px!important;
top:-300px!important;
}


/* Ajout 30/01/08 */
/* Fin Evol Jeux Video : BI : 22/01/08 */

/*Ajouts digitas 23/06/08 flap waaow*/
.flapWaaow{
	background:url(../img/common/signaletique/encart_waaow.gif) no-repeat top left;
	text-align:center;
	padding:30px 0 0 0;
	font-size:9px;
	color:#FFFFFF;
	height:26px;
	width:63px;
}
.flapWaaow strong{
	font-size:13px;
	line-height:12px;
}

.flapWaaowH{
	background:url(../img/common/signaletique/encart_waaow.png) no-repeat;
	width:91px;
	height:26px;
	margin-left: 187px;
	text-align:right;
	color:white;
	font-size:9px;
}

.flapWaaowH strong{
	font-size:11px;
}

.PositionStatic
{
position:static !important;
}

/*fin Ajouts digitas 23/06/08 flap waaow*/

/*Digitas 30/06/08  ajouts bloc Indispensables Fiche Produit */

.blocBoutiquePdtListe 
{
width:756px;
border-color:#6e6c6d;
padding-bottom:10px;
margin-bottom:5px;
}

.results_nav h3
{
background-color:#6e6c6d;
margin-top:15px;
}
/*
.blocBoutiquePdtListe .tablePdtDesc td 
{
width:226px;
padding-right:20px;
border-right: 1px solid #ccc;
}
*/
.blocBoutiquePdtListe .tablePdtDesc td.last
{
border-right:none;
}
/*
.tablePdtDesc  .descPdtCell , .tablePdtDesc .pricePdtCell
{
background:none;
}
*/
.descPdtCell, .descPdtCell p
{
color:#4c5157;
}

.descPdtCell h3
{
color:#2f2f2f;
font-size:14px;
}

.descPdtCell p
{
padding-bottom:20px;
}

/*Digitas 30/06/08  fin ajouts bloc Indispensables Fiche Produit */

/*DIGITAS 1/07/08 : AJOUTS FLAPS*/

.flapVioletBig,
.flapRedBig,
.flapYellowBig,
.flapOrangeBig,
.flapGreenBig,
.flapGreyBig{
	color:#FFFFFF;
	font-size:11px;
	width:169px;
	height:17px;
	padding-top:2px;
	text-align:center
}

/*ajouts Digitas 19/06/08*/
.flapVioletBig a,
.flapRedBig a,
.flapYellowBig a,
.flapOrangeBig a,
.flapGreenBig a,
.flapGreyBig a{
	color:#FFFFFF;
	text-decoration:none;
}
/*fin ajouts Digitas 19/06/08*/

.flapRedBig strong, .flapVioletBig strong, .flapYellowBig strong, .flapOrangeBig strong, .flapGreenBig strong, .flapGreyBig strong{
	font-size:11px;
}
.flapRedBig{
	background:url(../img/common/signaletique/encart_rouge_big.gif) no-repeat top left;
}
.flapVioletBig{
	background:url(../img/common/signaletique/encart_violet_big.gif) no-repeat top left;
}
.flapYellowBig{
	background:url(../img/common/signaletique/encart_jaune_big.gif) no-repeat top left;
	color:#049e55;
}
.flapOrangeBig{
	background:url(../img/common/signaletique/encart_orange_big.gif) no-repeat top left;
	color:#e40a17;
}
.flapGreenBig{
	background:url(../img/common/signaletique/encart_vert_big.gif) no-repeat top left;
}
.flapGreyBig{
	background:url(../img/common/signaletique/encart_gris_big.gif) no-repeat top left;
}

.flapVioletMedium,
.flapRedMedium,
.flapYellowMedium,
.flapOrangeMedium,
.flapGreenMedium,
.flapGreyMedium{
	color:#FFFFFF;
	font-size:11px;
	width:140px;
	height:17px;
	padding-top:2px;
	text-align:center
}

/*ajouts Digitas 19/06/08*/

.flapVioletMedium a,
.flapRedMedium a,
.flapYellowMedium a,
.flapOrangeMedium a,
.flapGreenMedium a,
.flapGreyMedium a{
	color:#FFFFFF;
	text-decoration:none;
}

/*fin ajouts Digitas 19/06/08*/

.flapRedMedium strong, .flapVioletMedium strong, .flapYellowMedium strong, .flapOrangeMedium strong, .flapGreenMedium strong, .flapGreyMedium strong{
	font-size:11px;
	line-height:12px;
}
.flapRedMedium{
	background:url(../img/common/signaletique/encart_rouge_medium.gif) no-repeat top left;
}
.flapVioletMedium{
	background:url(../img/common/signaletique/encart_violet_medium.gif) no-repeat top left;
}
.flapYellowMedium{
	background:url(../img/common/signaletique/encart_jaune_medium.gif) no-repeat top left;
	color:#049e55;
}
.flapOrangeMedium{
	background:url(../img/common/signaletique/encart_orange_medium.gif) no-repeat top left;
	color:#e40a17;
}
.flapGreenMedium{
	background:url(../img/common/signaletique/encart_vert_medium.gif) no-repeat top left;
}
.flapGreyMedium{
	background:url(../img/common/signaletique/encart_gris_medium.gif) no-repeat top left;
}


.flapRedMediumSmall,
.flapOrangeMediumSmall,
.flapVioletMediumSmall,
.flapGreenMediumSmall,
.flapYellowMediumSmall,
.flapGreyMediumSmall{
	color:#FFFFFF;
	font-size:9px;
	width:81px;
	height:16px;
	padding-top:3px;
	text-align:center
}

/*ajouts Digitas 19/06/08*/
.flapRedMediumSmall a,
.flapOrangeMediumSmall a,
.flapVioletMediumSmall a,
.flapGreenMediumSmall a,
.flapYellowMediumSmall a,
.flapGreyMediumSmall a{
	color:#FFFFFF;
	text-decoration:none;
}
/*fin ajouts Digitas 19/06/08*/

.flapRedMediumSmall strong, .flapOrangeMediumSmall strong, .flapVioletMediumSmall strong, .flapGreenMediumSmall strong, .flapYellowMediumSmall strong, .flapGreyMediumSmall strong{
	font-size:11px;
	line-height:12px;
}
.flapRedMediumSmall{
	background:url(../img/common/signaletique/encart_rouge_small.gif) no-repeat top left;
}
.flapVioletMediumSmall{
	background:url(../img/common/signaletique/encart_violet_small.gif) no-repeat top left;
}
.flapOrangeMediumSmall{
	background:url(../img/common/signaletique/encart_orange_small.gif) no-repeat top left;
	color:#e40a17;
}
.flapGreenMediumSmall{
	background:url(../img/common/signaletique/encart_vert_small.gif) no-repeat top left;
}
.flapYellowMediumSmall{
	background:url(../img/common/signaletique/encart_jaune_small.gif) no-repeat top left;
	color:#049e55;
}
.flapGreyMediumSmall{
	background:url(../img/common/signaletique/encart_gris_small.gif) no-repeat top left;
}

.small2lines{
	padding-top:1px;
	height:18px;
	line-height:9px;
}


.flapRedMediumRect,
.flapVioletMediumRect,
.flapGreenMediumRect,
.flapYellowMediumRect,
.flapOrangeMediumRect,
.flapGreyMediumRect,
.flapBlueMediumRect{
	text-align:center;
	color:#fff;
	font-size:9px;
	height:26px;
	padding-top:12px;
	width:63px;
}

/*ajouts Digitas 19/06/08*/
.flapRedMediumRect a,
.flapVioletMediumRect a,
.flapGreenMediumRect a,
.flapYellowMediumRect a,
.flapOrangeMediumRect a,
.flapGreyMediumRect a,
.flapBlueMediumRect a{
	color:#fff;
	text-decoration:none;
}
/*fin ajouts Digitas 19/06/08*/

.flapRedMediumRect strong, .flapVioletMediumRect strong, .flapGreenMediumRect strong, .flapYellowMediumRect strong, .flapOrangeMediumRect strong, .flapGreyMediumRect strong, .flapBlueMediumRect strong{
	font-size:11px;
	line-height:12px;
}
.flapRedMediumRect{
	background:url(../img/common/signaletique/encart_rouge_medium_rect.gif) no-repeat top left;
}
.flapVioletMediumRect{
	background:url(../img/common/signaletique/encart_violet_medium_rect.gif) no-repeat top left;
}
.flapGreenMediumRect{
	background:url(../img/common/signaletique/encart_vert_medium_rect.gif) no-repeat top left;
}
.flapYellowMediumRect{
	background:url(../img/common/signaletique/encart_jaune_medium_rect.gif) no-repeat top left;
	color:#049e55;
}
.flapOrangeMediumRect{
	background:url(../img/common/signaletique/encart_orange_medium_rect.gif) no-repeat top left;
	color:#e40a17;
}
.flapGreyMediumRect{
	background:url(../img/common/signaletique/encart_gris_medium_rect.gif) no-repeat top left;
}
.flapBlueMediumRect{
	background:url(../img/common/signaletique/encart_bleu_medium_rect.gif) no-repeat top left;
}

.rect2lines{
	height:32px;
	padding-top:6px;
}
.rect3lines{
	height:35px;
	padding-top:3px;
	line-height:10px
}
/*ajouts Emilie 08/11/08*/
.flapWaaow{
	background:url(../img/common/signaletique/encart_waaow.gif) no-repeat top left;
	text-align:center;
	padding:30px 0 0 0;
	font-size:9px;
	color:#FFFFFF;
	height:26px;
	width:63px;
	margin-top:5px;
}
.flapWaaow strong{
	font-size:13px;
	line-height:12px;
}

.flapBorderRedBig{
	background:url(../img/common/signaletique/bg_contour_rouge.gif) no-repeat top left;
	text-align:center;
	color:#b70008;
	line-height:11px;
	padding-top:1px;
	height:24px;
	width:169px;
}
.flapBorderRedMediumSmall{
	background:url(../img/common/signaletique/bg_contour_rouge_medium.gif) no-repeat top left;
	text-align:center;
	color:#b70008;
	line-height:10px;
	padding-top:3px;
	height:22px;
	width:81px;
	font-size:9px;
}
.flapBorderRedMediumRect{
	text-align:center;
	color:#b70008;
	font-size:9px;
	height:37px;
	padding-top:1px;
	line-height:9px;
	width:63px;
	background:url(../img/common/signaletique/bg_contour_rouge_medium_rect.gif) no-repeat top left;
}

.alignRightFlap{
	float:right;
	padding-right:7px;
}
.alignLeftFlap{
	float:left;
	padding-left:7px;
}

/* Nouvelle MEA 4x3 */
/* Digitas 31/03/09 */
.mea4x3{
	width: 541px;
	overflow:hidden;
	margin-bottom: 20px;
	border:1px solid #dddddd;
	padding: 0 0 10px 10px;
	background: url(../img/common/bg_mea4x3.jpg) bottom no-repeat;
}

/* PriceMea4x3 */
.priceMea4x3{
	float:left;
	width:85px; 
	margin-top: 10px;
}

.priceMea4x3 .oldPrice{
	position:relative;
	padding:4px 0 0 0; 
	text-align: center; 
	margin-bottom:6px;
   color: #000;
}

.priceMea4x3 .oldPrice span{
	font-weight: bold;
	font-size: 1.64em;
	padding-right:1px;
}

.priceMea4x3 .oldPrice span a{
	color:#000;
}
.priceMea4x3 .oldPrice span.devise{
	position:absolute;
	top: 3px;
	margin-left:-0px;
	font-weight: normal;
	font-size: 0.9em;
}
.priceMea4x3 .newPrice{
	position:relative;
	color:#C10109;
	padding:22px 0 0 0;
	text-align: center;
}

.priceMea4x3 .newPrice span{
	font-weight: bold;
	font-size: 2.27em;
	letter-spacing: -1px;
	padding-right:1px;
}


.priceMea4x3 .newPrice span.devise{
	position:absolute;
	top: 25px;
   margin-left:0px;
	font-size: 1em;
	font-weight: normal;
}



.priceMea4x3 .blockPrice span.devise{
	position:absolute;
	top:29px;
	font-size: 1em;
}

.priceMea4x3 .blockPrice span{
	font-weight: bold;
	font-size: 2.27em;
}

.priceMea4x3 .blockPriceBarre{
	background: url(../img/common/signaletique/bg_priceBarreBig.gif) no-repeat;
	width: 84px;
	text-align: right;
	height: 122px;	
   position: relative;
}
.priceMea4x3 .ecoPartBig{
	width: 78px;
	background-color:#c10109;
	border:1px solid #f7f21e;
	text-align:center;
	color:#f7f21e;
   position: relative;
   margin-top: -20px;
   margin-left: 2px;
}

.priceMea4x3 .flapWaaow {
	background:transparent url(../img/common/signaletique/encart_waaow.gif) no-repeat scroll left top;
	color:#FFFFFF;
	font-size:9px;
	height:26px;
	padding:30px 0 0;
	text-align:center;
	width:63px;
}

.priceMea4x3 .blockPrice{
	background: url(../img/common/signaletique/bg_priceBig.gif) no-repeat;
	color: #be2026;
	font-size: 1em;
	line-height:1.6em;
	width: 84px;
	height:50px;
	padding: 35px 0 0 0;
	text-align: center;
	position: relative;
}

.priceMea4x3 .remise{
	background-color: #f7f21e;
	background-image: none;
	width:80px;
	margin-left:2px;
	margin-top: 0;
}

.priceMea4x3 .flapWaaow{
	margin-left: 3px;
	width: 79px;
	background: url(../img/common/signaletique/encart_waaow79.gif);
}

/* Fin PriceMea4x3 */
.visuMea4x3{
	float:left;
	margin: 10px 0 0 11px;
	width: 250px;
}

/* Detail Mea 4x3 */
.detailMea4x3{
	float:left;
	width: 194px;
	margin-top:1px;
	text-align:right;
	
}

.detailMea4x3 .zoneFlap{
	margin-top: 10px;
	text-align: left;
}

.detailMea4x3 .zoneFlap p{
	margin-bottom: 5px;
}

.detailMea4x3 .zoneDesc{
	width: 194px;
	text-align: left;
	margin-bottom: 10px;
	
}

.detailMea4x3 h3{
	font-size: 1.5em;
	font-weight: bold;
	color:#4c5157;
	margin-bottom: 2px;
	width: 184px;
}

.detailMea4x3 .zoneDesc p{
	width: 184px;	
}

.detailMea4x3 ul{
	margin :15px 0 0 0;
	width: 184px;
}

.detailMea4x3 li{
	color:#b70008;
	background: url(../img/common/pict_arrow_red.gif) 0 4px no-repeat;
	padding-left: 8px;
	margin-right: 10px;
}

.detailMea4x3 .meaCatalog{
	color:#44494f;
	text-align: left;
}

.detailMea4x3 .meaCatalog img{
	vertical-align: middle;
	float:left;
	margin-right: 5px;
}

.detailMea4x3 .meaCatalog p{
	vertical-align: middle;
	padding-top: 20px;
}
/* Fin Detail Mea 4x3 */

/* Popin */
/* Digitas 08/01/2009 */
/* centralisation des class popin dans le fichier V2structure.css */
.popin{
   position: absolute;
   z-index:300;
   /*background-color: #fff;*/ /* Digitas 17/11/08 Suppression barre blanche au load */
   top: 140px;
   left:50%;
   color: #000;
   margin-left: -325px;
   width: 650px;
}
/*.forSmallPopin{
   top: 280px;
   margin-left: -230px;
   width: 500px;
}*/

.smallPopinNL{
	width:500px;
	margin:0 auto;
}

.validSmallPopin{
   top: 300px;
   margin-left: -196px;
   width: 392px;
}
.popinContent{
   position: relative;
   text-align: left;
	background-color: #fff; /*  Digitas 17/11/08 Suppression barre blanche au load */
}
.popinBody{
   padding: 15px;
   font-size: 1.09em;
}
.popinBody p{
   margin-bottom: 10px;
}
.btClose{
	color:#fff;
	font-size: 1.3em;
	border:1px solid #fff;
	padding: 0 2px;
	position:absolute;
	top:15px;
	right:5px;
	text-decoration: none;
	font-weight: bold;
}
.popinContent H2{
   font-size: 1.63em;
   background-color: #444c5f;
   text-align: center;
	color:#fff;
	padding: 16px 0;
}
.opacDiv{
   position: absolute;
   background: #000000;
   left: 0;
   top: 0;
   width: 100%;
   z-index: 100;
   display: none;
   opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	height:100%;
}

.blockPersoCommande{
	margin-bottom: 15px;
}

.blockPersoCommande h3{
	background:transparent url(../img/checkout/bg_title.gif) repeat-x scroll 0 0;
	color:#FFFFFF;
	font-size:1.27em;
	margin-bottom:14px;
	margin-top:10px;
	padding:3px 10px;
	border-top:1px solid #e3e6e7;
	border-left:1px solid #e3e6e7;
}

.blockPersoCommande label{
	font-weight: bold;
}

.popinBody .blockPersoCommande p input{
	border:1px solid #9f9f9f;
	padding: 0 2px;
	width: 460px;
}


.submitLine2{
	overflow: hidden;
	width: 620px; 
}

.smallPopinNL .submitLine2{
	overflow: hidden;
	width: 470px; 
}

.submitLine2 a{
   float: left;
}
.submitLine2 span{
   float: right;
}
.submitLine2 span a{
   float: none;
}
/* Fin Popin */

/* DIGITAS - 02/09/09 : Ajouts Checkout */
.checkoutNav{
	padding-bottom:10px	
}
.checkoutContent input, .checkoutContent label, .checkoutContent .label, .checkoutContent select{
	vertical-align:	baseline;
}
/* DIGITAS - 02/09/09 : Fin Ajouts Checkout */

.colorAuchan{
	color:#CC0D00;
}
