/*---------Début Style Boutique---------*/

.borderBlocStyleEcommercio{
	border: solid 1px #C4C4C4;
	margin: 10px 5px !important;
	margin: 10px 0;
	width: 98%;
}

.fieldsetBlocStyleEcommercio{
	border: solid 1px #C4C4C4;
	margin: 10px 5px !important;
	margin: 10px 0;
	padding: 5px;
	width: 97%;
	display: block;
}

.widthHalf{
	float: left;
	width: 47%;
	margin: 5px 4px !important;
	margin: 5px 2px;
}

.widthHalfInterne{
	float: left;
	width: 48%;
	margin: 5px !important;
	margin: 5px 2px;
}

.widthMax{
	width: 100%;
}

.widthTableau{
	width: 99%;
}

.borderTableau{
	border: solid 1px #C4C4C4;
}

.titreBlocStyleEcommercio{
	background: #F2F2F2;
	padding: 5px;
	border-bottom: solid 1px #C4C4C4;
	color: #303030;
	font-weight: bold;
}

.legendBlocStyleEcommercio{
	padding: 5px;
	color: #303030;
	font-weight: bold;
}

.titreTableauStyleEcommercio{
	padding: 5px;
	color: #303030;
	font-weight: bold;
}

.titreTableauStyleEcommercio span{
	padding: 0 5px;
	background: #fff;
	position: relative;
	top: -12px;
}

.contenuBlocStyleEcommercio{
	padding: 10px;
}

.height270{
	height: 270px;
}

.height100{
	height: 100px;
}

.heightFieldsetCommande{
	height: 165px;
}

.heightFieldsetAccount{
	height: 120px;
}

.txtAlignLeft{
	text-align: left;
}

.txtAlignCenter{
	text-align: center;
}

.txtAlignRight{
	text-align: right;
}

.txtUnderline{
	text-decoration: underline;
}

.txtLineThrough{
	text-decoration: line-through;
}

.messageError{
	color: red;
	padding: 10px 0;
	font-weight: bold;
}

.messageValid{
	color: green;
	padding: 10px 0;
	font-weight: bold;
}

.blocAriane{
	float: left;
	width: 100%;
	margin: 10px 0 10px 4px !important;
	margin: 10px 0 10px 0px;
	color: #999;
	font-size: 12px;
}

.blocAriane a{
	color: #999;
}

.bgtxtArianeLeft{
	float: left;
	width: 16%;
	padding: 0 0 0 0;
	font-weight: bold;
	background: url("/boutique/img/bgArianeLeft.gif") no-repeat left #e7e7e7;
	border: solid 1px #fff;
}

.bgtxtArianeRight{
	float: left;
	width: 87% !important;
	width: 92%;
	padding: 5px 0 5px 20px !important;
	padding: 5px 0 5px 10px;
	background: url("/boutique/img/bgArianeRight.gif") no-repeat right;
}

.bgtxtArianeRight.selected{
	color: #333;
	background: url("/boutique/img/bgArianeRightSelected.gif") no-repeat right;
}

.leftFormContact{
	float: left;
	width: 30%;
	text-align: right;
	padding-right: 5px;
}

.leftFormIdent{
	float: left;
	width: 40%;
	text-align: right;
	padding-right: 5px;
}

.leftFormClient{
	float: left;
	width: 46%;
	text-align: left;
	padding-right: 5px;
}

.leftFormPassword{
	float: left;
	width: 50%;
	text-align: right;
	padding-right: 5px;
}

.leftFormEmail{
	float: left;
	width: 50%;
	text-align: right;
	padding-right: 5px;
}

.leftFormNewsletter{
	float: left;
	width: 2%;
	text-align: right;
	padding-right: 5px;
}

.leftFormRadio{
	float: left;
	width: 3%;
	text-align: right;
	padding-right: 5px;
}

.leftFormCommande{
	float: left;
	width: 65%;
	padding-right: 5px;
}

.leftFormSearch{
	float: left;
	width: 60%;
	padding-right: 5px;
}

.noMargin{
	margin: 0;
}

.marginTopBottomMini{
	margin: 5px 0;
}

.marginTopBottomMiddle{
	margin: 10px 0;
}

.marginTopBottomBig{
	margin: 15px 0;
}

.marginAllMini{
	margin: 5px !important;
	margin: 5px 0;
}

.marginBottomMini{
	margin: 0 0 5px 0;
}

.marginBottomMiddle{
	margin: 0 0 10px 0;
}

.noPadding{
	padding: 0;
}

.paddingTopBottomMini{
	padding: 5px 0;
}

.paddingTopBottomMiddle{
	padding: 10px 0;
}

.paddingTopBottomBig{
	padding: 15px 0;
}

.paddingAllMini{
	padding: 5px;
}

.paddingLeftRightMini{
	padding: 0 5px;
}

.clear{
	clear: both;
}

.clearLeft{
	clear: left;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.colorRed{
	color: red;
}

.colorBlack{
	color: #000;
}

.colorGrisFonce{
	color: #999;
}

.colorGrisClair{
	color: #ccc;
}

.color990000{
	color: #990000;
}

.colorInputGrisClair{
	color: #ccc;
}

.colorInputGrisClair:focus{
	color: #333;
}

.colorInputGrisFonce{
	color: #333;
}

.fontSizeMini{
	font-size: 10px;
}

.fontSizeMiddle{
	font-size: 50%;
}

.fontSizeMiddlePlus{
	font-size: 80%;
}

.fontSizePrix{
	font-size: 17px;
}

.fontSizeBig{
	font-size: 24px;
}

.fontWeightBold{
	font-weight: bold;
}

.backgroundBlanc{
	background: #fff;
}

.backgroundGrisTresClair{
	background: #f2f2f2;
}

.backgroundGrisClair{
	background: #e7e7e7;
}

.backgroundHoverGrisClair:hover{
	background: #e7e7e7;
}

.backgroundGrisMoyen{
	background: #ccc;
}

.backgroundGrisMoyenPlus{
	background: #c4c4c4;
}

.inputContact{
	width: 300px;
}

.selectContact{
	width: 312px;
}

.inputClient{
	width: 157px;
}

.selectClient{
	width: 160px;
}

.nbColonnes1, .nbColonnes{
	width: 100%;
}

.nbColonnes2{
	float: left;
	width: 48%;
	margin: 5px !important;
	margin: 5px 0px;
}

.nbColonnes3{
	float: left;
	width: 31%;
	margin: 5px !important;
	margin: 5px 0px;
}

.nbColonnes4{
	float: left;
	width: 23%;
	margin: 5px !important;
	margin: 5px 0px;
}

.paginationRayon{
	float: left;
	clear: both;
	width: 100%;
	padding: 5px 0;
}

.paginationMarques{
	float: left;
	clear: both;
	width: 100%;
	padding: 5px 0;
}

.paginationSearch{
	float: left;
	clear: both;
	width: 100%;
	padding: 5px 0;
}

.paginationSpecials{
	float: left;
	clear: both;
	width: 100%;
	padding: 5px 0;
}

.paginationCrossSelling{
	float: left;
	clear: both;
	width: 100%;
	padding: 5px 0;
}

.paginationLeft{
	width: 30%;
	float: left;
	text-align: right;
	padding: 5px 0;
}

.paginationMiddle{
	width: 35%;
	float: left;
	padding: 5px 0;
}

.paginationRight{
	width: 30%;
	float: left;
	padding: 5px 0;
}

.btnProcessRetour{
	font-weight: bold;
	color: #333;
	padding: 2px 10px;
	width: 230px;
	border: 0;
	/*background: url("/boutique/img/bgBtnProcess.gif") repeat-x;*/
	background: #ccc;
	margin: 0 5px;
}

.btnProcessRetour:hover{
	border: 0;
	/*background: url("/boutique/img/bgBtnProcessHover.gif") repeat-x;*/
	background: #333;
	color: #fff;
}

.btnProcessSuivant{
	font-weight: bold;
	color: #333;
	padding: 2px 10px;
	width: 270px;
	border: 0;
	/*background: url("/boutique/img/bgBtnProcess.gif") repeat-x;*/
	background: #ccc;
	margin: 0 5px;
}

.btnProcessSuivant:hover{
	border: 0;
	/*background: url("/boutique/img/bgBtnProcessHover.gif") repeat-x;*/
	background: #333;
	color: #fff;
}

.spaceurHeight{
	padding: 10px 0;
}

/*---------Fin Style Boutique---------*/

/*---------DÃ©but bulle ajout panier---------*/
#addInfo{
	position: absolute;
	left: 50%;
	width: 500px;
	height: 0px;
	margin-left: -25%;
	z-index: 15;
}

.addInfoClass {
	width: 500px;
	z-index: 14000;
}
		 
.addInfotool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #CCCCCC;
	padding: 8px 8px 4px;
	background: url(/boutique/img/bubble.png) top left;
	text-align:center;
}
		 
.addInfotool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	text-align:center;
	background: url(/boutique/img/bubble.png) bottom right;
}

.addInfotool-loading {
	background: url(/boutique/img/ajax_load.gif) center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}
/*---------Fin bulle ajout panier---------*/

/*---------DÃ©but Filtre Box---------*/
.filtres_box {
border:1px solid #AAAAAA;
margin:10px 20px 10px 8px;
padding:10px 10px 5px 10px;
}
.filtres_box legend {
font-size:14px;
font-weight:bold;
padding:0 10px 0 10px;
}
.filtres_box .filtre_select {
font-size:12px;
margin:5px 5px 3px 0;
width:140px;
padding: 2px;
border: solid 1px #e3e3e3;
background: url("/boutique/img/form_bg.jpg") repeat-x;
}
.filtres_box .filtre_select option{
background: #fff;
}
.filtres_box .delete_box {

}
.filtres_box .delete_filtre {
background:url("/boutique/img/delete_filter.png") no-repeat 2px;
padding:0 0 0 14px;
margin:0 10px 0 0;
border:0px;
cursor:pointer;
}
/*---------Fin Filtre Box---------*/