body {
	background: url("../images/bg-fond.jpg") repeat;
	font-family: Arial, sans-serif;
}

p {
	margin: 0;
	padding: 0;
	color: #666;
	line-height: 1.5em;
	font-size: 11px;
}

p a {
	text-decoration: none;
}

.mt2 {
	margin-top:20px;
}


@ Media \ {0screen
  img { 
  	width: auto; / * pour ie 8 * /
  }
}

.clearer {
	height: 0;
	clear: both;
}

#header-ext {
	height: 116px;
	width: 100%;
	background: #272822;
}

#header {
	background: rgb(39,40,34);
	background: -moz-linear-gradient(left,  rgba(39,40,34,1) 0%, rgba(93,89,88,1) 49%, rgba(39,40,34,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(39,40,34,1)), color-stop(49%,rgba(93,89,88,1)), color-stop(100%,rgba(39,40,34,1)));
	background: -webkit-linear-gradient(left,  rgba(39,40,34,1) 0%,rgba(93,89,88,1) 49%,rgba(39,40,34,1) 100%);
	background: -o-linear-gradient(left,  rgba(39,40,34,1) 0%,rgba(93,89,88,1) 49%,rgba(39,40,34,1) 100%);
	background: -ms-linear-gradient(left,  rgba(39,40,34,1) 0%,rgba(93,89,88,1) 49%,rgba(39,40,34,1) 100%);
	background: linear-gradient(to right,  rgba(39,40,34,1) 0%,rgba(93,89,88,1) 49%,rgba(39,40,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272822', endColorstr='#272822',GradientType=1 );
	height: 116px;
}

#header .header-right {
	background: url("../images/background-header.png") no-repeat top right;
	height: 116px;
}

#footer-ext {
	height: 110px;
	background: #c99e64;
}

#footer-fond {
	background: url("../images/bg-footer.png") no-repeat top left;
	width: 976px;
	margin: 0 auto;
	height: 125px;
	position: relative;
	top: -13px;
}

.white {
color: white;
}

.gray {
color: #999;
}

.beige {
color: #DDB175;
}

#assistance {
	padding-top: 22px;
	background: url("../images/bg-assistance.png") no-repeat top right;
	height: 116px;
}

#assistance .titre {
font-size: 18px;
font-weight: bold;
}
#dimMarquage p {
    font-size: 11px !important;   
}
#assistance .numero_telephone {
font-size: 17px;
line-height: 22px;
font-weight: bold;
}

#header #basketHeader ul#basketLinks {
	margin:0;
	padding: 0;
	width:260px;
	clear:both;
	background: url("../images/background-gradient-black.gif") left top repeat-x;	
	line-height:2.3em;
}

#header #basketHeader ul#basketLinks li {
	display: inline;
	list-style-type: none;
	text-align: left;
	margin-right:2px;
	cursor: pointer;
}

#header #basketHeader ul#basketLinks li a {
		padding: 0 5px;
		font-size:11px;
		text-align: center;
		text-decoration:none;
}

#header #basketHeader {
	position:relative;
}
#header #basketHeader #basketLinks {
	padding:0 !important;
	text-align:center;
	float:right;
}
#basketLinks img.ic-header {
	margin-right:0px;
}
#header #basketHeader #nbrProduct {
display: block;
position: absolute;
float: left;
color: #fff;
top: 50px;
font-weight: bold;
right: 0;
width: 150px;
line-height: 1em;
-webkit-border-radius: 2px;    
 border-radius: 2px;
text-align: center;
}

#header #basketHeader #nbrProduct div {
background-color: rgba(233, 201, 150, 0.6);
padding: 10px 0;
}

#header #basketHeader #nbrProduct a {
	color: #000;
	text-decoration: underline;
}

#header #basketHeader #nbrProduct span {
	font-size: 11px;
}

#header a.linkEnvoyer {
	background: url("../images/background-gradient-black.gif") left top repeat-x;
	display:block;
	width: 150px;
	text-decoration:none;
	float:right;
	text-align:center;
	line-height:2.3em;
	margin-bottom: 5px;
}

#header div.linkEnvoyer {
	background: url("../images/background-gradient-black.gif") left top repeat-x;
	display:block;
	text-decoration:none;
	float:right;
	text-align:center;
	padding: 0 5px;
	line-height:2.3em;
	margin-bottom: 5px;
}

#header div.linkEnvoyer a {
	color: #DDB175;
	text-decoration:none;
}

#header #basketHeader ul#basketLinks li a.iconPanier {
	background: url("../images/background-basket-icon.png") no-repeat 4px; 
	padding-left: 25px;
}

#header #basketHeader a:hover {
	color: #FFE7B6;
}

ul#menu {
	margin: 0 ;
	padding:0;
	background: rgb(233,202,149);
	background: -moz-linear-gradient(top,  rgba(233,202,149,1) 0%, rgba(201,158,100,1) 78%, rgba(182,143,91,1) 96%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,202,149,1)), color-stop(78%,rgba(201,158,100,1)), color-stop(96%,rgba(182,143,91,1)));
	background: -webkit-linear-gradient(top,  rgba(233,202,149,1) 0%,rgba(201,158,100,1) 78%,rgba(182,143,91,1) 96%);
	background: -o-linear-gradient(top,  rgba(233,202,149,1) 0%,rgba(201,158,100,1) 78%,rgba(182,143,91,1) 96%);
	background: -ms-linear-gradient(top,  rgba(233,202,149,1) 0%,rgba(201,158,100,1) 78%,rgba(182,143,91,1) 96%);
	background: linear-gradient(to bottom,  rgba(233,202,149,1) 0%,rgba(201,158,100,1) 78%,rgba(182,143,91,1) 96%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9ca95', endColorstr='#b68f5b',GradientType=0 );
	padding-bottom:0px;
	margin-top: 0px;
	height: 53px;
	position:relative;
}

ul#menu li {
	list-style-type: none;
	display:inline;
	line-height: 50px;
}

ul#menu li a{
	display:block;
	width: 110px;
	float:left;
	height:50px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #232323;
	text-transform: uppercase;
	font-weight: bold;
}

ul#menu li a#link-devis {
-webkit-border-radius: 2px;    
    border-radius: 2px;
	float:right;
	font-weight: bold;
	color: white;
	line-height: 1em;
	text-align:left;
	margin-top: 4px;
	height: 50px;
	margin-right: 5px;
	width: 162px;
	position: absolute;
	top:0px;
	right:0;
	background: url("../images/btn-devis-v2.png") left bottom no-repeat;
}

ul#menu li a#link-devis2 {
-webkit-border-radius: 2px;    
    border-radius: 2px;
	float:right;
	font-weight: bold;
	color: white;
	line-height: 1em;
	text-align:left;
	margin-top: 0px;
	height: 64px;
	margin-right: 0px;
	width: 205px;
	position: absolute;
	top:-1px;
	right:-12px;
	background: url("../images/btn-devis-v4.png") left bottom no-repeat;
}

ul#menu li a:hover, ul#menu li a.menuActif{
	background: rgb(208,160,92);
	background: -moz-linear-gradient(top,  rgba(208,160,92,1) 1%, rgba(170,116,56,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(208,160,92,1)), color-stop(100%,rgba(170,116,56,1)));
	background: -webkit-linear-gradient(top,  rgba(208,160,92,1) 1%,rgba(170,116,56,1) 100%);
	background: -o-linear-gradient(top,  rgba(208,160,92,1) 1%,rgba(170,116,56,1) 100%);
	background: -ms-linear-gradient(top,  rgba(208,160,92,1) 1%,rgba(170,116,56,1) 100%);
	background: linear-gradient(to bottom,  rgba(208,160,92,1) 1%,rgba(170,116,56,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0a05c', endColorstr='#aa7438',GradientType=0 );
}


ul#menu li form div a:hover {
	background: transparent;
}

#bandeauAccueil {
	background: url("../images/bg-slider.png") no-repeat top left;
	display:block;
	height: 419px;
	margin-top: 0px;
}

#bandeauAccueil h1 {
	font-family: 'Century Gothic', 'Lucida Grande', arial, sans-serif;
	font-weight: bold;
	font-size: 45px;
	position: relative;
	text-rendering: optimizelegibility;
	top: 250px;	
	left: 10px;
}

#bandeauAccueil h2 {
	font-family: 'Century Gothic', 'Lucida Grande', arial, sans-serif;
	font-size: 23px;
	position: relative;
	top: 225px;
	left: 10px;
	color: #888;	
}

.bg-content h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #312e2c;
	margin: 10px 0;
}

.bg-content {
	background: #fff;
	-webkit-box-shadow:  0px 0px 10px 2px rgba(0, 0, 0, 0.3);        
	box-shadow:  0px 0px 10px 2px rgba(0, 0, 0, 0.3);
	padding: 20px 20px 60px 20px;
	-webkit-border-radius: 2px;    
    border-radius: 2px;
	min-height: 300px;
}

.bg-content2 {
	background: #fff;
	-webkit-box-shadow:  0px 0px 10px 2px rgba(0, 0, 0, 0.3);        
	box-shadow:  0px 0px 10px 2px rgba(0, 0, 0, 0.3);
	padding: 20px 20px 0 20px;
	-webkit-border-radius: 0px 0px 2px 2px;
     border-radius: 0px 0px 2px 2px;
	position:relative;
	top: 111px;
	height:40px;
}

.bg-content2 p {
	position: relative;
	top: -80px;
	text-align: center;
}

#tabAvantages {
	width: 650px;
	position: relative;
	top: 235px;
	color: #f0f0f0;
	padding-left: 10px;	
}

.puceAvantages {
	font-weight: bold;
}

.titleGamme {
	background: url("../images/bg-Gamme.png") no-repeat top left;
	height: 29px;
	position: relative;
	left: -34px;
	padding-left: 34px;
	line-height: 24px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight:bold;
	width: 920px;
}

.titleGamme a {
	float:right;
	text-transform: none;
	font-size: 11px;
	color: #888;
	text-decoration:none;
}

.titleGamme a span {
	text-decoration: underline;
	font-weight: bold;
}

ul.listProd, ul.listProdCat  {
	margin: 15px 0 20px 0;
	padding: 0;
}

ul.listProd li, ul.listProdCat li  {
	display: inline-block;
	width: 148px;
	border: 1px solid #aaa;	
	margin-right: 40px;
	margin-bottom: 20px;
	overflow: hidden;
	vertical-align:top;
	height: 240px;
}

ul.listProd li a, ul.listProdCat li a {


	text-decoration: none;
	

}

#ficheProduit ul.listProd li a {
	display: block;
	width: 152px;
	float:left;
	border: 1px solid #fff;
	margin-right: 10px;
	margin-bottom: 20px;
	text-decoration: none;
	height: 185px;
	overflow: hidden;
}

#ficheProduit ul.listProd li a img  { border: 2px solid #fff;}

#ficheProduit ul.listProd li a:hover img  { border: 2px solid #e9c996;}



ul.listProdCat li {
	margin-right: 37px;
	position:relative;
}

ul.listProd li.last, ul.listProdCat li.last{margin-right:0;}

ul.listProd li a img, ul.listProdCat li a img { padding: 10px 10px 5px 10px}

ul.listProd li h4, ul.listProdCat li h4 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight:bold;
	margin:0;
	padding:0 10px;
	text-align:left;
}

ul.listProdCat li.lien_couleur a {
	position:static;
	display:block;
}


ul.listProd li span, ul.listProdCat li span, ul.listProd li div.typeArticle {
	font-size: 11px;
	padding:0 10px;
	text-align:left;
	color: #888;
}

ul.listProdCat li span, ul.listProdCat li div.typeArticle{
	font-size: 12px;
	text-transform: uppercase;
	font-weight:bold;
	margin:0;
	padding:0 10px;
	color: #222;
	text-align:left;
}



ul.listProd li:hover, ul.listProdCat li:hover {
	border: 1px solid #222;
}

#footer ul {
	margin: 17px 0px 10px 40px ;
	padding: 0;
	list-style-image:url('../images/ic-fleche.png');
}

#footer ul a {
	text-decoration: none;
	color: #291e0d;
}

#footer ul a:hover, a.linkPlusCat:hover {text-decoration: underline; }

.btnMasque {
	text-align: right;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 40px;
}

.btnMasque span {
	cursor: pointer;
	color: #888;
	font-size: 11px;
}

.titleCategorie {
	font-size: 32px;
	color: #222;
	font-family: 'Century Gothic', 'Lucida Grande', arial, sans-serif;
	font-weight: bold;
}

.titleCategorie span {
	color: #888;
	font-weight: 100;
	font-size: 16px;
}

.bg-cat {
	vertical-align: middle;
	height: 230px;
}

.bg-cat div.nomCat {
	background: url("../images/bg-cat.png") no-repeat top left;
	height: 80px;
	width: 170px;
	display: table-cell;
	top: 40px;
	vertical-align: middle;
	text-align:center;
	position:absolute;
	left: -30px;
	padding-top:50px;
	font-size: 16px;
	color: #222;
	font-weight: bold;
	text-transform: uppercase;
}

.bg-cat a {
	display: block;
}

a.linkPlusCat {
	padding: 2px;
	font-size: 11px;
	color: #888;
	text-decoration: none;
}

#ficheProduit h1 {
	font-family: 'Century Gothic', 'Lucida Grande', arial, sans-serif;
	font-weight: bold;
	text-rendering: optimizelegibility;
	font-size: 31px;
	color: #292929;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	line-height: 1.5em;
}

#ficheProduit h1 span {
	text-transform: none;
	font-weight: 100;
}

.rond {
	width: 30px;
	height: 30px;
	background: rgb(109,179,242);
	background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(51%,rgba(54,144,240,1)), color-stop(100%,rgba(30,105,222,1)));
	background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
	background: -o-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
	background: -ms-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
	background: linear-gradient(to bottom,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 15px;
	display: inline-block;
	float: left;
	margin-top: -4px;
}

.rond span {
	font-weight: bold;
	color: white;
	font-size: 18px;
	width:30px;
	text-align: center;
	display: inline-block;
}

h2.etapes {
	color: #333;
	font-size: 13px;
	background: #E2E2E2;
	padding: 2px 0px 2px 30px;
	display: block;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;    
    border-radius: 10px;
	margin-top: -1px;
	border: 1px solid #ddd;
}

ul#listeTailles					{ display:block; float:left; width:500px; margin:0px 0 10px 0;}
ul#listeTailles li				{ display:block; width:50px;float:left; font-size:11px; color:black; line-height:1em;}
ul#listeTailles li label			{ display:block;width:30px;padding-top:5px;text-align:center;margin-right:0.5em; }
ul#listeTailles li input			{ padding:2px;display:block;margin:0; width:30px; text-align:center;border:1px solid #ccc;}
ul#listeTailles li input:focus {border:1px solid #DDB175}

#pageContenu h1 {
	border-bottom: 1px solid #ccc;	
	font-family: 'Century Gothic', 'Lucida Grande', arial, sans-serif;
	font-weight: bold;
	font-size: 25px;
	text-rendering: optimizelegibility;
	color: #222;
	padding: 0 0 10px 0;
}

#pageContenu h2 {
	font-family: 'Century Gothic', 'Lucida Grande', arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #444;
	padding: 2px 10px;
	background: #f7e8cf;
	margin: 30px 0 5px 0;
	clear: both;
}

#pageContenu p {
	text-align: justify;
}

#pageContenu img {
	display: inline-block;
	margin-bottom: 10px
}

#pageContenu .intertitre {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	padding: 10px 0;
	margin:0;
}

p.comment {
	padding: 10px ;
	border-bottom: 1px dotted #ccc;
}

#comment p:nth-child(2n+2) {
	background-color: #f2f2f2;
}

.address p {
	padding: 5px;
	font-size: 14px;
}

ul#listeReferences {margin: 0;padding:0;list-style-type:none}

ul#listeReferences li {
	display: inline;
	float: left;
	width: 94px;
	margin-right: 5px;
	height: 120px;	
}

ul#listeReferences li div img {
	display: inline-block;
}

ul#listeReferences li div {
	width: 95px;
	display: table-cell;
	height: 95px;
	overflow: hidden;
	padding: 5px;
	text-align:center;	
	vertical-align: middle;
}

img.imgContent {
	float:left;
	border: 1px solid #eee;
	padding: 2px;
	margin: 0 20px 20px 0;
}

#colorsFlex div {
	display: block;
	height: 60px;
	width: 60px;
}
#colorsFlex  td{
	font-size: 12px;
	text-align: center;
	font-weight:bold;
	text-transform: uppercase;
	vertical-align: top;
	padding-bottom: 20px;
}

#colorsFlex span {
	display: block;
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
}



#content .listeImpression				{ display:block; margin:0 12px 0 0; padding:0; float:left; }
#content .listeImpression li			{ display:block; float:left; text-align:center; }
#content .listeImpression li a			{ display:block; width:50px; height:11px; padding:45px 0 0 0; margin:0 2px 0px 0; text-decoration:none; background:url(../images/btn-zone-impression.png) left top no-repeat;} 
#content .listeImpression li a p		{ font-size:9px; line-height:9px; color:black; margin:0  !important; font-weight:bold;}

#content .manche						{ margin:0;}
#content .listeImpression a.last 		{ margin:0 0 5px;}

#content .face li a.coeur			{ background:url(../images/impression/png-50/face-coeur.png) left top no-repeat;}
#content .face li a.tiersa4		{ background:url(../images/impression/png-50/face-tiers-a4.png) left top no-repeat;}
#content .face li a.a4				{ background:url(../images/impression/png-50/face-a4.png) left top no-repeat;}
#content .face li a.a3				{ background:url(../images/impression/png-50/face-a3.png) left top no-repeat;}
#content li a.petit_format			{ background:url(../images/impression/png-50/standard.png) left top no-repeat;}
#content li a.petit_format.surfaceCasquette 			{ background:url(../images/impression/png-50/casquette.png) left top no-repeat;}
#content .dos li a.coeur			{ background:url(../images/impression/png-50/face-coeur.png) left top no-repeat;}
#content .dos li a.tiersa4			{ background:url(../images/impression/png-50/dos-tiers-a4.png) left top no-repeat;}
#content .dos li a.a4				{ background:url(../images/impression/png-50/dos-a4.png) left top no-repeat;}
#content .dos li a.a3				{ background:url(../images/impression/png-50/dos-a3.png) left top no-repeat;}

#content .manche li a.gauche		{ background:url(../images/impression/png-50/manche-gauche.png) left top no-repeat;}
#content .manche li a.droite		{ background:url(../images/impression/png-50/manche-droite.png) left top no-repeat;}


#content .listeImpression li a:hover		{ background-position:left bottom; color:black;}
#content .listeImpression li a.selection_surface		{ background-position:left bottom; color:black;}
#content .listeImpression li a.deselection_surface		{ background-position:left top !important; color:black;}
#content .listeImpression li.title{ 
display: block;
float:left;
vertical-align: middle;
line-height:50px;
width:30px;
background-color:#ffe8b6; color:#999; font-size:11px; font-weight:bold;color: #222; padding: 3px 0 ; text-transform:uppercase;
}

#content .listeImpression li.title img {
	vertical-align: middle;
}

#tabsProduit {min-height: 200px;margin-bottom:10px;padding-bottom:20px}
#tabsProduit ul#tabsProduit-menu {
	padding: 0;
	list-style-type:none;
	border-bottom: 1px solid #c7c8c3;
	height: 46px;
	padding-bottom:1px;
	margin: 20px 0;
}

#tabsProduit ul#tabsProduit-menu li{
	display: inline;
	width: 120px;
}

#tabsProduit ul#tabsProduit-menu li a{
	display: block;
	background: #f2f2f2;
	text-align: center;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight:bold;
	width: 150px;
	float:left;
	color: #919193;
	line-height:45px;
	margin-right: 9px;
	border: 1px solid #c7c8c3;
	border-bottom:none;
	margin-bottom:1px;
	height: 45px;
}

#tabsProduit ul#tabsProduit-menu li a:hover {
background: #333;
color: #fff;
}

#tabsProduit ul#tabsProduit-menu li.ui-state-active a {
background: #333;
color: #fff;

}



#tabsProduit2 {min-height: 200px;margin-bottom:10px;padding-bottom:20px}
#tabsProduit2 ul#tabsProduit-menu {
	padding: 0;
	list-style-type:none;
	border-bottom: 1px solid #c7c8c3;
	height: 35px;
	padding-bottom:1px;
	margin: 20px 0;
}

#tabsProduit2 ul#tabsProduit-menu li{
	display: inline;
	width: 120px;
	line-height:35px;
}

#tabsProduit2 ul#tabsProduit-menu li a{
	display: block;
	background: #f2f2f2;
	text-align: center;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight:bold;
	width: 120px;
	float:left;
	color: #919193;
	line-height:1.5em;
	margin-right: 9px;
	border: 1px solid #c7c8c3;
	border-bottom:none;
	margin-bottom:1px;
	height: 35px;
	background-image: url("../images/bg-tabs-menu.png") ;
	-webkit-border-radius: 5px 5px 0px 0px;
     border-radius: 5px 5px 0px 0px;
}

#tabsProduit2 ul#tabsProduit-menu li a:hover {
background-image: url("../images/bg-tabs-menu-hover.png");
color: #000;
}

#tabsProduit2 ul#tabsProduit-menu li.ui-state-active a {
background-image: url("../images/bg-tabs-menu-hover.png");
color: #fff;

}

p.descProduit {
	font-size: 14px;
	text-align: justify;
	padding-right:20px;
	padding-left:20px;
	color: #666;
	padding-top: 10px;
}

p.descProduit span {
	font-weight:bold;
}

.triangle-right {
	width: 0; 
	height: 0; 
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	display: inline-block;
	border-left: 14px solid #f0f0f0;
	position: relative;
	right:5px;
	top: -10px;
}

ul#livrerEtDeg {
	margin:0;
	padding:0;
	list-style-type: none;
	display:inline-block;
	background: #f0f0f0;
	padding:5px;
	width:162px;
}

ul#livrerEtDeg li img{
	padding-right:5px;
}
ul#livrerEtDeg li {
	padding-bottom: 10px;
}

div.selectionImpression label {
	font-size: 10px;
}

div.selectionImpression label {
	border: 2px solid white;
	cursor: pointer;
	margin-right: 30px;
}

div.selectionImpression input[type=radio] {
	cursor: pointer;
}

div.selectionImpression label:hover, div.selectionImpression input[type=radio]:checked   {
	border: 2px solid #e9c996;
}



a.plusOptions {
	color:#666;
	text-align:right;
	text-decoration: none;
}

a.plusOptions2 {
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	line-height: 1em;
	color:#666;
	text-align:right;
	text-decoration: none;
}

table#infos-impression {
	border: none;
	width: auto;
	margin: 0 ;
	margin-top: 30px;
	margin-bottom: 30px;
}

table#infos-impression th {
	text-align:center;
	padding: 10px 0;
background: #c5deea;
background: -moz-linear-gradient(top,  #c5deea 0%, #8abbd7 31%, #066dab 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5deea), color-stop(31%,#8abbd7), color-stop(100%,#066dab));
background: -webkit-linear-gradient(top,  #c5deea 0%,#8abbd7 31%,#066dab 100%);
background: -o-linear-gradient(top,  #c5deea 0%,#8abbd7 31%,#066dab 100%);
background: -ms-linear-gradient(top,  #c5deea 0%,#8abbd7 31%,#066dab 100%);
background: linear-gradient(to bottom,  #c5deea 0%,#8abbd7 31%,#066dab 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5deea', endColorstr='#066dab',GradientType=0 );
	color: #fff;
	
}

table#infos-impression td {
	text-align:center;
	padding: 5px;
	border-bottom: 1px dotted #333;
	color: #333;
}
table#infos-impression td ul {
	text-align:left;
}

.info_marquage {
	text-align:center;
	font-size: 11px;
	margin-bottom:8px;
	padding-bottom: 8px;
	cursor: pointer;
}
#choixProcess  .radioActif .inputRadioChoixMarquage {
	background:  #e9c996;
}
#choixProcess  .radioActif {
	opacity: 1;
}
table#infos-impression td:nth-child(2n+2) {background-color:#f2f2f2}

table#infos-impression tr:hover td {
background: #f2f9fe;
background: -moz-linear-gradient(top,  #f2f9fe 0%, #d6f0fd 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f9fe), color-stop(100%,#d6f0fd));
background: -webkit-linear-gradient(top,  #f2f9fe 0%,#d6f0fd 100%);
background: -o-linear-gradient(top,  #f2f9fe 0%,#d6f0fd 100%);
background: -ms-linear-gradient(top,  #f2f9fe 0%,#d6f0fd 100%);
background: linear-gradient(to bottom,  #f2f9fe 0%,#d6f0fd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=0 );
color: #222;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}

#tabsProduit h2 {
	font-size: 18px;
	color: #666;
	border-bottom: 1px solid #ccc;
}

table#infos-impression th:nth-child(2) {
-webkit-border-radius: 5px 0px 0px 5px;
        border-radius: 5px 0px 0px 5px;
}

table#infos-impression th:nth-child(6) {
-webkit-border-radius: 0px 5px 5px 0px;
        border-radius: 0px 5px 5px 0px;
}

.title-rendu {
	font-size: 12px;
	font-weight:bold;
	line-height: 2em;
}

a.btncommander, a.btnBat {
	background: #1e5799;
background: -moz-linear-gradient(-45deg,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8));
background: -webkit-linear-gradient(-45deg,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
background: -o-linear-gradient(-45deg,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
background: -ms-linear-gradient(-45deg,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
background: linear-gradient(135deg,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
	display:block;
	color: #fff;
	font-size: 16px;
	width: 200px;
	float: right;text-align: center;
	padding: 10px 15px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
	border: 2px solid white;
	-webkit-border-radius: 5px 5px ;
    border-radius:  5px 5px;
}

a.btncommander:hover, a.btnBat:hover {
border: 2px solid #1e5799;
}
a.btnBat {
	display:inline-block;
	float:none;
}
#prixTTC {
}

#puHT{
	font-family: 'Century Gothic', 'Lucida Grande', arial, sans-serif;
	font-weight: bold;
	font-size: 40px;
	text-rendering: optimizelegibility;
	 -webkit-text-stroke: 0.35px;
}

.title-similaire {
	font-size: 20px;
	font-weight: bold;
	color: #c89e64;
	padding-left: 25px;
}

#date_livraison {font-weight:bold}
#remise_degressivite {color: #de1037;font-weight:bold}
.remise {
	background: #ff0041;
	font-weight: bold;
	padding: 2px;
	-webkit-border-radius: 5px;    
    border-radius: 5px;
	margin: 0 5px;
	color: white;
	cursor: help;
}

.prixApresRemise {font-weight: bold}

p.prixEncart {
	clear:both;
	text-align:center;
	background-color:white;
	position:absolute;
	bottom:0;
	width:148px;
	right:0;
}

#ficheProduit p.prixEncart  {
	width: 150px;
	position: relative;
	padding-left:10px;
}

#ficheProduit ul.listProd li a h4, #ficheProduit ul.listProd li a span  {
	padding-left:26px;
}

#ficheProduit ul.listProd li a span  {
	font-size: 12px;
text-transform: uppercase;
font-weight: bold;
margin: 0;
padding-left:15px;
color: #222;
text-align: left;
height:15px;
overflow: hidden;
display:block;
}

#ficheProduit ul.listProd li a p.prixEncart {
width: 150px;
position: relative;
padding-left: 15px;
text-align: left;
overflow: auto;
}

#ficheProduit ul.listProd li a p.prixEncart span {
	display: inline;
}

ul.listProdCat li a p.prixEncart span {
	color: #000;font-weight:bold;padding:0;font-size:13px;
}

.listProd li img {
	height:128px;
	width:128px;
}

ul.listProdCat li a {
	position:relative;
}

#ficheProduit ul.listProd li a h4 {
	display: none;
}

/* Tiny Carousel */
#slider1 { height: 210px; overflow:hidden; padding: 0 0 10px;   }
#slider1 .viewport { border:1px solid #ccc;margin: 0; width: 856px; height: 210px; overflow: hidden; position: relative; }
#slider1 .next { 
	display: block;
background: #f3e2c7;
background: -moz-linear-gradient(-45deg,  #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f3e2c7), color-stop(50%,#c19e67), color-stop(51%,#b68d4c), color-stop(100%,#e9d4b3));
background: -webkit-linear-gradient(-45deg,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%);
background: -o-linear-gradient(-45deg,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%);
background: -ms-linear-gradient(-45deg,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%);
background: linear-gradient(135deg,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=1 );

	height: 212px;
	width: 20px;
	float: right;
	position: relative;
	top: -212px;
	right: 22px;
	text-decoration: none;
}

#slider1 .prev { 
background: #e9d4b3;
background: -moz-linear-gradient(-45deg,  #e9d4b3 0%, #b68d4c 49%, #c19e67 50%, #f3e2c7 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e9d4b3), color-stop(49%,#b68d4c), color-stop(50%,#c19e67), color-stop(100%,#f3e2c7));
background: -webkit-linear-gradient(-45deg,  #e9d4b3 0%,#b68d4c 49%,#c19e67 50%,#f3e2c7 100%);
background: -o-linear-gradient(-45deg,  #e9d4b3 0%,#b68d4c 49%,#c19e67 50%,#f3e2c7 100%);
background: -ms-linear-gradient(-45deg,  #e9d4b3 0%,#b68d4c 49%,#c19e67 50%,#f3e2c7 100%);
background: linear-gradient(135deg,  #e9d4b3 0%,#b68d4c 49%,#c19e67 50%,#f3e2c7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9d4b3', endColorstr='#f3e2c7',GradientType=1 );

	display: block;
	height: 212px;
	margin-top:0px;
	width: 20px;
	float: left;
	text-decoration:none;
}

#slider1 .prev:hover {
background: #f3e2c7;
background: -moz-linear-gradient(-45deg,  #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f3e2c7), color-stop(50%,#c19e67), color-stop(51%,#b68d4c), color-stop(100%,#e9d4b3));
background: -webkit-linear-gradient(-45deg,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%);
background: -o-linear-gradient(-45deg,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%);
background: -ms-linear-gradient(-45deg,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%);
background: linear-gradient(135deg,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=1 );
}

#slider1 .next:hover {
background: #e9d4b3;
background: -moz-linear-gradient(-45deg,  #e9d4b3 0%, #b68d4c 49%, #c19e67 50%, #f3e2c7 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e9d4b3), color-stop(49%,#b68d4c), color-stop(50%,#c19e67), color-stop(100%,#f3e2c7));
background: -webkit-linear-gradient(-45deg,  #e9d4b3 0%,#b68d4c 49%,#c19e67 50%,#f3e2c7 100%);
background: -o-linear-gradient(-45deg,  #e9d4b3 0%,#b68d4c 49%,#c19e67 50%,#f3e2c7 100%);
background: -ms-linear-gradient(-45deg,  #e9d4b3 0%,#b68d4c 49%,#c19e67 50%,#f3e2c7 100%);
background: linear-gradient(135deg,  #e9d4b3 0%,#b68d4c 49%,#c19e67 50%,#f3e2c7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9d4b3', endColorstr='#f3e2c7',GradientType=1 );
}

#slider1 .disable { visibility: hidden; }
#slider1 .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 240px; left: 0 top: 0; }
#slider1 .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height: 200px; width: 152px;border:none;}


#content ul#menu #btnDevis a#link-devis:hover, #content ul#menu #btnDevis a.devisRapideActif {	
	background: url("../images/btn-devis-v2-hover.png") left bottom no-repeat;
} 

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 2px solid #333;
	background-color: #333;
	padding: 5px;
	color: #fff;
	text-align:center;
	font-weight:bold;
}

#tooltip img {
	background-color: white;
	padding:10px;
	margin-bottom:5px;
}

.tooltip {
	position: absolute;
	z-index: 3000;
	border: 2px solid #333;
	background-color: #333;
	padding: 5px;
	color: #fff;
	text-align:center;
	font-weight:bold;
}


#tooltip h3, #tooltip div { margin: 0; }

/* PANIER */
#content #stepBasket { display:block; height:65px; margin:0; border-bottom:1px dotted #ccc; color:white; padding:10px 0 10px 20px; line-height:0;}
#content #stepBasket li a {text-decoration:none;cursor: default;}
#content #stepBasket li	{ display:block; float:left; width:170px; margin:0 3px 0 0;}
#content #stepBasket li a em	{ text-decoration:none;border-radius: 22px;display:block; width:44px; height:37px; margin:0 auto 10px; padding:7px 0 0; text-align:center; font-family:"Century Gothic", Arial, sans-serif; color:white; font-size:24px; font-weight:bold; line-height:30px;}
#content #stepBasket li a strong { display:block; margin:0 auto;  line-height:12px; text-align:center; }
#content #stepBasket li a.prev em { background-color:#ccc; }
#content #stepBasket li a.active em { 
	background: rgb(233,202,149);
	background: -moz-linear-gradient(top,  rgba(233,202,149,1) 0%, rgba(201,158,100,1) 78%, rgba(182,143,91,1) 96%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,202,149,1)), color-stop(78%,rgba(201,158,100,1)), color-stop(96%,rgba(182,143,91,1)));
	background: -webkit-linear-gradient(top,  rgba(233,202,149,1) 0%,rgba(201,158,100,1) 78%,rgba(182,143,91,1) 96%);
	background: -o-linear-gradient(top,  rgba(233,202,149,1) 0%,rgba(201,158,100,1) 78%,rgba(182,143,91,1) 96%);
	background: -ms-linear-gradient(top,  rgba(233,202,149,1) 0%,rgba(201,158,100,1) 78%,rgba(182,143,91,1) 96%);
	background: linear-gradient(to bottom,  rgba(233,202,149,1) 0%,rgba(201,158,100,1) 78%,rgba(182,143,91,1) 96%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9ca95', endColorstr='#b68f5b',GradientType=0 );

color: white

}
#content #stepBasket li a.next em { background-color:#ccc; }
#content #stepBasket li a.prev strong { color:#ccc; }
#content #stepBasket li a.active strong { color:black; }
#content #stepBasket li a.next strong { color:#ccc; }


#content #form_panier h3 { text-align:center; font-weight:bold; font-size:16px; margin:15px 0;}
#content #panier { width:100%; margin:15px 0; color:#999;}
#content #panier a	{ color:#999;}
#content #panier th { background-color:#333; color:#999;padding: 0 5px 0 0; text-align:center;  font-weight:bold;}
#content #panier tr				{}
#content #panier tr.ligneGrise { background-color:#e9e9e9;}
#content #panier tr.ligneGrise:nth-child(2n+1) { background-color:#fff;}
#content #panier tr td	{ padding:10px; vertical-align:middle; text-align:center; border-bottom: 1px solid #ccc }
#content #panier tr td input[type=text]{ text-align:center; width:50px; border:1px solid #999;}
#content #panier tr td.total	{ text-align:right;border: 0}
#content #panier tr td.ht	{ background-color:#e9e9e9;}
#content #panier tr td.frais	{ background-color:#d4d4d3;}
#content #panier tr td.ttc	{ background-color:#ddb175; color:white; font-weight:bold;}
#content #panier tr td.text	{ padding:20px; text-align:left; line-height:14px;border:none}

.photo_panier div {display: block; height:65px;width:65px;border:1px solid #333}

#choixProcess span.typeMarquageLabel {
	padding-left: 22px;
	display: block;
	text-align:left;
	font-size: 11px;
	text-transform: capitalize;
}
a#lequelChoisir {font-size: 15px; font-weight:bold}


#content a.voirplusde {
	line-height: 3em;
color: #000;
	background: rgb(233,202,149);
	background: -moz-linear-gradient(top,  rgba(233,202,149,1) 0%, rgba(201,158,100,1) 78%, rgba(182,143,91,1) 96%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,202,149,1)), color-stop(78%,rgba(201,158,100,1)), color-stop(96%,rgba(182,143,91,1)));
	background: -webkit-linear-gradient(top,  rgba(233,202,149,1) 0%,rgba(201,158,100,1) 78%,rgba(182,143,91,1) 96%);
	background: -o-linear-gradient(top,  rgba(233,202,149,1) 0%,rgba(201,158,100,1) 78%,rgba(182,143,91,1) 96%);
	background: -ms-linear-gradient(top,  rgba(233,202,149,1) 0%,rgba(201,158,100,1) 78%,rgba(182,143,91,1) 96%);
	background: linear-gradient(to bottom,  rgba(233,202,149,1) 0%,rgba(201,158,100,1) 78%,rgba(182,143,91,1) 96%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9ca95', endColorstr='#b68f5b',GradientType=0 );
border-radius: 2px;
padding: 2px 5px;
font-size: 11px;
margin-right: 7px;
}

#content a.voirplusde:hover {
	background: rgb(208,160,92);
	background: -moz-linear-gradient(top,  rgba(208,160,92,1) 1%, rgba(170,116,56,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(208,160,92,1)), color-stop(100%,rgba(170,116,56,1)));
	background: -webkit-linear-gradient(top,  rgba(208,160,92,1) 1%,rgba(170,116,56,1) 100%);
	background: -o-linear-gradient(top,  rgba(208,160,92,1) 1%,rgba(170,116,56,1) 100%);
	background: -ms-linear-gradient(top,  rgba(208,160,92,1) 1%,rgba(170,116,56,1) 100%);
	background: linear-gradient(to bottom,  rgba(208,160,92,1) 1%,rgba(170,116,56,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0a05c', endColorstr='#aa7438',GradientType=0 );
}

#prochain_pu {
	font-weight:bold;
}

ul.resultSearch li {
	padding: 0;
	margin-left:0px;
}

.container #partie_compte {
		background: #fff;
	-webkit-box-shadow:  0px 0px 10px 2px rgba(0, 0, 0, 0.3);        
	box-shadow:  0px 0px 10px 2px rgba(0, 0, 0, 0.3);
	padding: 20px 20px 60px 20px;
	-webkit-border-radius: 2px;    
    border-radius: 2px;
	margin:0;
	min-height: 300px;
	padding-top:40px;
}

.container #partie_compte  div.colonne2{
	width: 450px;
}

.container #bloc_commander {
			background: #fff;
	-webkit-box-shadow:  0px 0px 10px 2px rgba(0, 0, 0, 0.3);        
	box-shadow:  0px 0px 10px 2px rgba(0, 0, 0, 0.3);
	padding: 20px 20px 60px 20px;
	-webkit-border-radius: 2px;    
    border-radius: 2px;
	margin:0;
	min-height: 300px;
	padding-top:40px;
}

.container #sous_bloc_commander {
border: none;
padding: 0;
}

.container #bloc_commander  p {
	line-height:1em;
	font-weight:100;
}

.container #bloc_commander #bloc_coords fieldset:nth-child(2) {
	padding:0;
}

a#lien_authentification {
	margin-top:10px;
}

.input-beige {
	background: #1e5799;
background: -moz-linear-gradient(-45deg,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8));
background: -webkit-linear-gradient(-45deg,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
background: -o-linear-gradient(-45deg,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
background: -ms-linear-gradient(-45deg,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
background: linear-gradient(135deg,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
	display:block;
	color: #fff;
	font-size: 16px;
	width: 250px;
	float: right;text-align: center;
	padding: 10px 15px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
	border: 2px solid white;
	cursor: pointer;
	-webkit-border-radius: 5px 5px ;
    border-radius:  5px 5px;
}

.input-gray {
	background: #e2e2e2;
background: -moz-linear-gradient(-45deg,  #e2e2e2 0%, #f2f2f2 50%, #207cca 51%, #e2e2e2 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e2e2e2), color-stop(50%,#f2f2f2), color-stop(51%,#e2e2e2), color-stop(100%,#e2e2e2));
background: -webkit-linear-gradient(-45deg,  #e2e2e2 0%,#f2f2f2 50%,#e2e2e2 51%,#e2e2e2 100%);
background: -o-linear-gradient(-45deg,  #e2e2e2 0%,#f2f2f2 50%,#e2e2e2 51%,#e2e2e2 100%);
background: -ms-linear-gradient(-45deg,  #e2e2e2 0%,#f2f2f2 50%,#e2e2e2 51%,#e2e2e2 100%);
background: linear-gradient(135deg,  #e2e2e2 0%,#f2f2f2 50%,#e2e2e2 51%,#e2e2e2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#e2e2e2',GradientType=1 );

	color: #333;
	font-size: 16px;
	text-align: center;
	padding: 10px 15px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
	border: 2px solid white;
	cursor: pointer;
	-webkit-border-radius: 5px 5px ;
    border-radius:  5px 5px;
}

.input-gray:hover {
	border:2px solid #aaa;
}

.input-beige:hover {
border: 2px solid #1e5799;
}

.container .bloc_sous_etapes {
	width: auto;
	margin-bottom: 10px;
}

.container #bloc_recapitulatif_droit fieldset, .container #bloc_selection_port fieldset, #bloc_port_superieur #bloc_selection_port, .container #bloc_recapitulatif_gauche fieldset, .container #form_validation, .container #form_ports, .container #bloc_port_superieur {

	padding:0;
}

.container #bloc_selection_reglement ul {
	list-style-type: none;
	padding:0;
}

.container #sous_bloc_commander {
	padding:0;
}	

.container #bloc_panier {
	margin:0;
}


.container #sous_bloc_commander  {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


.container #sous_bloc_commander {
	line-height: 1;
}
.container #sous_bloc_commander  ol, .container #sous_bloc_commander  ul {
	list-style: none;
}

.container #sous_bloc_commander h4 {line-height: 1em;margin:0;font-size:100%}
.container #sous_bloc_commander h3 {margin:0;font-size:100%}

.container #sous_bloc_commander table {
	border-collapse: collapse;
	border-spacing: 0;
}

#socialTags {
	position: absolute;
	right: 20px;
	bottom:-18px;
}

#socialTags ul {margin:0;padding:0;list-style-type:none;}

#socialTags li {display:inline-block;margin-right:5px;}
#ficheProduit .smallcolor li {
	height:40px;
	border: 4px solid transparent;
	outline: 1px solid #e2e2e2;
	margin: 0 5px 5px 0;
}
#ficheProduit .smallcolor li a {
	height: 40px;
	display: block;
	line-height: 50px;
	vertical-align: bottom;
}
#ficheProduit .smallcolor li#bestPrice, #ficheProduit .smallcolor li.best24 {
background-color:white;
	border-color: transparent;
height:40px;
width:50px;
top:0;
left:0;
text-align:center;
}
#ficheProduit .smallcolor li.best24 {
width: auto;
}
p.bestPrice {
	background: #8fc800;
	position: absolute;
	top: 30px;
	color: #fff;
	padding: 1px 2px;
	font-size: 10px;
	line-height: 1em;
}

li#bestPrice p, li.best24 p{
	cursor: pointer;
}

p.best24p{
	position: absolute;
	border-radius:2px;
	bottom: -2px;
	color: #fff;
	background: #DDB175;
	padding: 1px 3px;
	font-size: 9px;
	left:0;
	right:0;
	line-height: 1.2em;

}
.d24Mev {
	   position:absolute;
	   top:0;
	   right:0;
	line-height:1em;
	padding: 1px 2px;
	border-radius:2px;
	font-size: 9px;
	   color:#fff;
	   background: #DDB175;
   }

#ficheProduit  .smallcolor li#bestPrice:hover, #ficheProduit  .smallcolor li#bestPrice.couleurActif, #ficheProduit  .smallcolor li.best24.couleurActif {border: 4px solid #e9c996 !important;}

#content li a#btn_surface_casquette_1 {
	border: 2px solid #e9c996;
	border: 2px solid #fff;

}

a#infoImpress, a#infoTaille, a#infoDim {
	background: #aaa;
	font-weight: bold;
	color:#fff;
	text-decoration:none;
	-webkit-border-radius: 5px;    
	float:right;
	margin-right:5px;
	width: 20px;
	text-align:center;
    border-radius: 10px;
}

#content #panier a.ligneInfosTaille {
	font-size: 10px;
	line-height: 20px;
	padding-left: 25px;
	background: url('/images/ic-fleche2.png') no-repeat 10px 0;
	color: #888;line-height: 20px;text-decoration: underline;
}

#dimMarquage div {
	font-weight: bold;
	color: #222;
	font-size: 14px;
}

#dimMarquage div span { color: #888;font-weight:100;font-size:12px}

#dimMarquage td {
	border-right: 1px dotted #aaa;
	padding-left:10px;
}
#fil-ariane, #fil-ariane a {color: #aaa;font-size:16px;}
#fil-ariane a:hover {color: #333}

p.vcard {text-align:left}
p.vcard a {
	color: #888;
}

p.vcard a.email {
	text-decoration:none;
}

#content #panier a.btnInfos {
background: #aaa;
font-weight: bold;
color: #fff;
text-decoration: none;
-webkit-border-radius: 5px;
margin-right: 5px;
width: 20px;
padding: 0 5px;
text-align: center;
border-radius: 10px;
}

.optionsPanier label {
	font-weight: 100;
	font-size: 11px;
}

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

#uneQuestion {
background: #f2f2f2;
padding: 20px;
margin: 20px 0;
border: 2px dotted #ccc;
}

.uneQuestion {
background: url("../images/phone.png") no-repeat center left;
padding-left: 50px;
}

#uneQuestion p {
font-size: 12px;
line-height: 1.8em;
color: #666;
text-align: justify;
margin: 0;
padding: 0;
}

.uneQuestion span {
color: #247dbb;
font-size: 25px;
font-weight: bold;
}

#tabsProduit h2.exempleLogo {
	background: #e2cba1;
	color: #333;
	font-size: 14px;
	line-height: 2em;
	text-transform: none;
	border: 1px solid #ccc;
}

tr.logosEX td img {
	width: 167px;
}

a#btnexAdaptes {
	background: #7db9e8;
background: -moz-linear-gradient(top,  #7db9e8 0%, #1e5799 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(100%,#1e5799));
background: -webkit-linear-gradient(top,  #7db9e8 0%,#1e5799 100%);
background: -o-linear-gradient(top,  #7db9e8 0%,#1e5799 100%);
background: -ms-linear-gradient(top,  #7db9e8 0%,#1e5799 100%);
background: linear-gradient(to bottom,  #7db9e8 0%,#1e5799 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 );
color: #666;
font-size: 14px;
text-align:center;
display:block;
font-weight: bold;
padding: 5px;
text-decoration: none;
cursor: pointer;
border: 1px solid #ccc;
}

a#btnexAdaptes:hover {
background: #a8d1f0;
background: -moz-linear-gradient(top,  #a8d1f0 0%, #498ddb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8d1f0), color-stop(100%,#498ddb));
background: -webkit-linear-gradient(top,  #a8d1f0 0%,#498ddb 100%);
background: -o-linear-gradient(top,  #a8d1f0 0%,#498ddb 100%);
background: -ms-linear-gradient(top,  #a8d1f0 0%,#498ddb 100%);
background: linear-gradient(to bottom,  #a8d1f0 0%,#498ddb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8d1f0', endColorstr='#498ddb',GradientType=0 );
background: #333;
	

}

a#btnexAdaptes span {
	color: #14405a;
	text-transform : uppercase;
	text-decoration: none;
}

a#btn-tab-infos-impression {
background: #a8d1f0;
background: -moz-linear-gradient(top,  #a8d1f0 0%, #498ddb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8d1f0), color-stop(100%,#498ddb));
background: -webkit-linear-gradient(top,  #a8d1f0 0%,#498ddb 100%);
background: -o-linear-gradient(top,  #a8d1f0 0%,#498ddb 100%);
background: -ms-linear-gradient(top,  #a8d1f0 0%,#498ddb 100%);
background: linear-gradient(to bottom,  #a8d1f0 0%,#498ddb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8d1f0', endColorstr='#498ddb',GradientType=0 );

	background-image: url("../images/bg-tabs-menu.png") ;
	border: 1px solid #ccc;
color: #333;
font-size: 12px;
text-align:center;
padding: 10px 10px;
-webkit-border-radius: 2px;    
border-radius: 2px;
text-decoration: none;
cursor: pointer;
float: right;
margin-bottom: 20px;
width: 212px;
display:block;	
}

a#btn-tab-infos-impression:hover {
background-image: url("../images/bg-tabs-menu-hover.png");
color: #333;
}


#precisionsFichiers {
	border: 1px solid #ccc;
	margin-top:20px;
	padding-bottom:20px;
}

#precisionsFichiers img {margin-bottom:0}

.precisionsFichiersTitle {
	background: #ebebeb;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom:10px;
	font-weight: bold;
	text-align:center;
	line-height:2em;
	color: #b3b3b3;
}

#pageContenu p.logiciels {
	font-weight: bold;
	font-size: 16px;
	text-align:center;	
}

p.logiciels span {
	font-size: 12px; 
	font-weight: 100;
	color: #888;
	display: block;
}

.listeLogiciels ul, .listeLogiciels2 ul  {
	margin: 0 ;
	padding: 0 ;	
}

.listeLogiciels li {
	display: inline-block;
	width: 100px;
	text-align:center;
	padding-right:20px;
	line-height: 1.5em;
}

.listeLogiciels2 li {
	display: inline-block;
	width: 60px;
	text-align:center;
	padding-right:10px;
	line-height: 1.5em;
}

#pageContenu .listeLogiciels2 li p.logiciels {font-size: 11px}

.titreProduit {
	display: block;
	height: 14px;
	overflow: hidden;
}

#ficheProduit .prodSimilaires ul.listProd li a{
	margin-bottom:0;
	padding-bottom: 10px;
	height: 140px;
}

#ficheProduit .prodSimilaires ul.listProd li h4 {
	display: none;
}

#ficheProduit .prodSimilaires ul.listProd li .titreProduit {
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
margin: 0;
padding: 0 10px;
color: #222;
text-align: left;
}

.zoom_ok div.zoomPad div.zoomPup {
	cursor: nw-resize;
	cursor:url("../images/search.png") 15 15,auto;
}

.retourZoom {
margin: auto;
text-align: center;
position: relative;
z-index: 10000000;
top: 0px;
font-weight: bold;
}

a.lien_zoom .retourZoom span {
	background: #333;
	padding:  10px;
	line-height: 2em;
	opacity: 0.8;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 0px 0px 10px 10px;
     border-radius: 0px 0px 10px 10px;
}

a.lien_zoom .retourZoom:hover {
	
	text-decoration: underline;
	opacity: 1 ;
}

/*-------------- Page FAQ -----------------------*/

.title-rub-faq {
	font-weight: bold;
	font-size: 13px;
	line-height: 2em;
	padding-left: 5px;
	border-bottom: 2px solid #DDB175;
	text-transform: uppercase;
	color: #1A181D;
	margin-bottom: 3px;
}
.title-rub-faq img {
	vertical-align: middle;
	padding-right:5px;
	padding-bottom:4px;
	max-width: 20px;
}
#menu-faq ul {
	margin:0;
	padding:0;
	margin-bottom:30px;
}
#menu-faq ul li {
	list-style-type: none;
	border-bottom: 1px solid #e2e2e2;
	padding: 2px 5px;
	padding-left: 5px;
}

#menu-faq ul li img {
	padding-right: 2px;
}
#menu-faq ul li a {
	color: #666;
	font-size: 12px;
	text-decoration: none;
	padding:3px 3px;
	display: inline-block;
	border-radius: 2px;
}

#menu-faq ul li a:hover {
	color: #333;
	text-decoration:underline;
}
#menu-faq ul li a.disabled {
	color: #aaa;
	cursor: default;
}
#menu-faq ul li a.disabled:hover {
	text-decoration: none;
}
#inner-faq h1 {
	border-bottom: 1px solid #ccc;
    color: #222;
    font-family: "Century Gothic","Lucida Grande",arial,sans-serif;
    font-size: 25px;
    font-weight: bold;
    padding: 0 0 10px;
    text-rendering: optimizelegibility;
}
#inner-faq h2, .support-soustitre {
	font-size: 18px;
	border-left: 5px solid #CBA167;
	padding-left: 10px;
	margin: 20px 0 0px 0;
}

#inner-faq form label {
 display: inline-block;
    font-weight: bold;
    margin-top: 5px;
}
#inner-faq p {
	font-size: 14px;
	color: #555;
}
#inner-faq form .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1em;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
	margin:0;
}

#inner-faq tr.logosEX td img {
	width: 137px;
}

#inner-faq .bold {
	font-weight: bold;
}

#inner-faq .beigefonce {
	color: #B28D5C;	
}
#inner-faq form .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
#inner-faq form textarea.form-control {
    height: auto;
}

#inner-faq form .form-group {
    margin-bottom: 15px;
}

#inner-faq .interForm-contact {
	font-size: 16px;
	font-weight: bold;
	color: #3E3B36;
	border-bottom: 1px solid #aaa;
}

#inner-faq .bg-success {
    background-color: #dff0d8;
	padding: 15px;
}
.bg-faq {
	background: white;
	padding-top: 20px;    
	background: none repeat scroll 0 0 #fff;
    border-radius: 2px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
    min-height: 300px;
	padding-bottom:20px
}
.paddingRightSupport {
	padding-right: 20px;
}
.triangle-demande {
    border-color: transparent transparent #B9915D;
    border-style: solid;
    border-width: 0 6px 8px;
    height: 0;
    left: 10px;
    position: absolute;
    top: -7px;
    width: 0;
    z-index: 1000000;
}
#reponse-demande {
	padding: 10px;
	background: #DEBB83;
	border-radius: 2px;
	color: #000;	
	font-weight:bold;
	margin-top:10px;
	border: 5px solid #B9915D;
}

#bloc-demande {position:relative;display:none;border-collapse: separate;}

#compar-marquages th {
	background: #272822;
	color:white;
	border-left: 8px solid #fff;
	vertical-align: middle;
	border-right:none;
	font-size: 14px;
	font-weight:100;
	padding: 7px 0;
	line-height:1.2em;
	width:26%;
}
#compar-marquages {
	margin: 10px 0 40px 0;
}
#compar-marquages th span {	
	font-size: 15px;
}

#compar-marquages th span sup {font-size:0.5em;}

#compar-marquages th img {
	width: 50px;
	padding: 5px 0px;
}
#compar-marquages th:nth-child(2) {	
}
#compar-marquages td {
	border-left: 1px solid #888;
	background: #f2f2f2;
	padding: 15px 10px;
	text-align:center;
	vertical-align:middle;
	border-bottom:1px dashed #888;
	border-left: 8px solid white;
}
#compar-marquages td:nth-child(3n-1) {	
	background: #f2f2f2;
}
#compar-marquages td.legend-tab-marquage {
	border-left:none;
	background:white;
	vertical-align: middle;
	font-weight: bold;
}
#compar-marquages td.argument1-marquage {
	font-weight:bold;
	padding: 1px 10px;
	border-top:none;
}
.legend, p.legend, #inner-faq p.legend {
font-style:italic;font-size:11px;color: #888;padding-top:5px
}

#content #panier tr td.td-line-panier-frais {
	text-align:left;
	border-left: 1px solid #ccc;
}

#content #panier tr td.td-line-panier-frais label span {
	font-size: 13px;
	margin-left:3px;
}
#content #panier tr td.td-line-panier-frais div {
	font-size: 10px;
	padding: 5px 0 5px 3px;
}
#content #panier tr td.td-line-panier-frais div a {
	color: black;
}
#content #panier tr.tr-line-panier-frais {
	background: #f4fbff;	
}
#content #panier tr.tr-line-panier-frais td {
	padding: 10px;
	color: #222;
}
#petit_1 {
	font-size:10px;
	margin-top:10px;
}
#petit_1 sup {
	font-size:9px;
	vertical-align:super;
}

/* ///// Guide des Tailles /////// */

.guide_taille_to .bloc_info_article img {
    display: none;
}
.guide_taille_to .bloc_info_article .bloc_mar_nom_ref {
    display: none;
}
.guide_taille.guide_taille_to .bloc_info_article .title {
    display:none;
}
.guide_taille.guide_taille_to { padding: 0; }
.guide_taille_to th { background: none; }
.guide_taille_to table { border-collapse: collapse; }
.guide_taille.guide_taille_to .bloc_jauge .cursor_jauge { background: #C19D6B; }
.guide_taille.guide_taille_to .point_actif { background: #C19D6B; }

/* ///// Bannière Promo /////// */

.banniere-promo-topquadri {
    text-align: center;
    line-height: 1em;
    background: #E00D45;
    padding: 8px 0;
    margin: 2px 0;
    color: #fff !important;
}

.banniere-promo-topquadri .big {
    text-align: center;
    line-height: 1em;
    font-size:25px;
    font-weight:bold;
}

.banniere-promo-topquadri .red {
    color:#C89B60;
    font-weight:bold;
    color: #fff;
    text-transform:uppercase;
}
.baselinePromo {
    color:rgba(255,255,255,0.8);
    line-height:2em;
    font-size: 11px;
}
#btnDevis3 a  {
    width:211px !important;
}

/* ///// ToolTip Stock /////// */
.position-relative {
	position:relative;
}
.display-none {
	display:none;
}
.tooltip-stock-wrapper {
	position:absolute;
	width: 500%;
	top:50px;
	padding:10px;
	left:-250%;
	right:0;
	border-radius: 5px;
	border: 3px solid orange;
	background:rgba(255, 237, 204,1);
	z-index:6000;
	font-size:11px;
	line-height:1.2em;
}
.tooltip-stock-triangle {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0px 5px 10px;
	border-color: transparent transparent orange;
	position: absolute;
	top: -10px;
	left: 50%;
}
.tooltip-stock-wrapper.message-danger {
	border: 3px solid red;
	background:rgba(249,189, 190,1);
}
.tooltip-stock-wrapper.message-danger .tooltip-stock-triangle {
	border-color: transparent transparent red;
}
.float-right {
	float:right
}
.mr3 {
	margin-right: 30px;
}

.logo_marquage {
	max-width:80px;
}

.baselineMarquage {
	display:none;
}
.bold {
	font-weight:bold
}
.small {
	font-size: 0.8em;
}

.info_marquageDelais {
	font-size: 0.9em;
}

#container_meilleur_delai, #container_meilleur_prix {
	font-size: 10px;
	color:white;
	padding: 0 5px;
	font-weight:bold;
	clear:both;
	display:none;
	background: #e25612;
}
#container_meilleur_prix {
	background: #793c6a;
}



.seeAllColors a {
	display: block;
	width: 30px;
	text-decoration:none;
	text-align: center;
	margin-left: 5px;
	border: 3px solid #f2f2f2 !important;
	padding: 3px;
	background: #f2f2f2;
	color: #000;
	outline: 1px solid #888;
}
.seeAllColors a.btnSeeAllColors:hover {
	width: 30px !important;
}
.opac30 {
	opacity: 0.3;
}

.display-flex { display: flex;}

.info_marquage {
	font-weight: 100;
}
#choixdumarquage .limarquage:hover, .selectionMarquageLi {opacity:1 !important;}
.tag_meilleurdelai .info_marquageDelais, .tag_meilleurprix .info_marquagePrix, .UnSeulMarquage {
	font-weight: bold;
	color: #000;
}

.containerMarquage .logo_marquage {
	max-width: initial;
	width:100%;
}
.info_marquageDelais span img {
	float:left;
	max-width: 18px;
}
.info_marquageDelais span {
	display:block;

}
.prixHtDiv {
	font-size: 16px;
}
.info_marquagePrix {
	font-size: 11px;
}
.prixHtDiv {
	font-size: 16px;
}

.bloc_transport_selectionnable {

	margin-bottom:50px;
}

.blocSuggestions {
    background: white;
    padding: 40px 20px;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 101;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .4);
    flex-wrap: wrap;
    justify-content: start;
    -webkit-box-shadow: -2px 6px 24px -2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: -2px 6px 24px -2px rgba(0, 0, 0, 0.24);
    box-shadow: -2px 6px 24px -2px rgba(0, 0, 0, 0.24);

}

.blocSuggestions div.detailPrix {
    text-align: left;
    font-size: 10px;
    font-style: italic;
    text-transform: none;
    border: none;
    flex-grow: 1;
}

#submit_search {
    z-index: 101;
    position: relative;
}

.blocSuggestions .content-suggest-border:hover, .blocSuggestions .content-suggest-border:focus {
    background: #f2f2f2;
}

.overlaySuggest {
    background: rgba(5, 32, 56, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;

}

.blocSuggestions .content-suggest-border {
    border: 1px solid #ddd;
    margin: 0;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;

    border-top: none;
    border-right: none;
}

.blocSuggestions img.imgProductSuggest {
    width: auto;
    max-width: 80px;
    height: auto;
    max-height: 165px;
    display: block;
    margin: auto 30px auto auto;
}

.content-suggest:nth-child(1) .content-suggest-border, .content-suggest:nth-child(2) .content-suggest-border, .content-suggest:nth-child(3) .content-suggest-border {
    border-top: 1px solid #ddd;
}

.content-suggest:nth-child(3n) .content-suggest-border, .content-suggest:last-of-type .content-suggest-border {
    border-right: 1px solid #ddd;
}

.green {
    color: #8ec40c;
}

.title-suggest-titre {
    max-height: 40px;
    overflow: hidden;
}

.containerLegendSuggest {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 0 0;

}

.blocSuggestions > div:not(.wrapperPlusDeResultats ):not(.containerLegendSuggest ) {
    padding: 10px;
    color: #333;
    cursor: pointer;
    width: 33%;
    text-transform: lowercase;
    align-items: flex-start;
    border-bottom: 1px solid #e2e2e2;
}

.blocSuggestions a {
    color: #333;
}

.title-suggest {
    align-content: center;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.clear-both {
    clear: both;
}

@media (min-width: 992px) and (max-width: 1199px) {

    .content-suggest:nth-child(n+1) .content-suggest-border {
        border-top: none !important;
    }
    .prix-encart img {
        display: none;
    }

    .content-suggest:nth-child(odd) .content-suggest-border {
        border-right: none !important;
    }

    .content-suggest:nth-child(even) .content-suggest-border, .content-suggest:last-child .content-suggest-border {
        border-right: 1px solid #ddd !important;
    }

    .content-suggest:nth-child(1) .content-suggest-border, .content-suggest:nth-child(2) .content-suggest-border {
        border-top: 1px solid #ddd !important;
    }

}

@media (max-width: 991px) {
    .blocSuggestions a.content-suggest {
        width: 100%;
    }

    .title-suggest {
        flex-grow: 1;
    }

    .blocSuggestions .content-suggest-border {
        border-left: none !important;
        border-right: none !important;
        border-top: 1px solid #ccc;
        border-bottom: none !important;
    }

    .content-suggest:first-child .content-suggest-border {
        border-top: none !important;
    }

    .content-suggest:last-child .content-suggest-border {
        border-bottom: 1px solid #ddd !important;
    }

    .navbar-brand {
        display: block;

    }

    .blocSuggestions {
        padding: 5px 10px;
    }
}
