@charset "UTF-8";

/* Gestion des pages "La boutique" */
button.bouton_navigation_backoffice{
	border: none;
	padding: 6px 0 6px 0;
	border-radius: 75%;
	border-bottom: 7px solid blue;
	font: bold 13px Arial;
	color: #555;
	background: #fff;
	box-shadow: 2px 2px 3px #999;
	border-top: 5px solid yellow;
	width: 101px;
	height: 50px;
	margin: 0px 10px;
}
button.bouton_navigation_backoffice:hover{
	border-bottom: 7px solid yellow;
	border-top: 5px solid blue;
	cursor: pointer;
}
#boutique {
	display: block;
	position: relative;
	width: 715px;
	float: none;
	min-height: 85%;
	padding: 0 0 0 0;
	margin: auto;
}
#panier {
	display:block;
	float: left;
	position:relative;
	width: 233px;
	min-height: 10px;
	padding: 0px;
	margin: 0 0 0 50px;
	background-color: #4245584d;
	/*border: 1px solid black;*/
	border-radius: 5px 5px 0px 0px;
	color: #FFF;
}
.titre_panier {
	display:block;
	position:relative;
	text-align: center;
	padding: 10px;
}
a.titre_panier {
	padding: 0px;
}
a.titre_panier:hover {
	display:block;
	position:relative;
	text-align: center;
	background-color: RGB(230, 100, 40);
	color: #EEE;
}
.contenu_panier {
	display:block;
	position:relative;
	float: left;
}
.contenu_panier_gauche {
	display:block;
	position:relative;
	float: left;
	width: 180px;
	padding-left: 5px;
}
.contenu_panier_droite {
	display:block;
	position:relative;
	float: right;
	width: 40px;
	padding-right: 5px;
	text-align: right;
}
.separateur_panier{
	display: block;
	position: relative;
	width: 231px;
}
.pied_panier {
	display:block;
	position:relative;
	float: right;
	text-align: right;
	padding: 10px 10px 10px 10px ;
}
.boutique {
	display: block;
	position: relative;
	width: 825px;
	min-height: 85%;
	padding: 0 0 0 0;
	margin-right: auto;
	margin-left: auto;
}
.panier {
	display: block;
	position: relative;
	width: 800px;
	min-height: 85%;
	padding: 0 0 0 0;
	margin-right: auto;
	margin-left: auto;
}
.commande {
	display: block;
	position: relative;
	width: 650px;
	min-height: 85%;
	padding: 0 0 0 0;
	margin-right: auto;
	margin-left: auto;
}
label.customer_email{
	display: block;
	float: left;
	width: 390px;
	text-align: right;
	padding-right: 10px;
	padding-top: 6px;
}
input.customer_email{
	display: block;
	float: left;
	width: 236px;
	padding: 6px;
	border: 1px black solid;
	border-radius: 8px;
	background: #fff;
	font: bold 13px Arial;
	color: #000;
}
label.customer_name, label.customer_surname, label.customer_team, label.customer_phone{
	display: block;
	float: left;
	width: 115px;
	text-align: right;
	padding-right: 10px;
	padding-top: 6px;
}
input.customer_name, input.customer_surname, input.customer_team, input.customer_phone{
	display: block;
	float: left;
	width: 136px;
	padding: 6px;
	border: 1px black solid;
	border-radius: 8px;
	background: #fff;
	font: bold 13px Arial;
	color: #000;
}
label.customer_payment{
    display: block;
    float: left;
    width: 265px;
    text-align: right;
    padding-right: 10px;
	padding-top: 6px;
}
select.customer_payment{
	display: block;
	width: 134px;
	height: 30px;
	padding: 6px;
	border: 1px black solid;
	border-radius: 8px;
	background: #fff;
	text-align: center;
	font: bold 13px Arial;
	color: #000;
}
label.customer_delivery{
	display:block;
	float:left;
	width:265px;
	text-align:right;
	padding-right:10px;
	padding-top: 6px;
 }
select.customer_delivery{
	display: block;
	width: 134px;
	height: 30px;
	padding: 6px;
	border: 1px black solid;
	border-radius: 8px;
	background: #fff;
	text-align: center;
	font: bold 13px Arial;
	color: #000;
}
button.button_panier{
	display: block;
	float: right;
	width: 130px;
	height: 30px;
	padding: 6px 0px;
	margin: 0px 0px 20px 0px;
	border: 1px black solid;
	border-radius: 8px;
	background: #DCDCDC;
	font: bold 13px Arial;
	text-align: center;
	color: #000;
}
#page_boutique {
	display:block;
	float: left;
	position:relative;
	width: 100%;
	min-height: 10px;
	margin: 0 0 20px 0;
	padding: 5px;
	/*background-color: #ccc;
	border: 1px solid black;
	border-radius: 5px;*/
}
.communication_boutique {
	display:block;
	float: left;
	position:relative;
	width: 677px;
	min-height: 10px;
	padding: 10px 20px;
	margin: 0px 0px 20px 0px;
	background-color: #4245584d;
	/*border: 1px solid black;*/
	border-radius: 5px;
	color: #FFF;
}
.titre_boutique {
	display:block;
	float: left;
	position:relative;
	width: 100%;
	min-height: 10px;
	padding: 10px 0px;
	margin: 0 0 0 0;
	background-color: #4245584d;
	/*border: 1px solid black;*/
	border-radius: 5px 5px 0px 0px;
	color: #FFF;
}
#miniature_boutique {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	min-height: 85%;
	padding: 0 0 0 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border: 1px solid #4245584d;
	border-radius: 5px 5px 0px 0px;
}
.miniature_boutique {
	display:block;
	float: left;
	position:relative;
	width: 205px;
	min-height: 280px;
	margin: 5px;
	padding: 10px;
	/*background-color: #ccc;
	border: 1px solid black;
	border-radius: 5px;*/
}
.photo_miniature_boutique {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	min-height: 205px;
}
.infos_miniature_boutique {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	min-height: 75px;
}
.box_prix {
	display: block;
	position: relative;
	float: left;
	width: 40%;
	text-align: center;
	margin-left: 13%;
}
.box_reduction {
	display: block;
	position: relative;
	float: left;
	width: 30%;
	text-align: center;
}
.produit0 {
	float: left;
	position:relative;
	width: 384px;
	/*margin: 0px 4px 8px 4px;*/
	padding: 8px;
}
.produit1 {
	float: left;
	position:relative;
	width: 399px;
	/*margin: 0px 4px 8px 4px;*/
	padding: 8px;
 /* background-color: #ccc;
	border: 1px solid black;
	border-radius: 5px; */
}
#photo_produit_01 {
	width: 71%;
	display: block;
	float: left;
	position: relative;
	padding: 0px 2%;
}
#photo_produit_02 {
	width: 25%;
	display: block;
	float: left;
	position: relative;
	padding: 0 0 0 0;
}
#nom_produit {
	display:block;
	position:relative;
	float: left;
	width: 100%;
	padding: 5px 0px 0px 0px;
	text-align:center;
	font-size: 22px;
}
#presentation_produit {
	display:block;
	position:relative;
	float: left;
	width: 100%;
	padding: 5px 0 0 0;
	text-align:left;
	font-size:16px;
}
#prix_produit {
	display:block;
	position:relative;
	float: left;
	width: 100%;
	padding: 5px 0 0 0;
	font-size:16px;
}
hr.prix_produit {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}
label.prix_produit {
	display:block;
	position:relative;
	float: left;
	width: 70%;
	min-height: 25px;
	padding: 5px 0 0 0;
	font-size:16px;
}
span.prix_produit {
	display:block;
	position:relative;
	float: left;
	width: 100%;
	padding: 5px 10px 0 0;
	font-size:20px;
	font-weight: bold;
	text-align: right;
}
span.reference_produit {
	display:block;
	position:relative;
	float: left;
	width: 100%;
	padding: 5px 10px 0 0;
	font-size:16px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}
span.stock_produit {
	display:block;
	position:relative;
	float: left;
	width: 100%;
	padding: 5px 10px 0 0;
	font-size:16px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}
#taille_produit {
	display:block;
	position:relative;
	float: left;
	width: 100%;
	padding: 5px 0 0 0;
	font-size:16px;
}
label.taille_produit {
	display:block;
	position:relative;
	float: left;
	width: 70px;
	min-height: 25px;
	padding: 5px 0 0 0;
	font-size:16px;
}
select.taille_produit {
	display: block;
	width: 134px;
	height: 30px;
	padding: 6px;
	border: 1px black solid;
	border-radius: 8px;
	background: #fff;
	text-align: center;
	font: bold 13px Arial;
	color: #000;
}
button.acheter_produit{
	display: block;
	float: right;
	width: 130px;
	height: 30px;
	padding: 6px 0px;
	border: 1px black solid;
	border-radius: 8px;
	background: #DCDCDC;
	font: bold 13px Arial;
	text-align: center;
	color: #000;
}
input.taille_produit {
	display:block;
	position:relative;
	float: left;
	width: 80px;
	min-height: 25px;
	margin-top: 5px;
	padding: 0px 5px;
	font-size:16px;
}
#personnalisation_produit {
	display:block;
	position:relative;
	float: left;
	width: 100%;
	padding: 5px 0 0 0;
	font-size:16px;
}
label.personnalisation_produit {
	display:block;
	position:relative;
	float: left;
	width: 70px;
	min-height: 25px;
	padding: 5px 0 0 0;
	font-size:16px;
}
select.personnalisation_produit {
	display:block;
	position:relative;
	float: left;
	width: 90px;
	min-height: 25px;
	padding: 0px 5px;
	font-size:16px;
}
input.personnalisation_produit {
	display: block;
	width: 120px;
	padding: 6px;
	border: 1px black solid;
	border-radius: 8px;
	background: #fff;
	font: bold 13px Arial;
	color: #000;
}
#personnalisation_01_produit {
	display:block;
	position:relative;
	float: left;
	width: 100%;
	padding: 5px 0 0 0;
	font-size:16px;
}
label.personnalisation_01_produit {
	display:block;
	position:relative;
	float: left;
	width: 40%;
	min-height: 25px;
	padding: 5px 0 0 0;
	font-size:16px;
}
input.personnalisation_01_produit {
	display:block;
	position:relative;
	float: left;
	width: 80px;
	min-height: 25px;
	padding: 0px 5px;
	font-size:16px;
}
#personnalisation_02_produit {
	display:block;
	position:relative;
	float: left;
	width: 100%;
	padding: 5px 0 0 0;
	font-size:16px;
}
label.personnalisation_02_produit {
	display:block;
	position:relative;
	float: left;
	width: 40%;
	min-height: 25px;
	padding: 5px 0 0 0;
	font-size:16px;
}
input.personnalisation_02_produit {
	display:block;
	position:relative;
	float: left;
	width: 80px;
	min-height: 25px;
	padding: 0px 5px;
	font-size:16px;
}
#acheter_produit {
	display:block;
	position:relative;
	float: right;
	width: 100%;
	padding: 5px 0px 0px 0px;
	font-size:16px;
	text-align: right;
}
#administration_boutique{
	display: flow-root;
	position: relative;
	width: 1000px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	min-height: 85%;
	padding: 0 0 0 0;
}
#gestion_des_visuels_produits{
	display : block;
	position : relative;
	float: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.gestion_des_visuels_produits{
	display : block;
	position : relative;
	float: left;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
label.gestion_des_visuels_produits{
	display: block;
	width: 130px;
	color:#000;
	float: left;
	text-align: right;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-right: 10px;
}
input.gestion_des_visuels_produits{
	border: 1px black solid;
	padding: 6px 0px;
	border-radius: 8px;
	background: #fff;
	font: bold 13px Arial;
	color: #000;
	width: 268px;
}
button.gestion_des_visuels_produits{
	border: 1px black solid;
	padding: 9px 0px;
	border-radius: 8px;
	background: #DCDCDC;
	font: bold 13px Arial;
	color: #000;
	width: 185px;
}
#gestion_des_categories{
	display : block;
	position : relative;
	float: left;
	width: 400px;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
textarea.gestion_des_categories{
	display : block;
	position : relative;
	float: none;
	width: 252px;
    height: 144px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
    border: 1px black solid;
    border-radius: 8px;
}
select.gestion_des_categories{
	display : block;
	position : relative;
	float: none;
	width: 252px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
    border: 1px black solid;
    border-radius: 8px;
}
.gestion_des_categories{
	display : block;
	position : relative;
	float: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
label.gestion_des_categories{
	display: block;
	float: left;
	width: 125px;
	padding: 6px 10px 0px 0px;
	margin: 0px 0px 10px 0px;
	text-align: right;
	color:#000;
}
input.gestion_des_categories{
	display: block;
	width: 244px;
	padding: 6px;
	border: 1px black solid;
	border-radius: 8px;
	background: #fff;
	font: bold 13px Arial;
	color: #000;
}
select.gestion_des_categories{
	display: block;
	width: 258px;
	padding: 6px;
	border: 1px black solid;
	border-radius: 8px;
	background: #fff;
	font: bold 13px Arial;
	color: #000;
}
button.gestion_des_categories{
	display: block;
	width: 75px;
	padding: 6px 0px;
	border: 1px black solid;
	border-radius: 8px;
	background: #DCDCDC;
	font: bold 13px Arial;
	text-align: center;
	color: #000;
}
#tableau_categories{
	border-collapse: collapse;
	border: 2px solid black;
	margin-top: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#th0_categories{
	border:1px solid black; 
	text-align:center;
}
#td0_categories{
	border:1px solid black; 
	text-align:center; 
	padding: 0px 5px;
}
#td1_categories{
	border:1px solid black; 
	text-align:center; 
	padding:0px;
}
#td2_categories{
	border:1px solid black; 
	text-align:left;
}
#gestion_des_produits{
	display : block;
	position : relative;
	float: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.gestion_des_produits{
	display : block;
	position : relative;
	float: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.gestion_des_produits_2{
	display : block;
	position : relative;
	float: left;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
label.gestion_des_produits{
	display: block;
	width: 145px;
	color:#000;
	float: left;
	text-align: right;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-right: 10px;
}
input.gestion_des_produits{
	display: block;
	width: 256px;
	padding: 6px;
	margin: 0px 0px 10px 0px;
	border: 1px black solid;
	border-radius: 8px;
	background: #fff;
	font: bold 13px Arial;
	color: #000;
}
textarea.gestion_des_produits {
	display: block;
	width: 256px;
	padding: 6px;
	margin: 0px 0px 10px 0px;
	border: 1px black solid;
	border-radius: 8px;
	background: #fff;
	font: bold 13px Arial;
	color: #000;
}
select.gestion_des_produits{
	display: block;
	width: 270px;
	height: 32px;
	padding: 6px;
	margin: 0px 0px 10px 0px;
	border: 1px black solid;
	border-radius: 8px;
	background: #fff;
	font: bold 13px Arial;
	color: #000;
}
button.gestion_des_produits{
	border: 1px black solid;
	width: 75px;
	padding: 6px 0px;
	border-radius: 8px;
	background: #DCDCDC;
	text-align: center;
	font: bold 13px Arial;
	color: #000;
}
#tableau_produits{
	border-collapse: collapse;
	border: 2px solid black;
	margin-top: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#th0_produits{
	border:1px solid black; 
	text-align:center;
}
#th1_produits{
	border:1px solid black; 
	text-align:center;
	width: 264px;
}
#td0_produits{
	border:1px solid black; 
	text-align:center; 
	padding: 0px 5px;
	width: 18px;
}
#td1_produits{
	border:1px solid black; 
	text-align:center; 
	padding:0px;
	width: 30px;
}
#td2_produits{
	border:1px solid black; 
	text-align:left;
	width: 209px;
}
#gestion_des_stocks{
	display : block;
	position : relative;
	float: left;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#th0_stocks{
	border:1px solid black; 
	text-align:center;
}
#th1_stocks{
	border:1px solid black; 
	text-align:center;
	width:240px;
}
#td0_stocks{
	border:1px solid black; 
	text-align:center; 
	padding: 0px;
}
#td1_stocks{
	border:1px solid black; 
	text-align:center; 
	padding:0px;
}
#td2_stocks{
	border:1px solid black; 
	text-align:left;
}
#td3_stocks{
	border:1px solid black; 
	text-align:right;
	padding:0px;
	width:54px;
}
#tableau_stocks_produits{
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}
input.gestion_des_stocks_produits{
	display: inline;
	width: 102px;
	padding: 6px;
	margin: 0px 0px 10px 0px;
	border: 1px black solid;
	border-radius: 8px;
	background: #DCDCDC;
	text-align: center;
	font: bold 13px Arial;
	color: #000;
}
input.gestion_des_stocks{
	display: block; 
	width: 54px; 
	height: 28px;
	color:#000; 
	/*float: left; */
	text-align: center; 
	/*margin-bottom: 10px; */
	background-color:#DCDCDC;
	/*border:1px solid #000000;*/
}
button.gestion_des_stocks{
	width: auto;
	float: right;
	margin-right:0px;
}
div#cadre_produit_gauche{
	display: block;
	position: relative;
	float: left;
	width: 450px;
}
div#cadre_produit_droite{
	display: block;
	position: relative;
	float: right;
	width: 450px;
}
div#cadre_produit_bas{
	display: block;
	position: relative;
	float: left;
	width: 930px;
}
div#cadre_produit_bas_2{
	display: block;
	position: relative;
	float: left;
	width: 930px;
}
div.cadre_presentation{
	display: block;
	position: relative;
	float: left;
	width: 100%;
}
div.cadre_prix{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 113px;
}
div.cadre_visuels{
	display: block;
	position: relative;
	float: left;
	width: 100%;
}
div.cadre_taille{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 390px;
}
div.block_taille_1{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 125px;
	margin: 5px 0px;
}
div.block_taille_2{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 145px;
	margin: 5px 0px;
}
div.cadre_personnalisation{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 35px;
}
div.cadre_statut{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 113px;
}
div.cadre_stock{
	display: block;
	position: relative;
	float: left;
	width: 100%;
}
span.taille_boutique{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 5px;
  	margin-top: 5px;
}
input[type=checkbox].taille_boutique {
  display:none;
}
input[type=checkbox].taille_boutique + label.taille_boutique {
	display:inline-block;
	min-width: 25px;
	width: 100px;
	margin: 3px 0px 0px -1px;
	padding: 4px 7px;
	margin-bottom: 0;
	font: bold 13px Arial;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px #fffc;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-radius: 8px;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: #0000001a #0000001a #0000004d;
	border-bottom-color: #b3b3b3;
	-webkit-box-shadow: inset 0 1px 0 #fff3,0 1px 2px #0000001a;
	-moz-box-shadow: inset 0 1px 0 #fff3,0 1px 2px #0000001a;
	box-shadow: inset 0 1px 0 #fff3,0 1px 2px #0000001a;
}
input[type=checkbox]:checked.taille_boutique + label.taille_boutique{
  background-image: none;
    outline: 0;
  -webkit-box-shadow: inset 0 2px 4px #0003,0 1px 2px #0000001a;
  -moz-box-shadow: inset 0 2px 4px #0003,0 1px 2px #0000001a;
  box-shadow: inset 0 2px 4px #0003,0 1px 2px #0000001a;
  background-color:#00ff0b80;
}
span.gestion_des_soldes{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
input[type=checkbox].gestion_des_soldes {
  display:none;
}
input[type=checkbox].gestion_des_soldes + label.gestion_des_soldes {
	display:inline-block;
	width: 384px;
	margin: 3px 0px 0px 0px;
	padding: 4px 7px;
	margin-bottom: 0;
	font: bold 13px Arial;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px #fffc;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-radius: 8px;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: #0000001a #0000001a #0000004d;
	border-bottom-color: #b3b3b3;
	-webkit-box-shadow: inset 0 1px 0 #fff3,0 1px 2px #0000001a;
	-moz-box-shadow: inset 0 1px 0 #fff3,0 1px 2px #0000001a;
	box-shadow: inset 0 1px 0 #fff3,0 1px 2px #0000001a;
}
input[type=checkbox]:checked.gestion_des_soldes + label.gestion_des_soldes{
  background-image: none;
    outline: 0;
  -webkit-box-shadow: inset 0 2px 4px #0003,0 1px 2px #0000001a;
  -moz-box-shadow: inset 0 2px 4px #0003,0 1px 2px #0000001a;
  box-shadow: inset 0 2px 4px #0003,0 1px 2px #0000001a;
  background-color:#00ff0b80;
}
span.gestion_de_affichage_precommande{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
input[type=checkbox].gestion_de_affichage_precommande {
  display:none;
}
input[type=checkbox].gestion_de_affichage_precommande + label.gestion_de_affichage_precommande {
	display:inline-block;
	width: 384px;
	margin: 5px 0px 5px 0px;
	padding: 4px 7px;
	font: bold 13px Arial;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px #fffc;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-radius: 8px;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: #0000001a #0000001a #0000004d;
	border-bottom-color: #b3b3b3;
	-webkit-box-shadow: inset 0 1px 0 #fff3,0 1px 2px #0000001a;
	-moz-box-shadow: inset 0 1px 0 #fff3,0 1px 2px #0000001a;
	box-shadow: inset 0 1px 0 #fff3,0 1px 2px #0000001a;
}
input[type=checkbox]:checked.gestion_de_affichage_precommande + label.gestion_de_affichage_precommande{
  background-image: none;
    outline: 0;
  -webkit-box-shadow: inset 0 2px 4px #0003,0 1px 2px #0000001a;
  -moz-box-shadow: inset 0 2px 4px #0003,0 1px 2px #0000001a;
  box-shadow: inset 0 2px 4px #0003,0 1px 2px #0000001a;
  background-color:#00ff0b80;
}
span.gestion_de_affichage_produit{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
input[type=checkbox].gestion_de_affichage_produit {
  display:none;
}
input[type=checkbox].gestion_de_affichage_produit + label.gestion_de_affichage_produit {
	display:inline-block;
	width: 384px;
	margin: 5px 0px 5px 0px;
	padding: 4px 7px;
	font: bold 13px Arial;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px #fffc;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-radius: 8px;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: #0000001a #0000001a #0000004d;
	border-bottom-color: #b3b3b3;
	-webkit-box-shadow: inset 0 1px 0 #fff3,0 1px 2px #0000001a;
	-moz-box-shadow: inset 0 1px 0 #fff3,0 1px 2px #0000001a;
	box-shadow: inset 0 1px 0 #fff3,0 1px 2px #0000001a;
}
input[type=checkbox]:checked.gestion_de_affichage_produit + label.gestion_de_affichage_produit{
  background-image: none;
    outline: 0;
  -webkit-box-shadow: inset 0 2px 4px #0003,0 1px 2px #0000001a;
  -moz-box-shadow: inset 0 2px 4px #0003,0 1px 2px #0000001a;
  box-shadow: inset 0 2px 4px #0003,0 1px 2px #0000001a;
  background-color:#00ff0b80;
}
.gestion_des_precommandes{
	display : block;
	position : relative;
	float: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#tableau_precommande{
	border-collapse: collapse;
	border: 2px solid black;
	margin-top: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-size: ;
}
#th0_precommande{
	border: 2px solid black;
	text-align: center;
	border-bottom: 2px solid black;
}
#th1_precommande{
	border: 2px solid black;
	border-bottom: 3px solid black;
	text-align: center;
}
#td0_precommande{
	border: 1px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	text-align:center; 
	padding: 0px 5px;
}
#td1_precommande{
	border: 1px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	text-align: center; 
	padding: 2px;
}
span.download{
	display: block; 
	float: left;
	margin-right: 20px;
	font-size: 20px; 
	text-decoration: underline; 
	font-weight: bold;
}
button.download{
	display: block;
	float: left;
	width: 130px;
	height: 30px;
	padding: 6px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px black solid;
	border-radius: 8px;
	background: #DCDCDC;
	font: bold 13px Arial;
	text-align: center;
	color: #000;
}

div.button_after_buy{
	display: block;
	position: relative;
	float: none;
	text-align: center;
	width: 300px;
	padding: 10px;
	margin: auto;
	border: 1px solid black;
	border-radius: 5px;
	background-color: #fff;
}
span.button_after_buy_1{
	display: block;
	position: relative;
	float: none;
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin: auto;
	font-weight: bold;
	font-size: 20px;
}
span.button_after_buy_2{
	display: block;
	position: relative;
	float: none;
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin: auto;
	font-size: 23px;
}
a.button_after_buy{
	display: inline-block;
	position: relative;
	float: none;
	text-align: center;
	width: 135px;
	height: 25px;
	border: 1px solid black;
	border-radius: 5px;
	padding: 5px 0px 0px 0px;
	margin: 5px;
	background-color: #dadada;
}

.smart-popin{
	position: fixed;
	left: 0; right: 0;
	top: 0; bottom: 0;
	overflow: auto; 
	opacity: 0;
	visibility: hidden;
	/* design */
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.smart-popin:target{
	opacity: 1;
	visibility: visible;
}
.smart-popin .sp-table{
	display: table;
	height: 100%;
	width: 100%;
}
.smart-popin .sp-cell{
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}
.smart-popin .sp-body{
	position: relative;
	z-index: 1;
	width: auto;
	min-width: 300px; 
	margin: 0 auto;
	/*background-color: #ffffff;*/
	/*padding: 2em;*/
	/*-webkit-box-shadow: 0 3px 5px 1px rgba(0,0,0,0.25);*/
	/*box-shadow: 0 3px 5px 1px rgba(0,0,0,0.25);*/
	width: 60%; 
}
.smart-popin .sp-body *{
	max-width: 100%; /* this is a security to prevents wide elements such as img to stretch the popin beyond the viewport width */
}
.smart-popin .sp-back{
	position: fixed;
	left: 0; right: 0;
	top: 0; bottom: 0;
	display: block;
}
.smart-popin .sp-close{
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 1.6em;
	color: #000000;
	font-weight: 900;
	text-decoration: none;
}
.website-content{
	max-width: 980px;
	padding: 20px;
	margin: 0 auto;
}

img{
	max-width: 100%;
	width: 100%\9; /* this is a hack for IE9 since min-width won't work */
}
h2{ 
	margin-top: 0;
}
p{
	margin-top: 0;
}
