/* Gaetan Langhade pour www.equallia.com - 2007 */

/* **** LES STRUCTURES */


/* NOTA BENE : si modif du nom de classes ne pas oublier de verifier dans stylesIE6.css et dans stylesIE7.css */

*	{
	margin: 0;
	padding: 0;
}
body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	text-align: center;
	background: #F2F2F2 url(FondPageLatteInferieur.jpg) bottom center repeat-y;

}
img,
fieldset	{
	border: none;
}
li	{
	list-style-type: none;
}
select,
input,
a img	{
	vertical-align: middle;
}
a	{
	color: #000;
}

/* generiques de construction */
.boite	{
	overflow: hidden;
	width: 100%;
}
.gauche	{
	float: left;
}
.droite	{
	float: right;
}
.retour	{
	clear: both;
}
.aGauche	{
	text-align: left;
}
.auCentre	{
	text-align: center;
}
.aDroite	{
	text-align: right;
}
.repere	{
	position: relative;
}
.trans	{
	position: absolute;
	left: -4000px;
}
.demi	{
	float: left;
	width: 50%;
}
.demie	{
	float: left;
	width: 49%;
}
.miGauche	{
	float: left;
	width: 44%;
	padding-right: 5%;
}
.miDroite	{
	float: left;
	width: 44%;
	padding-left: 5%;
}
.miHauteur	{
	vertical-align: middle;
}
.filage	{
	display: inline;
}
.ligne05	{
	margin-top: .5em;
}
.ligne10	{
	margin-top: 1em;
}
.ligne15	{
	margin-top: 1.5em;
}
.ligne20	{
	margin-top: 2em;
}


/* fondations */
form	{
	min-width: 980px;
	background: url(nref_FondPage.jpg) repeat-x center top;}

#header	{
	width: 980px;
	height: 132px;
	/*padding-top:40px;*/
	margin: 0 auto;
	text-align: center;
	background: url(header-small.jpg) top center repeat-x;
}
#content	{
	height: 491px;
	margin: 0 auto;
	text-align: left;
	background: url(bg_contentLast.jpg) center top repeat-x;

	/*padding-top: 25px;*/
	/*background: url(/images/fonds/FondContenu.jpg) top center no-repeat;*/
}
#contenthome	{
	width: 980px;
	height: 491px;
	margin: 0 auto;
	text-align: center;
	/*background: url(bg_contentLast.jpg) repeat-x left top;*/

	/*padding-top: 25px;*/
	/*background: url(/images/temphome.jpg) top center no-repeat;*/
}
div.accueil	{
	background: #FFFFFF !important;
	height: 453px !important;
	padding-top: 0 !important;

}
#content.liste	{
	width: 100%;
	overflow: hidden;
	text-align: center;
	height: 491px;
	padding-top: 0;
	/*background: url(bg_contentLast.jpg) repeat-x left top;*/
}
#footer	{
	width: 980px;
	height: 49px;
	margin: 0 auto;
	background: url(FondPageInferieur.jpg) top center no-repeat;

	/*background: url(FondPageInferieur.jpg) top center no-repeat;*/
}

/* en-tete */
.lAccueil	{
	width: 980px; 
	/*height: 101px;*/
	overflow: visible;

}
.logo	{
	float: left;
	width: 420px;
	text-align: right;

}

.logo img	{
	background: url(new_logo.png) top left no-repeat;
	position: relative;
	z-index: 3;

}

.logo_women	{
	float: left;
	width: 376px;
	text-align: right;
}

.logo_women img	{
	background: url(new_logo_women.png) top left no-repeat;
	position: relative;
	z-index: 3;
}


.gestion	
{
	padding:38px 0 3px 0;
	float: right;
	width: 354px;
	z-index:1000;
position:relative;

	/*background: url(nb_fondPanier.gif) no-repeat right 57px;*/
}

.gestionMarge	{
	float: right;
	width: auto;
	position: relative;
	z-index:1000;
	/*background: url(/images/fonds/bg_infoPanier.jpg) bottom left no-repeat;
	z-index:3;*/ /*deplacé dans stylesIE6*/
}
.para	{
	text-align: right;
	/*padding-right: 8px;*/
	margin-top: 4px;
	display: block;
	
}

#myAccount{
	float:left;
	padding:0;
}


.gestion img	{
	vertical-align: middle;
	margin-left: 10px;
}
.gestion img.gauche	{
	margin-right: 4px;
}
.recherche{
	/*clear: both;
	width: 220px;
	height: 23px;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 45px;*/
}


/* en-tete : volets */
.volet	{
	position: absolute;
	z-index: 3;	
	top: -2px;
	left: 145px;
	width: 202px;
	background: url(FondEnteteVoletHaut.gif) top left no-repeat;
	text-align: left;
	
}
/* #header .panier	{
	top: 40px;
} */
.voletCurseur	{
	position: absolute; 
	top: 0;
}
.enVolet	{
	background: url(FondEnteteVoletBas.gif) bottom left no-repeat;
	width: 184px;
	padding: 0 9px;
	padding-bottom: 13px;
}
.voletLarge p	{
	padding: 0 4px;
}
.voletMoyen p	{
	padding: 0 6px;
}
.voletEtroit p	{
	padding: 0 12px;
}
.voletEtroit p.voletEtroitIntra	{
	padding: 0 15px;
}
.volet img	{
	margin: 0;
}
.voletUnite	{
	background: url(FondEnteteVoletSeparateur.gif) bottom left no-repeat;
	padding-bottom: 17px;
}
.voletUniteFinal	{
	margin-top: 4px;
	background: url(FondEnteteVoletSeparateur.gif) top left no-repeat;
	padding-top: 3px;
}
.voletLarge p.preferencesChamp	{
	margin-top: 3px;
	background: url(FondEnteteVoletFlecheAngle.gif) top left no-repeat;
	padding: 5px 0 0 24px;
}
.voletMembre	{
	margin-top: -9px; 
	padding-top: 17px;
	background: url(FondEnteteVoletFlecheBas.gif) top left no-repeat;
}
.pointillesHautTotal	{
	background: url(FondPointilleMarron.gif) top left repeat-x;
}
.voletTotal	{
	margin: 8px 6px;
	padding: 10px 6px 0 0;
	text-align: right;
}

/* en-tete : menus */
.menu	{
	position: relative;
	z-index: 4;
	clear: both;


}
.menu a	{
	display: block;
	height: 39px;
	white-space: nowrap;
	background: url(FondMenuSeparateur.gif) bottom right no-repeat;
}
/*.menu .dernierMenu a	{
	background: none;
}*/
.menu li a img	{
	/* opacite : dans boite.css */
}
.menu li:hover a img,
.menu li.actif a img	{
	/* opacite : dans boite.css */
}
.menu li li a	{
	background: none;
	height: 18px;
	padding: 4px 6px 0 24px;
}
.menu li li li a	{
	padding-left: 22px;
}


/* pied de page */
#footer .mercIE	{
	padding-top: 8px;
}
#footer a	{
	background: url(FondPiedpageSeparateur.gif) left center no-repeat;
	padding: 0 9px 0 10px;
}
#footer a.gauche	{
	background: none;
	padding: 0;
}
#footer a.dernier	{
	padding-right: 0;
}
#footer a.dernier span	{
	background: url(FondPiedpageSeparateur.gif) right center no-repeat;
	padding-right: 10px;
}
#footer span.droite	{
	padding-right: 8px;
}

/* contenu : avec contenu defilant */
.ordonner	{
	padding: 5px 0 10px 0;
	background: url(FondContenu.jpg) top center no-repeat;
}
.ordonner a	{
	white-space: nowrap; 
	background: url(FondDefilementOrdonnerGauche.jpg) top left no-repeat;
	padding: 5px 0 10px 28px;
}
.ordonner span	{
	background: url(FondDefilementOrdonnerDroite.jpg) top right no-repeat;
	margin: -5px 0 -10px 0;
	padding: 5px 60px 10px 0;
}
.reDouble a	{
	padding-left: 43px;
}
.redouble span	{
	padding-right: 75px;
}
.macroaffi    {
    position: absolute ;
    left: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.affichage	{
	min-width: 980px; 
	margin: 0 auto; 
	position: relative;
}
.listage	{
	margin: 0 auto;
	height: 410px;
	overflow: hidden;
}
.listage div	{
	float: left;
	margin-right: 25px;
}
.listageDouble div	{
	margin-top: 5px;
	height: 170px;
}
.listeCouleurs	{
	width: 171px;
	margin: 0 auto;
}
.votreSelection .listeCouleurs	{
	margin: 0;
}
.listeCouleurs img	{
	width: 31px;
	height: 31px;
	background: url(FondPictoListeCouleur.jpg);
}

.listeCouleurs a img	{
	width: 19px;
	height: 19px;
	background: none;
	margin-left: -25px; 
	vertical-align: top; 
	margin-top: 6px;
}

.listeCouleurs span	{
	position:relative;
	width: 30px;
	height: 30px;
	float:left;
	
}	
	
.listeCouleurs input{
	width: 19px;
	height: 19px;
	background: none;
	/*margin-left: -29px; 
	vertical-align: top; 
	margin-top: 6px;*/
	display:block;
	position:absolute;
	top:6px; left:6px;
}

.listeId	{
	display: none;
	margin:0 auto;
	padding-top: 6px;
	background: url(FondListeIdSeparateurLarge.gif) top center no-repeat;
	text-align:center;
	width:200px;
}
.listageDouble .listeId	{
	/*margin-top: 6px;*/
	background: url(FondListeIdSeparateurEtroit.gif) top center no-repeat;
}
.affiEcher    {
    position: relative; 
    top: 360px;
}
.selectionner	
{
	/* correction pour ajouter bouton reinitialiser
	width: 384px; */
	width:520px;
	margin: 5px auto 0 auto;
}
.selectionner div	{
	float: left;
	position: relative;
	width: 128px;
	height: 17px;
	background: url(FondDefilementSelection.gif) top center no-repeat;
}
.cetteZelection	
{
	background: none !important;
}
.selection	{
	display: block;
	margin: 0 14px;
	width: 82px;
	padding: 1px 18px 0 0; 
	height: 16px;
}
.selectionner p	{
	position: absolute;
	z-index: 5; 
	text-align: left;
/*	display: none;*/
}
.selectionner .actif p	{
	display: block;
}
.selectionPrix,
.selectionTailles	{
	top: -235px; 
	left: 91px; 
	height: 213px; 
	background: url(FondDefilementFiltreRegle.png) top left no-repeat; 
	padding-left: 20px;
}
.selectionPrix a,
.selectionTailles a	{
	display: block;
	text-align: right;
	padding-right: 3px;
	width: 62px;
	padding-top: 6px;
	height: 19px;
	position: absolute;
	background: url(FondDefilementFiltreCurseur.gif) top left no-repeat;
}
.selectionTailles a	{
	text-align: left;
	padding-left: 17px;
	width: 24px;
}
.selectionCouleurs	{
	top: -109px;
	left: 16px;
	height: 98px;
	width: 85px;
	background: url(FondDefilementFiltreCouleurs.png) top left no-repeat;
	padding: 10px 0 0 11px;
}
.selectionCouleurs img	{
	margin: 0 6px 6px 0;
}
.scroller	{
	clear: both;
	padding-top: 10px;
	width: 519px;
	text-align: left; 
	margin: 0 auto;
	overflow: hidden;
}
.scroller p	{
	float: left;
	width: 17px;
	padding-top: 3px;
}
.scroller p.curser	{
	padding-top: 0;
	width: 469px;
	height: 17px;
	background: url(FondDefilementScroll.gif) top left no-repeat;
    position: relative;
}
.scroller p.curser a    {
    position: absolute;
}
.scroller p.droite	{
	text-align: right;
}

/* contenu : avec contenu de largeur fixe */
.hauteurVariable	{
	height: 400px;
	overflow: auto;
}
.incrustration	{
	padding: 15px 0 0 15px;
	background: url(FondBlocHautGauche.gif) top left no-repeat;
}
.incrustrationInterieure	{
	background: url(FondBlocBasDroite.png) bottom right no-repeat;
	padding: 0 23px 23px 0;
}
.votrePanier	{
	width: 620px;
}
.votrePanier .intitule	{
	border: 6px solid #FFFFFF;
	border-bottom: 0;
	background-color: #F0F0F0;
	height: 40px;
	overflow: hidden;
}
.votrePanier h1	{
	float: left;
	width: 50%;
}
.votrePanier .intitule p	{
	float: right;
	width: 45%;
	text-align: right;
}
.votrePanier td.panierDetail img	{
	margin: -4px 15px 6px 0;
	float: left;
}
.votrePanier .boite	{
	width: 620px; 
}
.votrePanier div.gauche	{
	width: 332px; 
	height: 68px; 
}
.votrePanier div.droite	{
	width: 287px; 
	height: 68px; 
	background: url(FondBlocArrondi287Haut.gif) top left no-repeat;
}
.votrePanier .droite div	{
	background: url(FondBlocArrondi287Bas.gif) bottom left no-repeat;
	width: 275px;
	height: 46px; 
	overflow: hidden;
	padding: 22px 6px 0 6px;
}
.votrePanier .droite div p	{
	background: url(FondBoutonsSeparateur.gif) 170px top no-repeat; 
	overflow: hidden;
	width: 275px;
}
.transT	{
	display: none;
}
.etapes	{
	text-align: center;
	margin-top: -11px;
	position: relative;
	z-index: 1;
}
h2.groupement,
p.groupement	{
	background: url(FondSousTitre.gif) right bottom no-repeat;
	height: 35px;
	padding: 10px 60px 0 0;
	float: left;
}
.boitIe	{
	overflow: hidden;
	width: 800px;
	margin-top: -16px;
	position: relative;
	z-index: 1;
	padding-left: 36px;
}
.dePrime	{
	padding-top: 55px;
}
.trottoir,
.trottoirAnglais,
.trottoirEcart	{
	background: url(FondFormulaireSeparateur.gif) top left no-repeat;
	padding-top: 6px;
}
.trottoirAnglais	{
	background: url(FondFormulaireSeparateurDroite.gif) top right no-repeat;
}
.trottoirEcart	{
	background-image: url(FondFormulaireSeparateurEcart.gif);
}
.trottoirBas	{
	background: url(FondFormulaireSeparateurEtroit.gif) top left no-repeat;
}
.votreSelection .trottoir	{
	margin-left: -10px;
	padding-left: 10px;
}
.adresses	{
	clear: both;
	position: relative;
	z-index: 0;
	padding-top: 35px;
	top: -24px;
}
.lesAdresses	{
	overflow: hidden;
	width: 914px;
	padding: 0 33px 33px 10px;
	position: relative;
}
.adresses .gauche,
.adresses .droite	{
	width: 436px;
}
.cetteAdresse	{
	/*padding-top: 34px;*/
	margin-top: -78px;
	/*background-image: url(/images/fonds/FondBlocHautGaucheCourt.gif);*/
	background-image: url(Trans.gif);
	position: relative;
}
/*.cetteAdresse p	{
	background: url(/images/fonds/FondBoutonsSeparateur.gif) 424px top no-repeat; 
}
.cetteAdresse p.droite	{
	background: url(/images/fonds/FondBoutonsSeparateur.gif) 144px top no-repeat; 
}*/
.cetteAdresse p.gauche	{
	background: none;
}
.cetteAdresse div.retour	{
	padding-top: 1.5em;
	margin-left: -14px;
}
.votreSelection	{
	width: 188px;
	padding: 40px 0 0 35px;
	float: left;
}
.votreSelection span	{
	display: block;
}
.selectionOnglets	{
	margin-top: -245px;
	margin-left: -40px; 
	width: 28px;
}
.laSelection	{
	position: relative;
	float: left;
	padding: 0 60px 12px 60px; 
	width: 399px; 
	height: 399px; 
	margin-top: 6px; 
	text-align: center;
	/*background: url(/images/fonds/FondSelection.gif) top left no-repeat; */
	background: url(nref_FondSelection.gif) top left no-repeat;
}
.laSelection p	{
	position: absolute; 
	z-index: 1; 
	right: 61px; 
	bottom: 13px;
}
.croisements	{
	float: right;
	text-align: right;
	width: 220px;
}
.livraison	{
	position: relative; 
	z-index: 0; 
	top: -23px;
	width: 980px;
	overflow: hidden;
}
.livraison1	{
	float: left;
	width: 667px;
	margin-right: -23px;
	position: relative;
	z-index: 2;
}
.cmdTitre	{
	padding-left: 10px; 
	overflow: hidden; 
	width: 600px;
}
.livraison1 .incrustrationInterieure	{
	padding: 0 33px 27px 10px;
	margin-bottom: -23px;
}
.cmdHauteur	{
	height: 114px;
	overflow: auto;	
}
.cmdNumero	{
	text-align: right;
	width: 618px;
	margin-top: 12px;
}
.cmdNumero p	{
	margin-bottom: 3px;
}
.cmdNumero .trottoirAnglais	{
	margin: 2px -2px 0 0;
	padding: 7px 2px 0 0;
}
.cmdNumero .droite	{
	padding-top: 10px;
}
.cmdNumero .gauche	{
	width: 53px;
	text-align: center;
}
.livraison2	{
	width: 290px;
	float: right;
	position: relative;
	z-index: 1;
}
.livraison2 .incrustrationInterieure	{
	width: 247px;
}
.derniereCarte {
	margin-right: -10px;
}
.cmdNumero .retour	{
	padding-top: 3px;
	
}
.livraison .trottoir	{
	/*margin-left: -2px;*/
	padding-left: 2px;
}
.cmdFin	{
	margin-top: 6px;	
}
.cmdFin p	{
	margin-bottom: 0;
}
.cmdFin p.retour	{
	padding-top: 5px;
}


/* popup internes tels que .faitiere */
.enFait,
.enFait2	{
	overflow: hidden;
	width: 552px;
}
.enFait2	{
	margin-top: -26px;
	width: 532px;
}
.faitiereZoom .enFait	{
	width: 674px;
	overflow: hidden;
	padding-top:5px;
}
.deFait	{
	margin-bottom: 22px;
}
.faitiere h2.groupement,
.faitiereZoom h2.groupement {
	background: url(FondSousTitreFait.gif) right bottom no-repeat;
	height: 35px;
	padding: 10px 50px 0 6px;
	float: left;
}
.diversion	{
	margin-left: 20px; 
	width: 505px; 
	height: 255px; 
	overflow: auto; 
	padding: 0 5px;
}
.faitVariable	{
	height: 320px;
	overflow: auto;
}
.faitiere .votreSelection	{
	padding-top: 26px;
}
.faitVariable .votreSelection	{
	padding-left: 28px;
}
.suivi	{
	background: url(FondBoutonsSeparateur.gif) 66px top no-repeat; 
	padding-left: 5px;
}
.suivi input	{
	margin-right: 20px;
}
.reversion	{
	overflow: hidden;
	width: 430px;
	margin: 0 0 7px 14px;
}
.reversion label	{
	display: block;
	float: left;
	background: url(FondFormulaireDescriptionChamp.gif) left center no-repeat;
	padding-left: 14px;
	margin-top: 3px; 
}
.reversion p	{
	float: right;
}
.version label	{
	float: none;
	display: inline;
}
.enFait h2 span img	{
	margin: 0 9px;
}







/* a laisser a la fin a cause heritages */
.cache	{
	display: none;
}
.montre	{
	display: block;
}

