/* Gaetan Langhade pour www.equallia.com - 2007 */

/* **** LES CONTENANTS ARTICULES */

/* les formulaires */
.champ	{
	height: 21px;
	border: 0;
/*	background: white url(/images/fonds/FondChampTexte.gif) top left no-repeat;*/
	
}
.champErronne,
.erronne .champ	{
	background: url(FondChampTexteErronne.gif) top left no-repeat;
}
.recherche .champ	{
	width: 186px;
}
.volet select,
.volet option,
.volet input	{
	border: 1px solid #9C9C9C;
}
.volet .erronne input	{
	border: 1px solid #FF0000;
}
.volet .auCentre input	{
	border: 0;
}
.voletLarge select	{
	width: 154px;
}
.voletEtroitIntra input	{
	width: 152px;
	margin: 3px 0;
}
div.renseigner	{
	clear: both;
	overflow: hidden;
	width: 455px;
	margin-bottom: 8px;
}
.renseigner label	{
	display: block;
	float: left;
	background: url(FondFormulaireDescriptionChamp.gif) left center no-repeat;
	padding-left: 14px;
	margin-top: 3px; 
}
.erronne label	{
	background: url(FondFormulaireDescriptionChampErronne.gif) left center no-repeat;
}
.renseigner p	{
	float: left;
}
.renseigner .champ,
.cmdNumero .champ,
.reversion .champ	{
	border: 1px solid #9E9E9E;
}
p.groupement select	{
	width: 200px;
	border: 1px solid #9C9C9C;
	margin-left: 7px;
}
.adresses .renseigner	{
	padding-left: 3px;
	width: 433px;
}
label.renseigner	{
	background: url(FondFormulaireDescriptionChamp.gif) left center no-repeat;
	padding-left: 14px;
}
.retour label.renseigner	{
	padding-left: 14px;
	margin-left: 16px;
}
select.groupement	{
	border: 1px solid #9C9C9C;
}
.cetteAdresse p input	{
	margin-left: 10px;
}
.modeLivraison select	{
	font-size: 1em;
}
.modeLivraison option	{
	padding-right: 10px;
}
.cmdNumero label	{
	background: url(FondFormulaireDescriptionChampCmd.gif) left center no-repeat; 
	padding-left: 10px;
}
.cmdNumero div label	{
	float: left;
	margin-top: 4px;
}
.cmdNumero .gauche label	{
	background: none; 
	float: none;
	display: block;
	margin: 0 0 3px 0;
	padding: 0;
}
.cmdNumero .champ	{
	width: 122px;
}


/* les tableaux de donnees */
.votrePanier table	{
	border: 6px solid #FFFFFF;
	width: 100%;
}
.votrePanier th	{
	border-right: 1px dotted #F7F7F7;
	background-color: #CCCCCC;
	padding: 4px 6px;
	text-align: center;
}
.votrePanier th.panierDetail	{
	text-align: left;
}
.votrePanier th.panierTotal	{
	text-align: right;
	padding-right: 8px;
}
.votrePanier td	{
	border-right: 1px dotted #D4D4D4;
	padding-top: 9px;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}
.votrePanier td.panierDetail	{
	text-align: left;
}
.votrePanier td.panierTotal	{
	text-align: right;
	padding-right: 8px;
}
.votrePanier .panierPied td	{
	border-top: 1px solid #FFFFFF;
	border-width: 1px 0 0 0;
	background-color: #F0F0F0;
	padding: 2px 0 3px 0; 
}
.votrePanier .panierPied strong	{
	background: #CCCCCC url(FondPanierTotalGauche.gif) top right no-repeat; 
	display: block; 
	padding-top: 2px; 
	height: 15px;
}
.votrePanier .panierPied td.panierTotal	{
	padding-right: 2px;
}
.votrePanier .panierPied td.panierTotal strong	{
	background: #FFFFFF url(FondPanierTotalDroite.gif) top left no-repeat; 
	padding: 2px 6px 0 0;
}
.votreCommande	{
	width: 607px;/* modification de 608 a 607px afin de supprimer le scroll horozontal*/
}
.votreCommande th,
.votreCommande td	{
	border: 2px solid #FFFFFF;
	border-width: 0 2px 2px 0;
	height: 22px;
	vertical-align: middle;
}
.votreCommande .cellDer	{
	border-right: 0;
	padding-right: 16px;
	width: 100px;
}
.votreCommande	{
	background-color: #f0f0f0;
	text-align: center;
}
.total	{
	background-color: #000000;
	text-align: right;
}
tbody .total th,
tbody .total td	{
	border-bottom: 0;
}
.modeLivraison	{
	height: 30px;
	background-color: #FFFFFF;
	text-align: right;
}
.total th,
.modeLivraison th,
.remise th,
.sousTotal th	{
	padding-right: 26px;
}
.laCommande th	{
	text-align: left;
	padding-left: 16px;
	width: 300px;
}
.laCommande .cellDer	{
	text-align: right;
}
.remise	{
	background-color: #fafafa;
	text-align: right;
}
.sousTotal	{
	background-color: #d0d0d0;
	text-align: right;
}

/* les listes */
.volet dt	{
	float: left;
	clear: left;
	margin-top: 6px;
	padding-left: 7px;
	width: 120px;
}
.volet dd	{
	float: right;
	text-align: right;
	margin-top: 6px;
	padding-right: 12px;
	width: 40px;
}
ul.agirSelection	{
	margin-left: 10px;
}
ul.agirSelection li	{
	list-style-position: outside;
	list-style-image: url(PuceListe.gif);
}
ul.agirSelection a	{
	position: relative;
	left: -4px;
}


/* les listes : menus de navigation : niveau menus */



.menu ul	{
	/*display: table; */
	margin: -2px auto 0 auto; 
	position:relative;
	z-index:1;

}
.menu li	{
	float: left;
	position: relative;
	z-index:4;

}
.menu li:hover,
.menu li.actif	{
	background: url(FondMenuAct.png) top center no-repeat;
}
.menu li.dernierMenu:hover,
.menu li.dernierMenuactif	{
	background: url(FondMenuAct.png) top center no-repeat;

}

.menu li.dernierMenu a {
	background: none;
}


/* NB 1 : .menu li:hover a img { background: url(/images/FondMenu.png) bottom left no-repeat; } 
ne fonctionne par sur IE 7 avec opacite
NB 2 : .menu li:hover { a img,filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/FondMenu.png'); 
fonctionnerait aussi sur IE 7, comme sur IE 6, mais privilegier les proprietes standards */

/* les listes : menus de navigation : niveau sous-menus */
.menu li ul	{
	position: absolute;
	top: 35px;
	padding: 8px 0 12px 0;
	margin: 0;
	background: url(FondMenuSsMInf.png) bottom center no-repeat;
	min-width: 140px;
	display: none;
}
.menu li:hover ul,
.menu li.actif ul	{
	display: block;
}
.menu li li	{
	float: none;
	min-width: 140px;
	background: url(test_FondMenuSsM.gif) top left no-repeat;
}
.menu li li:hover,
.menu li li.actif,
.menu li li.dernierMenuActif  {
	background: url(FondMenuSsM.gif) bottom left no-repeat;
}

/* les listes : menus de navigation : niveau sous-sous-menus */
.menu li li ul	{
	background: none;
	padding: 0;
	top: 0;
	left: 100%;
}
.menu li:hover li ul,
.menu li.actif li ul	{
	display: none;
}
.menu li:hover li:hover ul,
.menu li.actif li:hover ul,
.menu li.actif li.actif ul	{
	display: block;
}
.menu li li li,
.menu li li li:hover,
.menu li li li.actif {
	background: url(FondMenuSsSsM.gif) top left no-repeat;
}

/*-----------rajout-module-zoom-input-------------*/

#arrowDef {
	color:#7e7e7e;
	font-weight:bold;
	font-size:11px;
	float:right;
	padding-top:10px;
}

#colorDef,
#colorView {
	/*background: url(/images/divers/bg_zoomDefil.gif) no-repeat left;*/
	height:21px;
	float:left;
	overflow:hidden;
}

#colorDef li,
#colorView li {
	float:left;
}

.leftDefile 
{
	background:url(left_zoomDefil.png) no-repeat left;
	padding:0 2px;
	height:17px;
}

.rightDefile 
{
	background:url(rightZoomDefil.png) no-repeat right;
	padding:0 2px;
	height:17px;
}

.centerDefile 
{
	background:url(bg_zoomDefil.png) repeat-x left top;
	padding:3px 5px 3px 5px;
	float:left;
}

/*---------------------rajout ben --------------------*/

.actions {
	padding:3px 10px 5px 0;
}
.actions a{
	background:url(PuceListe.gif) no-repeat left;
	text-decoration:none;
	padding-left:7px;
}

.actions a:hover{
	text-decoration:underline;
}

.champText {
	background: white url(FondChamptextarea.gif) top left no-repeat;
	width:865px; 
	height:100px;
	border: 1px solid #9E9E9E;
	overflow:auto;
}

.votreHisto	{
	width: 865px;
}

.votreHisto th	{
	background: white url(PuceHisto.gif) left no-repeat;
	padding:5px 0 5px 10px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.votreHisto table{
	padding-bottom:20px;
}

.votreHisto td	{
	border-right: 1px dotted #D4D4D4;
	padding-top: 9px;
	padding-bottom:5px;
	text-align: center;
	border-bottom: 1px solid #D4D4D4;
	border-top: 1px solid #D4D4D4;
	vertical-align:top;
	color:#737272;
}

.boiteHistorique {
	background: url(fondFaitiereLarge.gif) top left no-repeat;
	width:896px; 
	height:416px;
	padding:0 5px 0 15px;
	margin:auto;
	overflow:auto;
}
.boiteHistoriqueSimple{
	width:966px; 
	height:416px;
	overflow:auto;
}

.enFaitLarge {
	overflow: hidden;
	width: 896px;
}	

.miHauteur {
	vertical-align:middle;
}

.surl1 {
	color:#000000;
	font-weight:bold;
}

/*---------------------------offres exclusives-------------------------------*/
.bgOffreExclu {
	background:url(bg_produit_exclu.gif) repeat-x left top;
}

.upOffreExclu {
	background:url(bg_top_cont_pexclu.gif) no-repeat left top;
	width:970px;
	height:14px;
	margin:0 auto;
}

.contentOffreExclu {
	background:url(bg_cont_product_exclu.gif) repeat-y;
	width:970px;
	margin:0 auto;
	overflow:hidden;
}
.leftContentOffreExclu {
 	background:url(bg_left_exclu.gif);
	width:472px;
	height:218px;
	float:left;
	padding-left:15px;
}
.descOffreExclu {
	width:245px;
	padding:0 5px;
	text-align:left;
	float:left;
}

.rightContentOffreExclu {
 	width:468px;
  	float:right;
}

.selOffreExclu {
	overflow:hidden;
	width:468px;
}

.selOffreExcluPart {
	float:left; 
	width:139px;
	height:215px;
	padding-right:17px; 
	background:url(border_product_exclu.gif) no-repeat 152px bottom;
}

.selOffreExclu .noBorder{
	float:left; 
	width:139px;
	padding:0; 
	background:none;
}

.selOffreExclu ul {
	overflow:hidden;
	width:129px;
	padding: 0 5px;
}

.selOffreExclu li,
.selOffreExclu a {
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}

.chooseProduct{
	background:url(bg_choose_product_exclu.gif) no-repeat;
	width:139px;
	height:20px;
	padding-top:5px;
	color:white;
	font-weight:bold;
}

.resultOffreExclu {
	 overflow:hidden;
	 width:468px;
	 clear:both;
	 height:17px;
	 padding-left:502px;
}

.totalOffreExclu {
	float:left;
	text-align:left;
	background:url(/images/bundles/bg_sousTotal_pexclu.gif) no-repeat;
	width:322px;
	height:15px;
	padding:2px 0 0 5px;
	text-transform:uppercase;
	font-weight:bold;
	color:#b13434;
}

.priceOffreExclu {
	background:url(/images/bundles/bg_result_sousTotal_pexclu.gif) no-repeat;
	width:134px;
	height:15px;
	padding:2px 0 0 5px;
	font-weight:bold;
	color:#b13434;
	text-align:right;
	float:right;
}

.surl2 {
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}

/*----------------------panier large------------------*/

#header .voletGrand	{
	top: 2px;
	left: 10px;
	width: 222px;
	background: url(FondEnteteVoletHautLarge.gif) top left no-repeat;
	text-align: left;
}
.enVoletGrand	{
	background: url(FondEnteteVoletBasLarge.gif) bottom left no-repeat;
	width: 204px;
	padding: 0 9px;
	padding-bottom: 13px;
}

.voletGrand select,
.voletGrand option,
.voletGrand input	{
	border: 1px solid #9C9C9C;
}
.voletGrand .erronne input	{
	border: 1px solid #FF0000;
}
.voletGrand .auCentre input	{
	border: 0;
}

.voletGrand .erronne input	{
	border: 1px solid #FF0000;
}
.voletGrand .auCentre input	{
	border: 0;
}

.voletGrand dt	{
	float: left;
	clear: left;
	margin-top: 6px;
	padding-left: 7px;
	width: 120px;
}
.voletGrand dd	{
	float: right;
	text-align: right;
	margin-top: 6px;
	padding-right: 12px;
	width: 40px;
}

.voletGrand	{
	position: absolute;
	z-index: 3;
	display:block;	
}

.voletGrand img	{
	margin: 0;
}


/*-----------------------rajout benoit--------------*/

body#checkBody {
	height:100%;
	min-height:100%;
}

form.checkForm {
	background: #030303 url(new_headerqs-ecom_check.jpg) no-repeat center top;	
	position:relative;
	height:100%;
	min-height:100%;
}

#header.checkHead {
	width: 980px;
	height: 122px;
	padding:0;
	background:none;
}

.largeContent {
	background: #FFF url(bg_shw_etapes.gif) repeat-x top;
	width:100%;
	padding:0;	
}

#footer.checkFoot {
	height:29px;	
	background: url(FondPageInferieur.jpg) top center no-repeat;

}

.checkContent {
	width:980px; 
	margin:0 auto;
	text-align:left;
	height:auto;
}

.fondBoite	{
	overflow: hidden;
	width: 100%;
	margin-top:20px;
}

.clear{
	clear:both;
	height:1px;
	line-height:0;
	font-size:1px;
}

.gaucheLivraison label {
	display:block;
	float:left;
	text-align:right;
	width:150px;
	}
	
.gaucheLivraison p {
	overflow:hidden;
	width:460px;
	padding:4px 0;
	clear:both;
}
	
.gaucheLivraison textarea {
	width:300px;
	height:60px;
	overflow:hidden;
	float:right;
}
	
.gaucheLivraison select,
.gaucheLivraison input
 {
	display:block;
	float:right;
	width:300px;
	text-align:left;
}

.idBox {
	background:url(bg_bot_idBox.gif) no-repeat bottom;
	width:465px;
	padding:0 0 30px 0;
	height:300px;
	text-align:left;
	font-size:12px;
	
}
.idBoxContent {
	background:url(bg_top_idBox.gif) no-repeat top;
	width:425px;
	padding:5px 20px 0 20px;
	overflow:hidden;
}

.idBox label {
	display:block;
	float:left;
	text-align:right;
	width:130px;
	padding:3px 10px 0 0;
	
}

.idBox p {
	overflow:hidden;
	padding:10px 0 0 5px;
}


.idBox .champ {
	display:block;
	float:right;
	width:260px;
	border: 1px solid #9E9E9E;
	
}
div.fullfill	{
	clear: both;
	overflow: hidden;
	width: 470px;
	margin-top:8px;
}
.fullfill label	{
	display: block;
	float: left;
	margin-top: 3px; 
	text-align:right;
	width:153px;
	padding-right:15px;
}
	
.fullfill .champ {
	border: 1px solid #9E9E9E;
}

.idBox .titreBox {
	 color:#FFF;
	 font-weight:bold;
	 font-size:13px;
	 text-align:left;
	 padding-top:3px;
}

div.modFill	{
	clear: both;
	overflow: hidden;
	float:right;
	width: 470px;
	margin-top:8px;
}
.modFill label	{
	display: block;
	float: left;
	margin-top: 3px; 
	text-align:right;
	padding-right:10px;
	width:250px;
}
.modFill span	{
	width:20px;	
}

.modFill .champ {
	border: 1px solid #9E9E9E;
}


.modFill input	{
	display: block;
	float:right;
}

.leftPaiement {
	float:left; 
	width: 680px; 
	overflow:hidden;
	font-size:11px;
}

.bottomShad {
	background:url(bg_shw_footer.gif) repeat-x left;
	height:15px;
}

.adResult {
	color:#7a7a7a;
	}
.rightBox {
	 background:#f0efef; 
	 padding: 10px;
}

.modaleBox 
{
	padding: 10px 30px;
}

.checkoutBtn
{
	border:1px solid #9E9E9E;
}

.leftPaiement .incrustration
{
	padding:0;
}

.rightBox textarea 
{
	overflow:auto;
}

.forceBtn 
{
	padding:10px 0 0 110px;
}
	
.salesPrice	
{
	color: #d3212d;
}


#postbackPanelInfosBasket_Content 
{
	text-align:right;
}

#postbackPanelInfosBasket
{
	text-align:right;
}


/*------------shop Locator---------------*/

.idBoxLocatorGauche{
	background:url(bg_bot_idBox.gif) no-repeat bottom;
	width:465px;
	padding:0 0 30px 0;
	height:200px;
	text-align:left;
	font-size:12px;	
	float:left;
}
.idBoxLocatorDroite{
	background:url(/images/fonds/bg_bot_idBoxLocator.gif) no-repeat bottom;
	width:465px;
	padding:0 0 30px 0;
	height:200px;
	text-align:left;
	font-size:12px;	
	float:right;
}
.idBoxLocatorDroite .idBoxContentLocator {
	background:url(/images/fonds/bg_top_idBoxLocator.gif) no-repeat top;
	width:425px;
	padding:5px 20px 0 20px;
	overflow:hidden;
}

.idBoxLocatorGauche .idBoxContentLocator {
	background:url(/images/fonds/bg_top_idBox.gif) no-repeat top;
	width:425px;
	padding:5px 20px 0 20px;
	overflow:hidden;
}

.idBoxContentLocator .titreBox {
	 color:#FFF;
	 font-weight:bold;
	 font-size:13px;
	 text-align:left;
	 padding-top:3px;
	 text-align:center;
}

.shopName span 
{
	text-align:center;
	display:block;
	font-weight:bold;
	padding-bottom:3px;
}

.idBoxLocatorDroite table{
	width:100%;
}
.idBoxLocatorDroite p{
	padding-top:2px;
	font-weight:bold;
}

.idBoxLocatorGauche a
{
	color:#9f9f9f;
	text-decoration:none;
	font-weight:bold;
	padding-top:5px;
	display:block;
}

.idBoxLocatorGauche a:hover
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.champLocator 
{
	width:180px;
}

.forceLinks a
{
	color:#FFFFFF! important;
}





	
