/* **************************** */
/* Ajout de la font personalisé */
/* **************************** */
@font-face {
    font-family: 'oxygenregular';
    src: url('/tpl/font/oxygen-regular-webfont.eot');
    src: url('/tpl/font/oxygen-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/tpl/font/oxygen-regular-webfont.woff2') format('woff2'),
         url('/tpl/font/oxygen-regular-webfont.woff') format('woff'),
         url('/tpl/font/oxygen-regular-webfont.ttf') format('truetype'),
         url('/tpl/font/oxygen-regular-webfont.svg#/tpl/font/oxygenregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oxygenlight';
    src: url('/tpl/font/oxygen-light-webfont.eot');
    src: url('/tpl/font/oxygen-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/tpl/font/oxygen-light-webfont.woff2') format('woff2'),
         url('/tpl/font/oxygen-light-webfont.woff') format('woff'),
         url('/tpl/font/oxygen-light-webfont.ttf') format('truetype'),
         url('/tpl/font/oxygen-light-webfont.svg#/tpl/font/oxygenlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oxygenbold';
    src: url('/tpl/font/oxygen-bold-webfont.eot');
    src: url('/tpl/font/oxygen-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/tpl/font/oxygen-bold-webfont.woff2') format('woff2'),
         url('/tpl/font/oxygen-bold-webfont.woff') format('woff'),
         url('/tpl/font/oxygen-bold-webfont.ttf') format('truetype'),
         url('/tpl/font/oxygen-bold-webfont.svg#/tpl/font/oxygenbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntulight';
    src: url('/tpl/font/ubuntu-l-webfont.eot');
    src: url('/tpl/font/ubuntu-l-webfont.eot?#iefix') format('embedded-opentype'),
         url('/tpl/font/ubuntu-l-webfont.woff2') format('woff2'),
         url('/tpl/font/ubuntu-l-webfont.woff') format('woff'),
         url('/tpl/font/ubuntu-l-webfont.ttf') format('truetype'),
         url('/tpl/font/ubuntu-l-webfont.svg#ubuntulight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ubunturegular';
    src: url('/tpl/font/ubuntu-r-webfont.eot');
    src: url('/tpl/font/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('/tpl/font/ubuntu-r-webfont.woff2') format('woff2'),
         url('/tpl/font/ubuntu-r-webfont.woff') format('woff'),
         url('/tpl/font/ubuntu-r-webfont.ttf') format('truetype'),
         url('/tpl/font/ubuntu-r-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* **************************** */
/* styles standards			 */
/* **************************** */
*{
	font-family:'oxygenregular',Arial;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: left;
	background-color: #ededed;
}
/* Header line */
h1,h2,h3,h4,h5{
	font-weight:normal;
	text-align:left;
}

/*liens*/
a img{
	border:none;
}

a{
	color:inherit;
	cursor:pointer;
	text-decoration:none;
}
/*Text balises*/
.bold, b, strong{
	font-weight:normal;
	font-family:'oxygenbold';
}
/*Placeholders*/
/* all */
::-webkit-input-placeholder { font-family: "oxygenregular"; }
::-moz-placeholder { font-family: "oxygenregular"; } /* firefox 19+ */
:-ms-input-placeholder { font-family: "oxygenregular"; } /* ie */
input:-moz-placeholder { font-family: "oxygenregular"; }

/*Recherche*/
/* Recherche */
#recherche{
	width:350px;
	height:35px;
	background-color:#000;
	margin: 5px 5px 0 0;
	float:right;
	position:relative;
}
.champRecherche{
	border:none;
	height:15px;
	width:330px;
	padding:10px 10px 10px 10px;
	font-size:16px;
	color:#000;
	background-color:#fff;
	background-image:url('/tpl/images/iconSearchBlack.png');
	background-repeat:no-repeat;
	background-position:right 5px center;
}


/*************** Page *******************/

div.page {
	width: 1150px;
	margin: 0 auto ;
	font-size: 14px;
	padding: 0px 25px 25px 25px;
	min-height:730px;
	background-color: #fff;
	
	position:relative;
}
.boutonBleu{
	width:172px;
	height:23px;
	display:inline-block;
	padding:4px 0 0 0;
	text-align:center;
	text-decoration:none;
	background-image:url(/img/bt-bleu.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	border:none;
}
input.boutonBleu{
	height:27px;
	padding:0;
}
.boutonJaune{
	width:172px;
	height:23px;
	display:inline-block;
	padding:4px 0 0 0;
	text-align:center;
	background-image:url(/img/bt-jaune.png);
	background-repeat:no-repeat;
	color:#000000;
	text-decoration:none;
}
.boutonRouge{
	width:172px;
	height:23px;
	display:inline-block;
	padding:4px 0 0 0;
	text-align:center;
	background-image:url(/img/bt-rouge.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}

.boutonBleu:hover, .boutonJaune:hover, .boutonRouge:hover{
	text-decoration:underline;
}
.divLeft{
	width:580px;
	float:left;
	padding:10px;
	text-align:center;
}
.divRight{
	width:580px;
	float:right;
	padding:10px;
	text-align:center;
}
#Aide{
	position:absolute;
	visibility:hidden;
	z-index:9000;
	background-color:#FFFFE0;
	padding:1px;
	border:#000000 1px solid;
	margin:1px;
}

.boutonAjout{
	background-color:#1e5c88;
	background-image:url('/img/plus.gif');
	background-repeat:no-repeat;
	background-position:right center;
	border:outset 2px #1e5c88;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	width:150px;
	height:19px;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
}
.boutonAjout:hover{
	background-color: #AFB9F0;
	color:#000000;
	border:inset 2px #AFB9F0;
	background-image:url('/img/plus.gif');
	background-repeat:no-repeat;
	background-position:right center;
}
.boutonAction{
	background-color:#0a2d46;
	border:outset 2px #0a2d46;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	width:150px;
	height:19px;
	cursor:pointer;
}
.boutonActionSombre{
	background-color:#1e5c88;
	border:outset 2px #1e5c88;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	width:150px;
	height:19px;
	cursor:pointer;
}
.boutonActionSombre:hover, .boutonAction:hover{
	background-color: #AFB9F0;
	color:#000000;
	border:inset 2px #AFB9F0;
}
/*************** Entete ********************/
div.entete {
	height:106px;
	text-align:left;
	color:#FFFFFF;
	position:relative;
}
div#enteteLeft{
	width:310px;
	height:106px;
	float:left;
}
div.entete #logo {
	position:relative;
	top:11px;
	left:50px;
	height:90px;
}
div.entete #slogan{
	display:inline-block;
	width: 555px;
	color:#d09351;
	position:absolute;
	top:49px;
	left:240px;
	font-family:"Oxygen",Arial;
	font-size:22px;
}
div#enteteRight{
	height:106px;
	float:right;
}
/*séléction des langues */
div.entete #lanque{
	position: absolute;
	margin-top: 0px;
	right:0px;
	width: 80px;
	font-size:11px;
	font-family:'oxygenregular',Arial;
}

.lngActive{
	color:#d09351;
	text-decoration:none;
	display:inline-block;
	line-height:18px;
}
.lngDesactive{
	color:#000;
	text-decoration:none;
}
/*Menu de connexion et panier*/
div#entetePro{
	margin-top:70px;
	padding: 0 15px;
	background: #d09351;
	line-height: 35px;
}
#entetePro a{
	/*transition*/
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
}
#entetePro a:hover{
	color:#000000;	
}
#entetePro img{
	vertical-align:middle;
	margin:0 5px;
	max-height:23px;
}
#entetePro .aSepare{
	border-right:1px solid white;
}
.compteConnexion{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin-top: 0px;
}
div.entete #enteteBoutton{
	float: right;
	margin: 24px 15px 0 0;
	display: inline-block;
}
div.entete #enteteBoutton a{
	text-decoration:none;
	color:#FFFFFF;
}
div.entete #enteteBoutton a:hover{
	text-decoration:underline;
}
div.entete #panier{
	background-image:url(/img/panier.png);
	background-repeat:no-repeat;
	display:inline-block;
	width:138px;
	height:24px;
	padding:3px 0 0 34px;
	margin-left:10px;
}
div.entete #panier span{
	color:#000000;
}
/****** Panneau "Mon Compte" ******/
#monCompte{
	display:none;
	/*width:170px;*/
	padding:15px;
	background-color:#d5d7d9;
	z-index: 1000;
	color:#050505;
	font-family:'oxygenbold';
	font-size:18px;
	text-align:center;
	position:absolute;
	right:0;
}
#entetePro:hover{
	position:relative;	
}
#entetePro:hover #monCompte{
	display:block;
}
#monCompte a{
	display:block;
	min-height:25px;
	border-bottom:1px solid #383d43;
	/*transition*/
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
}
#monCompte a:last-child{
	border:none;	
}
#monCompte a:hover{
	background-color:#383d43;
	color:#fff;
}
/* Représentant */ 
.clientAdmin{
	position: absolute;
	top: 27px;
	right: 0;
	padding: 8px 0px 0px 12px;
	width: 247px;
	color: #FFFFFF;
	height: 28px;
	background-color: #42494F;
}
.clientAdminOnly{
	position: absolute;
	top: 27px;
	right: 0;
	padding: 8px 12px;
	color: #FFFFFF;
	background-color: #42494F;
}

/********* MENU DE NAVIGATION **************/
div.menubar{
	margin-top: 7px;
	background-color: #050505;
	height: 44px;
	text-align: left;
	font-family:'ubuntuLight',Arial;
	color:white;
}
.blocmenuh{
	height:44px;
	width:1115px;
	padding-left:35px;
}
.elemmenuh, .elemmenuhActif  {
	height:32px;
	padding:12px 10px 0 10px;
	position:relative;
	float:left;
	margin-left:20px;
	font-size:16px;
	
	/*transition*/
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
}
.elemmenuhActif, .elemmenuh:hover{
	background-color:#d09351;
	color:#000000;
}
.sousMenu{
	display:none;
	background-color:#D5D7D9;
	top:44px;
	left:0;
	position:absolute;
	width:200px;
	color:#000;
	z-index:1000;
}
.elemmenuh:hover .sousMenu{
	display:block;
}
.sousMenu a, .sousMenu span{
	padding:5px;
	margin:5px 0;
	display:block;
}
.sousMenu a:hover, .sousMenu span{
	color:#000;
	background-color:#D09351;
}
/**** Menu gauche (catalogue + letters article + admin) ****/
#menuCatalogue{
	width:190px;
	border-style:solid;
	border-color: #8a8f95;
	border-width:0 1px;
	float:left;
}
#menuCatalogue .espaceModele{
	border-bottom:1px solid #8a8f95;
}
.menuCatalogueTitre{
	min-height:28px;
	padding-left:15px;
	padding-top: 5px;
	font-family:'oxygenregular';
	font-size:17px;
	text-transform:uppercase;
	color:#fff;
	background-color:#000;
}
.menuCatalogueR1,.menuCatalogueR1actif{
	min-height:28px;
	padding-left:15px;
	padding-top: 5px;
	font-family:'oxygenregular';
	font-size:17px;
	text-transform:uppercase;
	color:#fff;
	background-color:#8a8f95;
}
.menuCatalogueR1actif{
	background-color: #d09351;
}
.menuCatalogueR1actif{
	background-color:#d09351;
}
.menuCatalogueSpe{
	background-color:#54595f;
}
.menuCatalogueSpe:hover{
	background-color:#d09351;
}
.menuCatalogueR2,.menuCatalogueR2actif{
	padding-left:15px;
}
.menuCatalogueR2:before, .menuCatalogueR2actif:before {
	content:'- ';
}
.menuCatalogueR2actif{
	background-color:#d09351;
	color:white;
}
.menuCatalogueR1:hover,.menuCatalogueR2:hover{
	background-color:#d09351;
	color:white;
	/*transition*/
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
}
/* Fil de navigation ( filariane */
.filAriane{
	padding: 5px 0 5px 5px;
}
.filAriane, .filAriane a{
	font-size:12px;
	color:#050505;
	text-decoration:none;
	 text-transform:capitalize;
}
.filAriane a:last-child{
	color:#D09351;
}

/************** Pied de page (Footer) **************/
#footer{
	position:relative;
	padding:20px 0 0 0;
	min-height:200px;
	width:100%;
	min-width:1200px;
	background-color:#383d43;
	color:#fff;
}
/*Liens*/
#footerLinkContainer{
	position:relative;
	min-height:150px;
	width: 1078px;
	margin:0  auto;
	padding-left:130px;
	padding-bottom:20px;
	overflow-x:visible;
}
.footerLinkEncart{
	position:relative;
	float:left;
	width: 340px;
	min-height:200px;
}
.footerLinkEncart h2{
	font-size:23px;
	font-family:"oxygenregular";
	color:#d09351;
	text-transform:uppercase;
	margin:0;
}
.footerLinkEncart h3{
	font-size:18px;
	font-family:Arial;
	color:#fff;
	font-weight: normal;
	margin:0px 0 10px 0;
}
.footerLinkEncart ul{
	padding-left:0px;
	margin:0 0 0 0;
	font-family:"oxygenregular";
	list-style-type:none;
}
.footerLinkEncart ul li:before{
	content:'- '
}
/*Footer infos*/
#footerInfoContainer{
	width:100%;
	min-height:72px;
	background-color:#0c1117;
	border-top:1px solid #fff
}
#footerInfoPadding{
	width: 1078px;
	min-height:72px;
	margin:0  auto;
	padding-left:130px;	
}
#footerAdresse{
	position:absolute;
	margin-left:24px;
	color:#d09351;
	font-size:13px;
}
#footerMenu{
	position:absolute;
	margin-left: 600px;
	color:#fff;
	font-size:13px;
}

/* Remonte Page */
#remontePage{
	position:absolute;
	width:40px;
	height:40px;
	right:15px;
	margin-top:15px;
	/*transition*/
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
	}
#remontePage:hover{
	margin-top:10px;
}


/**************** Boutons - liens ****************/
.boutonMain{
	display:inline-block;
	background-color:#d09351;
	color:#FFF;	
	font-size:17px;
	line-height:25px;
	padding:0 30px;
	border:none;
	cursor:pointer;
	/*transition*/
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
}
.lienNavigation{
	display:inline-block;
	background-color:#d09351;
	color:#FFF;	
	font-size:17px;
	line-height:39px;
	padding:0 62px 0 30px;
	border:none;
	background-image:url(/tpl/images/fleche.png);
	background-repeat:no-repeat;
	background-position:right 5px center;
	cursor:pointer;
	/*transition*/
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
}
.lienModif{
	display:inline-block;
	background-color:#d09351;
	color:#FFF;	
	font-size:15px;
	line-height:29px;
	padding:0 52px 0 20px;
	border:none;
	background-image:url(/img/modifier.png);
	background-repeat:no-repeat;
	background-position:right 10px center;
	background-size: 18px auto;
	cursor:pointer;
	/*transition*/
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
}
.boutonMain:hover,.lienNavigation:hover,.lienModif:hover{
	color:#000000;	
}
.ajoutPanier{
	background-color:#d09351;
	color:#000000;
	background-image:url(/img/panier-noir.png);
	background-repeat:no-repeat;
	background-position:right center;/* pour safari */
	background-position:right 5px center;
	display:inline-block;
	line-height:21px;
	font-size:11px;
	padding:0 30px 0 5px;
	border:none;
	font-family:"oxygenbold";
	cursor:pointer;
	/*transition*/
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
}
.ajoutPanier:hover{
	color:#FFFFFF;
	background-image:url(/img/panier-blancMini.png);
}
/*************** Fenêtre popUp *******************/
#fondu {
	left:0;top:0;
	z-index:1001;
	background-color:#FFFFFF;
	background-color:rgba(255,255,255,0.7);
	display:none;
	min-width:1200px;
	width:100%;
	height:100%;
	position:fixed;
}
#window { 
	display:none;
	position:absolute;		
	z-index:1001;
	color:#000000;
	top: 82px;
	left:calc(50% - 1170px / 2);
	background-color:transparent;  
	text-align:center;
	}
.fenetreForm{
	width:300px;
	background-color:#d5d7d9;
	margin:200px auto 0;
	font-weight:bold;
	color:#0A2D46;
}
.fenetreForm .enteteFenetre{
	background-color:#383d43;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:16px;
	padding:5px 5px 5px 26px;
	text-align:left;
}
.fenetreForm label{
	color:#050505;
	margin-left:10px;
}
.fenetreForm input[type=text], .fenetreForm input[type=password]{
	border:none;
	width:100%;
	font-size:14px;
	font-family:'oxygenlight';
	padding-left:10px;
	height:26px;
	margin-bottom:14px;
}
.boutonValider{
	background-color:#d09351;
	background-image:url('/img/valid.png');
	background-repeat:no-repeat;
	background-position:right center;
	border:none;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	width:190px;
	height:26px;
	line-height: 26px;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
}
.boutonValider:hover{
	background-color: #383d43;
	background-image:url('/img/valid.png');
	background-repeat:no-repeat;
	background-position:right center;
}
#code_keycode{
	width:auto;
}
.fenetreForm a{
	color:#0A2D46;
	font-weight:normal;
}

#pageWindow { 
	margin:auto auto auto auto;
	width:1170px;
} 

/*Intérieur Fenêtre*/
.boutonSuite{
	display	:block;
	float:left;
	margin-right:0px;
	cursor:pointer;
}

.txtBouton{
	margin:auto auto auto auto;	
	font-size:14px;
	font-weight:bold;	
}

.txtLibelle{
	font-size:13px;
	text-align:left;
}

.txtLibelleR{
	font-size:10px;
	text-align:left;
	color:red;
}

.petitCadreImg{
	float:left;
	height:300px;
	width:175px;
	/*background-color:yellow;*/
	margin:10px 15px;
	border: 1px solid  #B3B3B3;
	text-align:center;
	position:relative;
}

/*Ornement*/
.imgOrn_Selectionne{
	border: 1px solid  #B3B3B3;	
}

.txtBouton{
	margin-top:9px;
	font-size:12px;
	text-align:left;	
	font-weight:bold;	
	color:white;
}
.legend{
	color:#696969;
	display:block;
	font-size:10px;
}

.txtBoutonNoir{
	margin-top:7px;
	font-size:12px;
	text-align:left;	
	font-weight:bold;	
	color:black;
}

.ligneSelectMultiple{
	background-color:red;
	color:white;
	text-decoration:none;
}

.ligneSelect{
	background-color:blue;
	color:white;
	text-decoration:none;
}

.bordureBleu{
	border: 1px solid #316AC5;
}

.ui-state-disabled .ui-icon ui-icon-arrowthick-2-n-s{
	opacity:0.35;
}

#cadrePrincipal h3{
	font-size:16px;
	text-align:center;
	margin:5px 0 0 0;
}

/* style Atelis */
.KeywordsDivCode{

}
.KeyWordsDivHidden{
	display: none;
	visibility: hidden;
}
.KeyWordsDivVisible{
	background-color: white;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -1px;
	visibility: visible;
	width: 600px;
	z-index: 9099;
}
tr.KeyWordNormal{
	background-color: white;
	color: black;
	cursor: default;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	text-indent: 2px;
}
tr.KeyWordSelected {
	color: white;
	cursor: default;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	text-indent: 2px;
}
tr.KeyWordSelected td {
	background-color: #336699;
}
.KeyWordBold{
	color: red;
}
#formLoadImg{
	position:absolute;
	bottom:30px;
	left:10px;
	text-align:left;
}
.imgArticle{
	cursor: pointer;
	display: block;
	margin: 10px auto;
	max-height: 120px;
	max-width: 170px;
}
.InputDisabled{
	background-color: #ffffff;
	border: medium none;
	box-shadow: 0 0 0 0 #ffffff inset;
}
.txtOutilDisabled, .fenetreForm .txtOutilDisabled label{
	color:#6C8190;
	font-size:12px;
	text-decoration:line-through;
}


.boutonEtape{
	background-color: #000;
	background-image: url("/tpl/images/fleche.png");
	background-position: right 5px center;
	background-repeat: no-repeat;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	line-height: 39px;
	padding: 0 62px 0 30px;
	float:right;
}
.boutonEtape:hover,.boutonEtapePrec:hover{
	background-color: #D09351;
}
.boutonEtapePrec{
	background-color: #8a8f95;
	background-image: url("/tpl/images/flecheRetour.png");
	background-position: left 5px center;
	background-repeat: no-repeat;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	line-height: 39px;
	padding: 0 32px 0 62px;
}

.listeEapePanier{
	padding-left:7px;
	margin:20px 0;
}
.etapePanier{
	display:inline-block;
	line-height:38px;
	font-size:17px;
	color:#FFFFFF;
	width:232px;
	background-image:url(/img/etape.png);
	background-repeat:no-repeat;
	text-align:center;
	margin-left: -7px;
   margin-right: -10px;
}
.etapePanierMini{
	width: 111px;
	background-image: url(/img/etapeMini.png);
}
.etapePanier.etapePanierActif{
	background-image:url(/img/etapeActif.png);
}
.etapePanierMini.etapePanierActif{
	background-image: url(/img/etapeMiniActif.png);
}
.etapePanier.etapePrec:hover{
	cursor: pointer;
	background-image: url(/img/etapePrec.png);
}
.etapePanierMini.etapePrec:hover{
	background-image: url(/img/etapeMiniPrec.png);
}
.etapePanier span{
	margin-right:20px;	
}
.etapePanierMini span{
	margin-right:0px;	
}



.glyphicon.glyphicon-remove{
	background-image: url("/img/croix.jpg");
	background-size: 20px auto;
	height: 20px;
	width: 20px;
}
.glyphicon.glyphicon-search{
	background-image: url("/img/loupe.png");
	background-size: 20px auto;
	height: 20px;
	width: 20px;
}
.pictoNew {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
}