/**
  * itemstyle by ItemStyle
  * @author RM  
  * @copyright www.itemstyle.com
  * @version 3.1 pour ItemStyle 3.1 HTML5 - CSS3
  */  
/*
*/
/**  conteneur general*/

html,body{
margin:0;
padding:0;
}
#superbox,#customize_ITEMSTYLE{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background-image:url("./images/bg.png");
background-repeat:repeat;
-webkit-user-select: none;

}
/**  conteneur  */
#customize_ITEMSTYLE #conteneur{
position:relative;

}
/** mini loading **/
#miniLoadingIS
{
display:none;
position:absolute;
background-image:url("./images/ajax-loader.gif");
background-repeat:no-repeat;
z-index:10000;
width:32px;
height:32px;
}
/**  debug  */
#loaderIS
{
 position:absolute;
 z-index:30000;

}
#debugIS{
 position:absolute;
 z-index:30000;
 display:none;
font-family:verdana;
font-size:12px;
color:#000000;
font-weight:bold;
background-color:#ededed;
text-align:center;
padding:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
width:250px;
}
#fondLoaderIS{
position:absolute;
background-image:url("./images/bg.png");
background-repeat:repeat;
z-index:10000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

#boxelemIS{
position:absolute;
z-index:500;
display:none;
}

/**  conteneur navigationb face */
#navigationFace{
font-size: 20px;
padding:10px;

}
#navigationFace  #button1,#navigationFace  #button2,#navigationFace #button3,#navigationFace #button4,#navigationFace #button5 {
	display:none;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#DF7221;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:90px;
	text-decoration:none;
	text-align:center;
	
}
#navigationFace  .button{
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
}
#navigationFace  #button1:hover,#navigationFace  #button2:hover,#navigationFace  #button3:hover,#navigationFace  #button4:hover,#navigationFace  #button5:hover,#navigationFace .buttonactif {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}



#zoneFondIS, #zoneFondISB, #zoneFondISC, #zoneFondISD, #zoneFondISE, #zoneFondISE,#zoneFaceIS,#zoneFaceISB,#zoneFaceISC,#zoneFaceISD,#zoneFaceISE
{
position:absolute;
background-repeat:no-repeat;
display:none;
}




/**  mark zone  */
#customize_ITEMSTYLE #conteneur #zoneTopIS{
position:absolute;
z-index:999;
border-style:dashed;
border-color:#999999;
border-top:1px;
border-width:1px;
}
#customize_ITEMSTYLE #conteneur #zoneLeftIS{
position:absolute;
z-index:999;
border-style:dashed;
border-color:#999999;
border-left:1px;
border-width:1px;
}
#customize_ITEMSTYLE #conteneur #zoneBottomIS{
position:absolute;
z-index:999;
border-style:dashed;
border-color:#999999;
border-bottom:1px;
border-width:1px;
}
#customize_ITEMSTYLE #conteneur #zoneRightIS{
position:absolute;
z-index:999;
border-style:dashed;
border-color:#999999;
border-right:1px;
border-width:1px;
}
/**  table conteneur */
#customize_ITEMSTYLE #conteneur #table
{
display:table;
width:100%;
margin:0;
padding:0;
margin-left:15px;
}

/**  conteneur model canvas colonne de gauche */
#customize_ITEMSTYLE #conteneur #model{
display:table-cell;
vertical-align:top;
padding-left:10px;
padding-top:10px;
padding-right:10px;
padding-bottom:10px;
border: 1px solid rgba(255, 255, 255,0.8);
-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-webkit-box-shadow: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}
#canvasModelTmp{
display:none;
}
/**  conteneur colonne de droite */ 
#customize_ITEMSTYLE #conteneur #conteneurList{
display:table-cell;
padding-left:2px;
vertical-align:top;
}
#canvasModel{

}
/** conteneur limitation **/

#limitationIS
{
position:absolute;

}
.limitationLeftIS
{
position:absolute;
z-index:999;
border-style:dashed;
border-color:#999999;
border-left:1px;
border-width:1px;
}
.limitationTopIS
{
position:absolute;
z-index:999;
border-style:dashed;
border-color:#999999;
border-top:1px;
border-width:1px;
}
.limitationBottomIS
{
position:absolute;
z-index:999;
border-style:dashed;
border-color:#999999;
border-bottom:1px;
border-width:1px;
}
.limitationRightIS
{
position:absolute;
z-index:999;
border-style:dashed;
border-color:#999999;
border-right:1px;
border-width:1px;
}
/**  conteneur limitation Browser */
#customize_ITEMSTYLE #conteneur #browserIS{
position:absolute;
display:none;
z-index:11001;
width:400px;
height:130px;
background-color:#FFFFFF;

-webkit-box-shadow: 0pt 0px 0px rgba(105, 108, 109,  0.1),	0px 0px 2px 2px rgba(222, 222, 222, 0.2) inset;
-moz-box-shadow: 0pt 0px 0px rgba(105, 108, 109,  0.1),	0px 0px 2px 2px rgba(222, 222, 222, 0.2) inset;
box-shadow: 0pt 0px 0px rgba(105, 108, 109,  0.1),	0px 0px 2px 2px rgba(222, 222, 222, 0.2) inset;
-webkit-box-shadow: 1px;
-moz-border-radius: 5px;
border-radius:5px;
padding:20px;
}


#customize_ITEMSTYLE #conteneur #browserIS #cadreNOIE{
float:left;
width:150px;
height:150px;
background-image:url("./../images/msie-no8.jpg");
background-repeat:no-repeat;
}
#customize_ITEMSTYLE #conteneur #browserIS #cadreNOFirefox{
float:left;
width:150px;
height:150px;
background-image:url("./../images/firefox-no.jpg");
background-repeat:no-repeat;
}
#customize_ITEMSTYLE #conteneur #browserIS #cadreNOChrome{
float:left;
width:150px;
height:150px;
background-image:url("./../images/chrome-no.jpg");
background-repeat:no-repeat;
}
#customize_ITEMSTYLE #conteneur #browserIS #cadreNOSafari{
float:left;
width:150px;
height:150px;
background-image:url("./../images/safari-no.jpg");
background-repeat:no-repeat;
}
#customize_ITEMSTYLE #conteneur #browserIS #cadreNOOPera{
float:left;
width:150px;
height:150px;
background-image:url("./../images/opera-no.jpg");
background-repeat:no-repeat;
}
#customize_ITEMSTYLE #conteneur #browserIS #cadreNOText{
float:right;
margin-top:20px;
width:205px;
font-size:11px;
font-family:verdana;
color:#000000;
font-weight:bold;
}
#customize_ITEMSTYLE #conteneur #browserIS #Button{

 margin-top:20px;
 margin-left:20px;
 cursor:pointer;
 -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#DF7221;
	width:130px;
	height:25px;
	line-height:25px;
	
	text-decoration:none;
	text-align:center;

     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	

}
#customize_ITEMSTYLE #conteneur #browserIS #Button a{
font-family:verdana;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	color:#DF7221;
	text-decoration:none;
}

/** fenetre confirm **/
#customize_ITEMSTYLE #conteneur #confirmIS{
position:absolute;
display:none;
z-index:11001;
width:250px;
height:80px;
background-color:#EBEBEB;
border:1px solid #dcdcdc;
-webkit-box-shadow: 0pt 0px 0px rgba(105, 108, 109,  0.1),	2px 2px 2px 2px rgba(222, 222, 222, 0.2) inset;
-moz-box-shadow: 0pt 0px 0px rgba(105, 108, 109,  0.1),	2px 2px 2px 2px rgba(222, 222, 222, 0.2) inset;
box-shadow: 0pt 0px 0px rgba(105, 108, 109,  0.1),	2px 2px 2px 2px rgba(222, 222, 222, 0.2) inset;
-webkit-box-shadow: 2px;
-moz-border-radius: 5px;
border-radius:5px;
padding:20px;
text-align:center;
}
#customize_ITEMSTYLE #conteneur #confirmIS .buttonConfirm,#customize_ITEMSTYLE #conteneur #confirmIS .buttonConfirmSauv
{
 margin-top:29px;
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#DF7221;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:90px;
	text-decoration:none;
	text-align:center;
	margin-right:5px;
	cursor:pointer;
	}

#customize_ITEMSTYLE #conteneur #confirmIS .message
{
color:#000000;
font-family:verdana;
font-size:11px;
font-weight:bold;
}

/** conteneur facebook **/
#customize_ITEMSTYLE #conteneur #facebookIS{
position:absolute;

display:none;
z-index:11001;
width:450px;
height:150px;
background-color:#EBEBEB;
border:1px solid #dcdcdc;
-webkit-box-shadow: 0pt 0px 0px rgba(105, 108, 109,  0.1),	2px 2px 2px 2px rgba(222, 222, 222, 0.2) inset;
-moz-box-shadow: 0pt 0px 0px rgba(105, 108, 109,  0.1),	2px 2px 2px 2px rgba(222, 222, 222, 0.2) inset;
box-shadow: 0pt 0px 0px rgba(105, 108, 109,  0.1),	2px 2px 2px 2px rgba(222, 222, 222, 0.2) inset;
-webkit-box-shadow: 2px;
-moz-border-radius: 5px;
border-radius:5px;
padding:20px;
}
#textinfIS{
float:right;
margin-top:10px;
width:280px;

color:#000000;
font-family:verdana;
font-size:12px;
font-weight:bold;
}
#informationIS{
float:left;
width:100px;
height:100px;
background-image:url("./images/information.png");
background-repeat:no-repeat;
}

#customize_ITEMSTYLE #conteneur #facebookIS #faceBookDelIS{
position:absolute;
margin-left:440px;
margin-top:-12px;
z-index:11002;
cursor:pointer;
}

/**  conteneur corbeille */
#corbeilleIS{
position:absolute;
z-index:9999;
display:none;
width:32px;
height:15px;
background-image:url("./images/corbeilleIS.png");
background-repeat:no-repeat;

}
#corbeilleIS #corbeilleClick{
position:absolute;
z-index:10000;
width:15px;
height:15px;
right:0;
cursor:pointer;
}
/**  conteneur zoom */
#customize_ITEMSTYLE #conteneur #zoomIS{ 
position:absolute;
z-index:1000;
}
#customize_ITEMSTYLE #conteneur #zoomIS #zoomPlus{
width:40px;
height:40px;

border: 1px solid rgba(255, 255, 255,0.8);
-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.1),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.1),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.1),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-webkit-box-shadow: 5px;
-moz-border-radius: 5px;
border-radius:5px;

}
#customize_ITEMSTYLE #conteneur #zoomIS #zoomMoins{
width:40px;
height:40px;

border: 1px solid rgba(255, 255, 255,0.8);
-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.1),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.1),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.1),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-webkit-box-shadow: 5px;
-moz-border-radius: 5px;
border-radius:5px;
}
#customize_ITEMSTYLE #conteneur #zoomIS #zoomReset{
width:40px;
height:40px;

border: 1px solid rgba(255, 255, 255,0.8);
-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.1),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.1),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.1),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-webkit-box-shadow: 5px;
-moz-border-radius: 5px;
border-radius:5px;
}
#customize_ITEMSTYLE #conteneur #zoomIS #zoomInfo{
width:40px;
height:20px;
border: 1px solid rgba(255, 255, 255,0.8);
-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.1),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.1),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.1),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-webkit-box-shadow: 5px;
-moz-border-radius: 5px;
border-radius:5px;
}
#customize_ITEMSTYLE #conteneur  #zoomIS #zoomInfo #txt{
line-height:25px;
font-size:12px;
text-align:center;
color:#D77F0C;
}
/**  conteneur outil */
#customize_ITEMSTYLE #conteneur #outilIS{
position:absolute;
z-index:10000;
display:none;
padding-left:2px;
padding-top:2px;
padding-right:2px;
padding-bottom:2px;
border: 1px solid rgba(255, 255, 255,0.8);
background-color:#ECE8E8;
-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-webkit-box-shadow: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#customize_ITEMSTYLE #conteneur #ipadIS{
position:absolute;
z-index:12000;
display:none;
width:150px;
height:50px;
padding-left:15px;
padding-right:15px;
padding-top:5px;
padding-bottom:15px;
border: 1px solid rgba(255, 255, 255,0.8);
background-color:#ECE8E8;
-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-webkit-box-shadow: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#customize_ITEMSTYLE #conteneur #ipadIS #labelrangeIS,#customize_ITEMSTYLE #conteneur #ipadIS #therangeIS {
line-height:25px;
font-size:12px;
text-align:center;
font-family:verdana;
color:#D77F0C;
}
#customize_ITEMSTYLE #conteneur #outilIS img{
border:0;
}
#customize_ITEMSTYLE #conteneur #outilIS div {
margin-bottom:2px;
}
#customize_ITEMSTYLE #conteneur #outilIS div div{
text-align:center;
border: 1px solid rgba(142,139,136,0.8);
}
/**  Outil color palette */
#customize_ITEMSTYLE #conteneur #boxColorIS{
position:absolute;
display:none;

z-index:13000;

border: 1px solid #BBBBBB;
background-color:#EBEBEB;
max-width:250px;
max-height:100px;
overflow:auto;
border-radius: 5px;
padding:5px;
}
#customize_ITEMSTYLE #conteneur #boxColorSupplIS{
position:absolute;
display:none;

z-index:13000;

border: 1px solid #BBBBBB;
background-color:#EBEBEB;
max-width:250px;
max-height:100px;
overflow:auto;
border-radius: 5px;
padding:5px;
}
#customize_ITEMSTYLE #conteneur #boxColorSupplIS  #closedIS{
float:right;
margin-right:2px;
background-image:url("./images/corbeille.png");
background-repeat:no-repeat;
cursor:pointer;
width:22px;
height:22px;

}
#customize_ITEMSTYLE #conteneur #boxColorSupplIS .colpal{
width:20px;
height:20px;
margin-right:2px;
margin-bottom:2px;
display:inline-block;
cursor:pointer;
}
#customize_ITEMSTYLE #conteneur #boxColorIS .colpal{
width:20px;
height:20px;
margin-right:2px;
margin-bottom:2px;
display:inline-block;
cursor:pointer;
}

#customize_ITEMSTYLE #conteneur #boxColorIS  #closedIS{
float:right;
margin-right:2px;
background-image:url("./images/corbeille.png");
background-repeat:no-repeat;
cursor:pointer;
width:22px;
height:22px;
}

/**  Outil deploy */
#customize_ITEMSTYLE #conteneur #boxOutilIS{
position:absolute;
display:none;
z-index:11000;
padding:5px;

border: 1px solid rgba(255, 255, 255,0.8);
background-color:#ECE8E8;
-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;

border-radius: 5px;

}
#customize_ITEMSTYLE #conteneur #boxOutilIS img{
 cursor:pointer;
}

#customize_ITEMSTYLE #conteneur #boxOutilIS input[type="checkbox"]{
outline: none;
}

#customize_ITEMSTYLE #conteneur #boxOutilIS input[type="text"]{
width:50px;
height:20px;
outline: none;
color:#000000;
font-size:11px;
border: 1px solid #CCCCCC;
}

#customize_ITEMSTYLE #conteneur #boxOutilIS .labelIS{
float:left;
font-family:verdana;
color:#000000;
font-size:9px;
margin-right:5px;
}
#customize_ITEMSTYLE #conteneur #boxOutilIS .clearlabelIS{
clear:both;
margin:0;
padding:0;
height:5px;
}


#customize_ITEMSTYLE #conteneur #boxOutilIS .justify,#customize_ITEMSTYLE #conteneur #boxOutilIS .styli{
border: 1px solid #999999;
cursor:pointer;
}
#customize_ITEMSTYLE #conteneur #boxOutilIS .justifyb,#customize_ITEMSTYLE #conteneur #boxOutilIS .stylib,#customize_ITEMSTYLE #conteneur #boxOutilIS .stlsb{
border: 1px solid #E9830B;
cursor:pointer;
}

/**  conteneur attribut */
#customize_ITEMSTYLE #conteneur #attributIS{
position:absolute;
z-index:10000;
width:200px;
padding-left:6px;
padding-top:2px;
padding-right:2px;
padding-bottom:2px;
border: 1px solid rgba(255, 255, 255,0.8);
background-color:#ECE8E8;
-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-webkit-box-shadow: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#customize_ITEMSTYLE #conteneur #attributIS div div div 
{
font-size:11px;
font-family:verdana;
color:#000000;

}
#customize_ITEMSTYLE #conteneur #attributIS select{
 padding:3px;
    margin: 0;
	width:180px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#DA6611;
	font-size:11px;
	font-weight:bold;
    border:0;
    outline:0;
    display: inline-block;
   -webkit-appearance: menulist;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	
}


#customize_ITEMSTYLE #conteneur #attributIS .attribut_tab{
float:left;
font-size:12px;
font-family:verdana;
color:#000000;
font-weight:bold;
text-align:center;
width:100px;
height:25px;
line-height:25px;
-webkit-border-top-left-radius:5px;
-moz-border-radius-topleft:5px;
border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-moz-border-radius-topright:5px;
border-top-right-radius:5px;
-webkit-border-bottom-right-radius:0px;
-moz-border-radius-bottomright:0px;
border-bottom-right-radius:0px;
-webkit-border-bottom-left-radius:0px;
-moz-border-radius-bottomleft:0px;
border-bottom-left-radius:0px;
border: 1px solid #CCCCCC;
cursor:pointer;
margin-bottom:5px;
}
#customize_ITEMSTYLE #conteneur #attributIS .attribut_tabb{
float:left;
font-size:12px;
font-family:verdana;
color:#000000;
background-color:#D4D0D0;
font-weight:bold;
text-align:center;
width:100px;
height:25px;
line-height:25px;
-webkit-border-top-left-radius:5px;
-moz-border-radius-topleft:5px;
border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-moz-border-radius-topright:5px;
border-top-right-radius:5px;
-webkit-border-bottom-right-radius:0px;
-moz-border-radius-bottomright:0px;
border-bottom-right-radius:0px;
-webkit-border-bottom-left-radius:0px;
-moz-border-radius-bottomleft:0px;
border-bottom-left-radius:0px;
border: 1px solid #CCCCCC;
cursor:pointer;
margin-bottom:5px;
}

#customize_ITEMSTYLE #conteneur #attributIS .attribut{
clear:both;
font-size:12px;
font-family:verdana;
color:#DA6611;
font-weight:bold;
padding-left:5px;
padding-bottom:3px;
padding-top:7px;
}
#customize_ITEMSTYLE #conteneur #attributIS .attr_color{
float:left;
margin:2px;
width:20px;
height:20px;
outline: 2px solid #FAF8F7;
border: 1px solid #FAF8F7;
cursor:pointer;

}

#customize_ITEMSTYLE #conteneur #attributIS  .priceAttr{
float:right;
text-align:right;
margin-top:5px;
margin-right:8px;
font-size:13px;
font-family:verdana;
font-weight:bold;
color:#FFFFFF;
}
#customize_ITEMSTYLE #conteneur #attributIS  .priceAttr .fond{
background-color:#DA6611;
width:100%;
padding:5px 5px 5px 2px;
border-top: 1px solid #ccc;
font-size:12px;
font-family:verdana;
color:#FFFFFF;
}
#customize_ITEMSTYLE #conteneur #attributIS  .qt{
clear:both;
font-size:12px;
font-family:verdana;
color:#DA6611;
font-weight:bold;
margin-top:5px;
display:none;
}
#customize_ITEMSTYLE #conteneur #attributIS  .qt .qtclear{

}
#customize_ITEMSTYLE #conteneur #attributIS  .dyna {
font-size:12px;
font-family:verdana;
color:#DA6611;
font-weight:bold;
}
#customize_ITEMSTYLE #conteneur #attributIS  .dyna input[type="text"]{
width:60px;
height:20px;
margin-top:5px;
padding-right:5px;
outline: none;
color: #000000;
font-size: 11px;
border: 1px solid #CCCCCC;
}
#customize_ITEMSTYLE #conteneur #attributIS  #dynax, #customize_ITEMSTYLE #conteneur #attributIS  #dynay{
width:60px;
height:20px;
margin-top:5px;
padding-right:5px;
outline: none;
color: #000000;
font-size: 11px;
border: 1px solid #CCCCCC;
}

#customize_ITEMSTYLE #conteneur #attributIS  .qt input[type="text"]{
width:60px;
height:20px;
margin-top:5px;
padding-right:5px;
outline: none;
color: #000000;
font-size: 11px;
border: 1px solid #CCCCCC;
}

#customize_ITEMSTYLE #conteneur #attributIS  .messageQT{
clear:both;
text-align:left;
font-family:verdana;
color: #DA6611;
font-size: 11px;

}
#customize_ITEMSTYLE #conteneur #attributIS  .ButtonCart{

margin-top:3px;
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#DF7221;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:180px;
	text-decoration:none;
	text-align:center;
	
	cursor:pointer;

}
#customize_ITEMSTYLE #conteneur #attributIS  .ButtonCart:hover{
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

/**  conteneur confirm cart */
#customize_ITEMSTYLE   #confirmCartIS{
position:absolute;
display:none;
z-index:99000;
-moz-border-radius: 10px;
border-radius:10px;
background-color:#FFFFFF;
}
#customize_ITEMSTYLE  #confirmCartIS #image{
float:left;
width:40%;

vertical-align:middle;
}
#customize_ITEMSTYLE  #confirmCartIS #buttonImg{
float:right;
margin-right:50px;
}
#customize_ITEMSTYLE #conteneur #confirmCartIS #buttonImg #confirmMessage {
width:200px;
}
#customize_ITEMSTYLE #conteneur #confirmCartIS #buttonImg #confirmMessage a{
font-family: verdana;
  color: #EA9644;
  font-size: 12px;
  
}
#customize_ITEMSTYLE  #confirmCartIS #buttonImg #priceIS{
 font-family: verdana;
  color: #EA9644;
  font-size: 14px;
  font-weight:bold;
  margin-left:100px;
}
#customize_ITEMSTYLE  #confirmCartIS #buttonImg #addCartIS{
  margin-top:20px;
  background: #d97b34;
  background-image: -webkit-linear-gradient(top, #d97b34, #b8502b);
  background-image: -moz-linear-gradient(top, #d97b34, #b8502b);
  background-image: -ms-linear-gradient(top, #d97b34, #b8502b);
  background-image: -o-linear-gradient(top, #d97b34, #b8502b);
  background-image: linear-gradient(to bottom, #d97b34, #b8502b);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: verdana;
  color: #ffffff;
  font-size: 12px;
  text-align:center;
  line-height:24px;
  text-decoration: none;
  width:220px;
  height:25px;
  cursor:pointer;
}
#customize_ITEMSTYLE  #confirmCartIS #buttonImg #addCartIS:hover{
 background: #e06f24;
 
  
  background-image: -webkit-linear-gradient(top, #e06f24, #db6c0b);
  background-image: -moz-linear-gradient(top, #e06f24, #db6c0b);
  background-image: -ms-linear-gradient(top, #e06f24, #db6c0b);
  background-image: -o-linear-gradient(top, #e06f24, #db6c0b);
  background-image: linear-gradient(to bottom, #e06f24, #db6c0b);
  text-decoration: none;
 
}

#customize_ITEMSTYLE  #confirmCartIS #buttonImg #returnIS{
  
  margin-top:20px;
  background: #d97b34;
  background-image: -webkit-linear-gradient(top, #d97b34, #b8502b);
  background-image: -moz-linear-gradient(top, #d97b34, #b8502b);
  background-image: -ms-linear-gradient(top, #d97b34, #b8502b);
  background-image: -o-linear-gradient(top, #d97b34, #b8502b);
  background-image: linear-gradient(to bottom, #d97b34, #b8502b);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: verdana;
  color: #ffffff;
  font-size: 12px;
  text-align:center;
  line-height:24px;
  text-decoration: none;
  width:220px;
  height:25px;
  cursor:pointer;
}

#customize_ITEMSTYLE  #confirmCartIS #buttonImg #returnIS:hover{
 background: #e06f24;
  background-image: -webkit-linear-gradient(top, #e06f24, #db6c0b);
  background-image: -moz-linear-gradient(top, #e06f24, #db6c0b);
  background-image: -ms-linear-gradient(top, #e06f24, #db6c0b);
  background-image: -o-linear-gradient(top, #e06f24, #db6c0b);
  background-image: linear-gradient(to bottom, #e06f24, #db6c0b);
  text-decoration: none;
 
}

/**  conteneur product list */
#productList{
position:absolute;
z-index:1000;
margin-top:10px;
}
.chosen-select
{
width:250px;
}


/**  conteneur librairie images et textes */

#customize_ITEMSTYLE #conteneur #librairieIS{
margin-left:20px;
position:absolute;
z-index:1;
width:350px;
background-color:#F1F0F0;
border: 1px solid #E6E1E1;
overflow-x:hidden;
overflow-y:auto;
display:none;
}
/**  conteneur librairie Boutons onglet cart */
#customize_ITEMSTYLE #conteneur #librairieIS .buttonLibCartAjaxIS{
float:left;
width:60px;
height:20px;
margin-top:5px;
}
 
#customize_ITEMSTYLE #conteneur #librairieIS .buttonLibCartIS{
float:left;
margin-right:1px;
width:120px;
height:40px;
line-height:35px;
text-align:center;
text-decoration:none;
font-family:verdana;
color:#FFFFFF;
font-size:10px;
font-weight:bold;
background-image: -ms-linear-gradient(top, #E2792C 50%, #EEB184 100%);
background-image: -moz-linear-gradient(top, #E2792C 50%, #EEB184 100%);
background-image: -o-linear-gradient(top, #E2792C 50%, #EEB184 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #E2792C), color-stop(1, #EEB184));
background-image: -webkit-linear-gradient(top, #E2792C 50%, #EEB184 100%);
background-image: linear-gradient(to bottom, #E2792C 50%, #EEB184 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E2792C', endColorstr='#EEB184');/*For IE7-8-9*/ 

}

/**  conteneur librairie Boutons textes - images */ 
#customize_ITEMSTYLE #conteneur #librairieIS .buttonLibIS{
float:left;
margin-right:1px;
width:90px;
height:40px;
line-height:35px;
text-align:center;
text-decoration:none;
font-family:verdana;
color:#000000;
font-size:10px;
font-weight:bold;
background-image: -ms-linear-gradient(top, #F6F6F5 50%, #E8E7E7 100%);
background-image: -moz-linear-gradient(top, #F6F6F5 50%, #E8E7E7 100%);
background-image: -o-linear-gradient(top, #F6F6F5 50%, #E8E7E7 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #F6F6F5), color-stop(1, #E8E7E7));
background-image: -webkit-linear-gradient(top, #F6F6F5 50%, #E8E7E7 100%);
background-image: linear-gradient(to bottom, #F6F6F5 50%, #E8E7E7 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F6F6F5', endColorstr='#E8E7E7');/*For IE7-8-9*/ 

}

#customize_ITEMSTYLE #conteneur #Image .buttonLibIS{

margin-right:1px;
width:30px;
height:30px;
line-height:27px;
text-align:center;
text-decoration:none;
font-family:verdana;
color:#000000;
font-size:10px;
font-weight:bold;
background-image: -ms-linear-gradient(top, #F6F6F5 50%, #E8E7E7 100%);
background-image: -moz-linear-gradient(top, #F6F6F5 50%, #E8E7E7 100%);
background-image: -o-linear-gradient(top, #F6F6F5 50%, #E8E7E7 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #F6F6F5), color-stop(1, #E8E7E7));
background-image: -webkit-linear-gradient(top, #F6F6F5 50%, #E8E7E7 100%);
background-image: linear-gradient(to bottom, #F6F6F5 50%, #E8E7E7 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F6F6F5', endColorstr='#E8E7E7');/*For IE7-8-9*/ 
cursor:pointer;
}
#customize_ITEMSTYLE #conteneur #Image .buttonLibSelectIS{

margin-right:1px;
width:30px;
height:30px;
line-height:27px;
text-align:center;
text-decoration:none;
font-family:verdana;
color:#000000;
font-size:10px;
font-weight:bold;
background-image: -ms-linear-gradient(top, #EBEBE9 50%, #E8E8E5 100%);
background-image: -moz-linear-gradient(top, #EBEBE9 50%, #E8E8E5 100%);
background-image: -o-linear-gradient(top, #EBEBE9 50%, #E8E8E5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #EBEBE9), color-stop(1, #E8E8E5));
background-image: -webkit-linear-gradient(top, #EBEBE9 50%, #E8E8E5 100%);
background-image: linear-gradient(to bottom, #EBEBE9 50%, #E8E8E5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EBEBE9', endColorstr='#E8E8E5');/*For IE7-8-9*/ 
cursor:pointer;
}

#customize_ITEMSTYLE #conteneur #librairieIS .buttonLibSelectIS{
float:left;
margin-right:1px;
width:90px;
height:40px;
line-height:35px;
text-align:center;
text-decoration:none;
font-family:verdana;
color:#000000;
font-size:10px;
font-weight:bold;
background-image: -ms-linear-gradient(top, #EBEBE9 50%, #E8E8E5 100%);
background-image: -moz-linear-gradient(top, #EBEBE9 50%, #E8E8E5 100%);
background-image: -o-linear-gradient(top, #EBEBE9 50%, #E8E8E5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #EBEBE9), color-stop(1, #E8E8E5));
background-image: -webkit-linear-gradient(top, #EBEBE9 50%, #E8E8E5 100%);
background-image: linear-gradient(to bottom, #EBEBE9 50%, #E8E8E5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EBEBE9', endColorstr='#E8E8E5');/*For IE7-8-9*/ 

}
#customize_ITEMSTYLE #conteneur #librairieIS .clearIS
{
 clear:both;
 height:1px;
}

#customize_ITEMSTYLE #conteneur #librairieIS  #helpIS
{
position:absolute;

z-index:11500;
width:43px;
height:37px;
margin-left:200px;
margin-top:-5px;
background-image:url("./images/help.png");
background-repeat:no-repeat;
cursor:pointer;


}

#customize_ITEMSTYLE #conteneur  #messageHelpIS
{
position:absolute;
display:none;
width:250px;
height:350px;
overflow:auto;
z-index:11500;
background-color:#F4F3F2;

-moz-border-radius: 2px;
border-radius:2px;
-webkit-box-shadow: 2px 2px 0 rgba(235, 235, 235,  0.7),2px 2px 0 rgba(105, 108, 109,  0.7) ;
-moz-box-shadow: 2px 2px 0 rgba(235, 235, 235,  0.7),2px 2px 0 rgba(105, 108, 109,  0.7) ;
box-shadow: 2px 2px 0 rgba(235, 235, 235,  0.7),2px 2px 0 rgba(105, 108, 109,  0.7) ;
padding-top:20px;
padding-left:20px;
padding-right:20px;
padding-left:20px;

font-family:verdana;
font-size:11px;
color:#000000;
}

#customize_ITEMSTYLE #conteneur  #messageHelpIS #closeHelpIS
{
position:absolute;
z-index:11501;
margin-left:220px;
margin-top:-7px;
cursor:pointer;


}



/**  conteneur librairie pavet image */
#customize_ITEMSTYLE #conteneur #librairieIS .pavetImage{
margin-top:10px;
padding:10px;
/** compatibility ie */
padding-left:10px;
border: 1px solid rgba(255, 255, 255,0.8);
background-color:#ECE8E8;
-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-webkit-box-shadow: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-border-top-left-radius:10px;
-moz-border-radius-topleft:10px;
border-top-left-radius:10px;
-webkit-border-top-right-radius:0px;
-moz-border-radius-topright:0px;
border-top-right-radius:0px;
-webkit-border-bottom-right-radius:0px;
-moz-border-radius-bottomright:0px;
border-bottom-right-radius:0px;
-webkit-border-bottom-left-radius:10px;
-moz-border-radius-bottomleft:10px;
border-bottom-left-radius:10px;
background-image:url("./images/bg.png");
background-repeat:repeat;
}
#customize_ITEMSTYLE #conteneur #librairieIS .pavetImage .list{
background-color:#F1F0F0;
width:310px;
padding:2px;
overflow:auto;
}
#customize_ITEMSTYLE #conteneur #librairieIS .them img{

background-color:#F1F0F0;

}

#customize_ITEMSTYLE #conteneur #librairieIS .pavetImage .listColorImage
{

}
#customize_ITEMSTYLE #conteneur #librairieIS .pavetImage .listColorImage .colpal{
width:18px;
height:18px;
margin-right:2px;
margin-bottom:2px;
display:inline-block;
cursor:pointer;
border: 1px solid #CCCCCC;
}
#customize_ITEMSTYLE #conteneur #librairieIS .pavetImage .listColorImage .opacity
{
position:absolute;
margin-top:-23px;
margin-left:25px;
}
#customize_ITEMSTYLE #conteneur #librairieIS .pavetImage .listColorImage input
{


border: 1px solid #CCCCCCC;
color:#000000;
font-family:arial;
font-weight:bold;
font-size:11px;
}

#customize_ITEMSTYLE #conteneur #librairieIS .pavetImage .textLegendIS{
padding:2px;
width:310px;
margin-top:4px;

-webkit-border-top-left-radius:4px;
-moz-border-radius-topleft:4px;
border-top-left-radius:4px;
-webkit-border-top-right-radius:4px;
-moz-border-radius-topright:4px;
border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px;
-moz-border-radius-bottomright:4px;
border-bottom-right-radius:4px;
-webkit-border-bottom-left-radius:4px;
-moz-border-radius-bottomleft:4px;
border-bottom-left-radius:4px;
font-family:verdana;
color:#454544;
font-size:9px;
font-weight:bold;

}

#customize_ITEMSTYLE #conteneur #librairieIS  .listActif{
color:#D7D6D4;
}
#customize_ITEMSTYLE #conteneur #librairieIS .pavetImage  .buttonNavMoins,#customize_ITEMSTYLE #conteneur #librairieIS .pavetImage  .buttonNavPlus{

   -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:none;
	color:#000000;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	height:14px;
	width:40px;
	line-height:15px;
	
	text-decoration:none;
	text-align:center;

     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	
	cursor:pointer;
}
#customize_ITEMSTYLE #conteneur #librairieIS  .navnav{
font-family:verdana;
	font-size:10px;
	font-weight:bold;
	margin:2px;
	display:none;
}

#customize_ITEMSTYLE #conteneur #librairieIS .pavetImage .list .rowListIS
{
 display:inline-block;
 background-color:#E6E5E5;
 margin-right:2px;
 vertical-align:middle;
 text-align:center; 
}

#customize_ITEMSTYLE #conteneur #librairieIS .pavetImage .rowMargIS{
margin:2px;
/** compatibility ie */
margin-left:2px;
}

/**  conteneur librairie line text multiline */
#customize_ITEMSTYLE #conteneur #librairieIS .pavetText{
margin-top:10px;
padding:10px;
border: 1px solid rgba(255, 255, 255,0.8);
background-color:#ECE8E8;
-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-webkit-box-shadow: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-border-top-left-radius:10px;
-moz-border-radius-topleft:10px;
border-top-left-radius:10px;
-webkit-border-top-right-radius:0px;
-moz-border-radius-topright:0px;
border-top-right-radius:0px;
-webkit-border-bottom-right-radius:0px;
-moz-border-radius-bottomright:0px;
border-bottom-right-radius:0px;
-webkit-border-bottom-left-radius:10px;
-moz-border-radius-bottomleft:10px;
border-bottom-left-radius:10px;
background-image:url("./images/bg.png");
background-repeat:repeat;
}

#customize_ITEMSTYLE #conteneur #librairieIS .pavetText .textLegendIS{
padding:2px;
width:310px;
margin-top:4px;
background-color:#EAE9E7;
-webkit-border-top-left-radius:4px;
-moz-border-radius-topleft:4px;
border-top-left-radius:4px;
-webkit-border-top-right-radius:4px;
-moz-border-radius-topright:4px;
border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px;
-moz-border-radius-bottomright:4px;
border-bottom-right-radius:4px;
-webkit-border-bottom-left-radius:4px;
-moz-border-radius-bottomleft:4px;
border-bottom-left-radius:4px;
font-family:verdana;
color:#454544;
font-size:9px;
font-weight:bold;
border:solid 1px #F1F1F1;
}

#customize_ITEMSTYLE #conteneur #librairieIS .pavetText  .currentSelectionIS{
position:absolute;
display:none;
margin-left:210px;
margin-top:5px;
width:120px;
height:12px;
text-align:center;
-webkit-border-top-left-radius:4px;
-moz-border-radius-topleft:4px;
border-top-left-radius:4px;
-webkit-border-top-right-radius:4px;
-moz-border-radius-topright:4px;
border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px;
-moz-border-radius-bottomright:4px;
border-bottom-right-radius:4px;
-webkit-border-bottom-left-radius:4px;
-moz-border-radius-bottomleft:4px;
border-bottom-left-radius:4px;
border:solid 1px #F1F1F1;
background-color:#DA6611;
color:#FFFFFF;
font-family:verdana;
font-size:9px;
cursor:pointer;
}

#customize_ITEMSTYLE #conteneur #librairieIS .line{
-webkit-box-shadow: 10px;
-moz-border-radius: 10px;
border-radius:10px;
font-family:verdana;
font-size:11px;
width:98%;
height:27px;
border: 2px solid #E6E1E1;
background-color:#F1F0F0;
}

#customize_ITEMSTYLE #conteneur #librairieIS .multiline{
-webkit-box-shadow: 10px;
-moz-border-radius: 10px;
border-radius:10px;
font-family:verdana;
font-size:11px;
width:98%;
height:100px;
border: 2px solid #E6E1E1;
background-color:#F1F0F0;
}
#customize_ITEMSTYLE #conteneur #librairieIS .line:focus , #customize_ITEMSTYLE #conteneur #librairieIS .multiline:focus {
  outline: none; 
  -webkit-border-radius: 10px;
  -moz-border-radius:10px;
  border-radius: 10px;
}
#customize_ITEMSTYLE #conteneur #librairieIS .multilineBold{
outline: none;
-webkit-box-shadow: 10px;
-moz-border-radius: 10px;
border-radius:10px;
font-family:verdana;
font-size:11px;
width:98%;
height:100px;
border: 2px solid #F1F0F0;
background-color:#E7E6E6;

}
#customize_ITEMSTYLE #conteneur #librairieIS .lineBold{
outline: none;
-webkit-box-shadow: 10px;
-moz-border-radius: 10px;
border-radius:10px;
font-family:verdana;
font-size:11px;
width:98%;
height:27px;
border: 2px solid  #F1F0F0;
background-color:#E7E6E6;
}
/**  conteneur librairie font list */
.ftsIS{
position:absolute;
z-index:10000;
margin-top:25px;
}
.selectftsIS{

padding-top:2px;
padding-left:10px;
-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 80%;
  height: auto;
  outline: 0;
  border: 1px solid #D8D5D2;
  background: white url('jsSelect/chosen-sprite.png') no-repeat 90% -20px;
  background: url('jsSelect/chosen-sprite.png') no-repeat 90% -20px;
  font-size: 1em;
  font-family: verdana;
  line-height: normal;
  -moz-border-radius: 10px;
border-radius:10px;
}
.repFontIS{
display:none;
list-style-type: none;
margin:0;
padding:0;
height:120px;
width:200px;
overflow:auto;
background-color:#FAFAFA;
border: 1px solid #D9D9D9;
-webkit-box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
-moz-box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
-moz-border-radius: 5px;
border-radius: 5px;
position:absolute;
z-index:10000;
font-family:verdana;
font-size:11px;
color:#E28421;
font-weight:bold;
cursor:pointer;
}
.repFontIS li{
padding-left:5px;
line-height:20px;
border-bottom: 1px solid #FDFDFC;
} 
.repFontIS li:hover{
background-color:#EE7A25;
color:#FFFFFF;
}
.choose_fontIS{
list-style-type: none;
margin:0;
padding:0;
height:200px;
width:200px;
overflow:auto;
background-color:#FAFAFA;
border: 1px solid #D9D9D9;
-webkit-box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
-moz-box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
-moz-border-radius: 5px;
border-radius: 5px;
color:#000000;

}
.choose_fontIS .pair{
vertical-align:middle;
line-height:35px;
padding:0px 10px 2px 10px;
background-color:#F9F9F9;
cursor:pointer;
}
.choose_fontIS .umpair{
vertical-align:middle;
line-height:35px;
padding:0px 10px 2px 10px;
background-color:#FFFFFF;
cursor:pointer;
}
.choose_fontIS li:hover {
vertical-align:middle;
line-height:35px;
padding:0px 10px 2px 10px;
background-color:#EE7A25;
color:#FFFFFF;
}
.choose_fontIS1{
display:none;
vertical-align:middle;
line-height:35px;
padding:0px 10px 2px 10px;
background-color:#EE7A25;
color:#FFFFFF;
}

.selectFontRep{
 outline: none;
background: #EEEEEE;
  background-image: -webkit-linear-gradient(top, #EEEEEE, #EDEBEB);
  background-image: -moz-linear-gradient(top, #EEEEEE, #EDEBEB);
  background-image: -ms-linear-gradient(top, #EEEEEE, #EDEBEB);
  background-image: -o-linear-gradient(top, #EEEEEE, #EDEBEB);
  background-image: linear-gradient(to bottom, #EEEEEE, #EDEBEB);
 border: 1px solid rgba(255, 255, 255,0.8);


-moz-border-radius: 5px;
border-radius: 5px;
}
.selectFont{
 background: #EEEEEE;
  background-image: -webkit-linear-gradient(top, #EEEEEE, #EDEBEB);
  background-image: -moz-linear-gradient(top, #EEEEEE, #EDEBEB);
  background-image: -ms-linear-gradient(top, #EEEEEE, #EDEBEB);
  background-image: -o-linear-gradient(top, #EEEEEE, #EDEBEB);
  background-image: linear-gradient(to bottom, #EEEEEE, #EDEBEB);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: verdana;
  font-size:11px;
  color: #E17221;
  font-weight:bold;
  width:170px; 
  padding: 5px;
  padding-left:7px;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
  -moz-box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
   box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
   background-image:url("./images/select.png");
   background-repeat:no-repeat;
   background-position: right 10px top;
   cursor:pointer;
}
/**  conteneur librairie image list */

.selectImg{
 background: #EEEEEE;
  background-image: -webkit-linear-gradient(top, #EEEEEE, #EDEBEB);
  background-image: -moz-linear-gradient(top, #EEEEEE, #EDEBEB);
  background-image: -ms-linear-gradient(top, #EEEEEE, #EDEBEB);
  background-image: -o-linear-gradient(top, #EEEEEE, #EDEBEB);
  background-image: linear-gradient(to bottom, #EEEEEE, #EDEBEB);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: verdana;
  font-size:11px;
  color: #E17221;
  font-weight:bold;
  width:160px; 
  padding: 5px;
  padding-left:7px;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
  -moz-box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
   box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
  
   cursor:pointer;
}
.repImgIS{
display:none;
list-style-type: none;
margin:0;
padding:0;
height:120px;
width:200px;
overflow:auto;
background-color:#FAFAFA;
border: 1px solid #D9D9D9;
-webkit-box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
-moz-box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
-moz-border-radius: 5px;
border-radius: 5px;
position:absolute;
z-index:10000;
font-family:verdana;
font-size:11px;
color:#E28421;
font-weight:bold;
cursor:pointer;
}
.repImgIS li{
padding-left:5px;
line-height:20px;
border-bottom: 1px solid #FDFDFC;
} 
.repImgIS li:hover{
background-color:#EE7A25;
color:#FFFFFF;
}
.choose_imgIS1{
display:none;
vertical-align:middle;
line-height:35px;
padding:0px 10px 2px 10px;
background-color:#EE7A25;
color:#FFFFFF;
}
#loaderZoomImgLibrairieIS
{
 position:absolute;
 z-index:10001;
}
#zoomImgLibrairieIS
{
position:absolute;
z-index:10000;
display:none;
padding:12px;
border: 1px solid rgba(255, 255, 255,0.8);
background-color:#ECE8E8;
-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-webkit-box-shadow: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
border-bottom-left-radius:10px;
background-color:#F1F1F1;

}
#titleImgLibrairieIS{
position:absolute;
z-index:10002;
display:none;

width:100%;
height:50px;
line-height:22px;

color:#666666;
text-align:center;
font-family:verdana;

font-size:11px;
}
#closeLibrairieIS{
position:absolute;
display:none;
z-index:10010;
margin-left:7px;
font-family:arial black;
font-size:10px;
font-weight:bold;
color:#999999;
cursor:pointer;
}
.buttonLibrairieISW
{
width:98%;
}
.buttonLibrairieISW2
{
width:48%;
}
#buttonLibrairieIS{

   display:inline-block;
   -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#DF7221;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	
	text-decoration:none;
	text-align:center;

     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	
	cursor:pointer;
	
}
/**  conteneur button upload list */

#customize_ITEMSTYLE #conteneur #librairieIS  .pavetImage .buttonUpload{
position:absolute;
margin-left:180px;
margin-top:-18px;
}
#customize_ITEMSTYLE #conteneur #librairieIS  .pavetImage .buttonUploadList{
position:absolute;
margin-left:180px;
margin-top:-23px;
}
#customize_ITEMSTYLE #conteneur #librairieIS  .pavetImage .buttonUpload .fileUpload,#customize_ITEMSTYLE #conteneur #librairieIS  .pavetImage .buttonUploadList .fileUpload{
position:absolute;
margin-top:-3px;
-moz-opacity:0; filter:alpha(opacity: 0); opacity: 0; z-index: 2; width:130px; border-width:0px;

}
#customize_ITEMSTYLE #conteneur #librairieIS  .pavetImage .buttonUpload .realButton,#customize_ITEMSTYLE #conteneur #librairieIS  .pavetImage .buttonUploadList .realButton
{
position:absolute;
margin-top:-5px;
cursor:pointer;
 -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#DF7221;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	width:130px;
	height:25px;
	line-height:25px;
	
	text-decoration:none;
	text-align:center;

     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	
	cursor:pointer;
}
#customize_ITEMSTYLE #conteneur #librairieIS  .pavetImage .buttonZip{
position:absolute;
margin-left:180px;
margin-top:7px;
}
#customize_ITEMSTYLE #conteneur #librairieIS  .pavetImage .buttonZip .fileUpload,#customize_ITEMSTYLE #conteneur #librairieIS  .pavetImage .buttonUploadList .fileUpload{
position:absolute;
margin-top:-3px;
-moz-opacity:0; filter:alpha(opacity: 0); opacity: 0; z-index: 2; width:130px; border-width:0px;
}
#customize_ITEMSTYLE #conteneur #librairieIS  .pavetImage .buttonZip .realButton2{
position:absolute;
display:none;
z-index:10;
left:105px;
width:22px;
height:22px;
background-image:url("./images/corbeille.png");
background-repeat:no-repeat;
cursor:pointer;
}
#customize_ITEMSTYLE #conteneur #librairieIS  .pavetImage .buttonZip .realButton1
{
position:absolute;
margin-top:-5px;
cursor:pointer;
 -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#DF7221;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	width:130px;
	height:25px;
	line-height:25px;
	
	text-decoration:none;
	text-align:center;

     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	
	cursor:pointer;
}
#customize_ITEMSTYLE #conteneur #panelUploadIS{
position:absolute;
display:none;
z-index:14000;
width:290px;
height:80px;
text-align:center;
padding-left:6px;
padding-top:2px;
padding-right:2px;
padding-bottom:2px;
border: 1px solid rgba(255, 255, 255,0.8);
background-color:#F1F0F0;
-webkit-box-shadow: 0pt 1px 1px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-moz-box-shadow: 0pt 1px 1px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
box-shadow: 0pt 1px 1px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(222, 222, 222, 0.4) inset;
-webkit-box-shadow: 1px;
-moz-border-radius: 1px;
border-radius: 3px;
}
#customize_ITEMSTYLE #conteneur #panelUploadIS  #closedIS{
position:absolute;
left:272px;
width:22px;
height:22px;
background-image:url("./images/corbeille.png");
background-repeat:no-repeat;
cursor:pointer;
}
#customize_ITEMSTYLE #conteneur #panelUploadIS .stateUploadIS
{
padding-top:7px;
color:#DF7221;
font-family:verdana;
font-size:11px;
font-weight:bold;
text-align:center;
line-height:30px;
}
progress {
	width: 210px;
	height: 14px;
	
	/* Important Thing */
	-webkit-appearance: none;
	border: none;
}
/* All good till now. Now we'll style the background */
progress::-webkit-progress-bar {
	background: #999999;
	border-radius: 50px;
	padding: 2px;
	box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.2);
}

/* Now the value part */
progress::-webkit-progress-value {
	border-radius: 50px;
	box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
	background:
		-webkit-linear-gradient(45deg, transparent, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%),
		-webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2)),
		-webkit-linear-gradient(left, #EBEBEB, #D4D4D4);
	
	/* Looks great, now animating it */
	background-size: 25px 14px, 100% 100%, 100% 100%;
	-webkit-animation: move 5s linear 0 infinite;
}
/* That's it! Now let's try creating a new stripe pattern and animate it using animation and keyframes properties  */

@-webkit-keyframes move {
	0% {background-position: 0px 0px, 0 0, 0 0}
	100% {background-position: -100px 0px, 0 0, 0 0}
}

#customize_ITEMSTYLE  #confirmCartIS #buttonImg #keep_custom{
  
  margin-top:20px;
  background: #d97b34;
  background-image: -webkit-linear-gradient(top, #d97b34, #b8502b);
  background-image: -moz-linear-gradient(top, #d97b34, #b8502b);
  background-image: -ms-linear-gradient(top, #d97b34, #b8502b);
  background-image: -o-linear-gradient(top, #d97b34, #b8502b);
  background-image: linear-gradient(to bottom, #d97b34, #b8502b);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: verdana;
  color: #ffffff;
  font-size: 12px;
  text-align:center;
  line-height:24px;
  text-decoration: none;
  width:220px;
  height:25px;
  cursor:pointer;
}

#customize_ITEMSTYLE  #confirmCartIS #buttonImg #keep_custom:hover{
 background: #e06f24;
  background-image: -webkit-linear-gradient(top, #e06f24, #db6c0b);
  background-image: -moz-linear-gradient(top, #e06f24, #db6c0b);
  background-image: -ms-linear-gradient(top, #e06f24, #db6c0b);
  background-image: -o-linear-gradient(top, #e06f24, #db6c0b);
  background-image: linear-gradient(to bottom, #e06f24, #db6c0b);
  text-decoration: none;
 
}
