/*Fonts*/
@font-face
{
    font-family: 'AvantGardeBkBTBook';
    src: url('../fonts/846-webfont.eot');
    src: url('../fonts/846-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/846-webfont.woff') format('woff'),
         url('../fonts/846-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face
{
    font-family: 'geosanslightregular';
    src: url('../fonts/geosanslight.eot');
    src: url('../fonts/geosanslight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geosanslight.woff') format('woff'),
         url('../fonts/geosanslight.ttf') format('truetype'),
         url('../fonts/geosanslight.svg#geosanslightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*
{
	outline: none;
}

/*Général*/
BODY
{
	background-image: url(../img/fond.jpg);
	background-position: 50% 0;
	background-attachment: fixed;
	background-repeat: repeat-x;
	margin: 0;
	
	font-family: arial;
	font-size: 13px;
}

table
{
	border-spacing: 0;
}
table td
{
	margin: 0;
	padding: 0;
}

h1
{
	margin: 0;
	
	font-size: 30px;
	color: #AB0306;
	
	margin-right: 115px;/*pour page produit(s)/categorie/famille*/
	
	font-family: geosanslightregular;
}
h2, fieldset > legend
{
	margin: 15px 0 5px;
	
	font-size: 20px;
	color: #000;
	font-family: geosanslightregular;
}
h3
{
	margin: 5px 0;
	
	font-size: 14px;
	color: #AB0306;
}

h1 a,h2 a,h3 a
{
	color: #AB0306;
	text-decoration: none;
}
.bloc h1, .bloc h2, .bloc h3
{
	font-weight: normal;
}
hr
{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-bottom: 1px dashed #403221;
}
hr.small
{
	border-bottom: 1px solid #AB0306;
	width: 40px;
	margin: 0 0 10px 0;
}
a img
{
	border: 0;
}
a[rel='img']
{
	outline: none;
}
.clear
{
	clear: both;
}
a:link, a:visited
{
	color: #e27810;
}
a:hover, a:active
{
	color: #efb029;
}

/*Formulaires*/
#captchagc,
#captchagc *
{
    box-sizing: border-box;
    outline: none;
}

#captchagc
{
    position: relative;
    background-color: #E7E7E7;
    border: 1px solid #D6D6D6;
    width: 250px;
    height: 70px;
    overflow: hidden;
    margin: 10px auto;
}

#captchagc > img:nth-of-type(1)
{
    position: absolute;
    top: 18px;
    left: 18px;
    width: 34px;
    height: 34px;
    z-index: 2;
    margin: 0 !important;
}

#captchagc > img:nth-of-type(2)
{
    position: absolute;
    top: 40px;
    left: 25px;
    width: 25px;
    height: 25px;
    z-index: 3;
    margin: 0 !important;
    animation: 3s ease-out 1s infinite running captchagc;
}

@keyframes captchagc
{
    0%
    {
        left: 25px;
    }

    25%
    {
        left: 25px;
    }

    50%
    {
        left: 210px;
    }

    100%
    {
        left: 210px;
    }
}

#captchagc > img:nth-of-type(1)+div
{
    position: absolute;
    top: 14px;
    right: 14px;
    border: 1px solid #535353;
    border-radius: 4px;
    width: 41px;
    height: 40px;
    background-color: #FFF;
    z-index: 1;
}

#captchagc > img:nth-of-type(1)+div.accept
{
    border: 1px solid #F3990C;
}

#captchagc > img:nth-of-type(1)+div.hover
{
    border: 1px solid #1CD129;
}

#captchagc:before
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: " >  >  >  >  >  >  >  > ";
    font-family: 'Open sans', sans-serif;
    font-size: 17px;
}

#captchagc.valid:after
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 3;
}

#captchagc > i
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    opacity: 0;
    transition: ease-in-out 200ms opacity, ease-in-out 200ms left;
}

#captchagc.valid > i:nth-of-type(1)
{
    opacity: 1;
    left: 17%;
}

#captchagc > i:nth-of-type(1):before
{
    content: "\f00c";

    font-family: "Font Awesome 6 Pro";
    font-weight: 900;

    padding: 5px;
    color: #12D954;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background-color: #FFF;
    border: 2px solid #12D954;
}

#captchagc > i:nth-of-type(2)
{
    position: absolute;
    top: 23px;
    left: 113px;
    z-index: 5;
    font-size: 25px;
    opacity: 1;
}

#captchagc.valid > img:nth-of-type(1)
{
    top: 18px !important;
    left: 197px !important;
}

#captchagc.valid > img:nth-of-type(2)
{
    display: none;
}
form
{
	display: inline;
}
input[type="text"], 
input[type="password"], 
select
{
	border: 1px solid #AB0306;
	width: 207px;
	height: 20px;
	padding-left: 5px;
	border-radius: 3px;
}
select
{
	height: 24px;
}
input[type="text"][readonly]
{
	background-color: #D3D3D3;
}
/*Boutons*/
a.bouton, 
input[type='submit'].bouton, 
input[type='button'].bouton, 
button.bouton,
.ui-button,
.ui-state-default
{
	display: inline-block;
	background: #AB0306;
	background-position: 0 0;
	padding: 5px 20px;
	
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #AB0306;
	
	color: rgba(255,255,255,0.7);
	font-size: 14px;
	text-decoration: none;
	
	-webkit-transition: ease-in-out 300ms;
	-moz-transition: ease-in-out 300ms;
	-ms-transition: ease-in-out 300ms;
	-o-transition: ease-in-out 300ms;
	transition: ease-in-out 300ms;
}

.ui-button,
.ui-state-default
{
	background: #AB0306!important;
	border: 1px solid #AB0306!important;
	
	color: rgba(255,255,255,0.7)!important;
}
.ui-button:hover,
.ui-state-default:hover
{
	color: rgba(255,255,255,1)!important;
	
	background: #CB2326!important;
}
.ui-widget-content
{
	border: 0;
}
.ico_32
{
	display: inline-block;
	width: 32px;
	height: 32px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: none;
}
.ico_32.alert
{
	background-image: url(../img/icones/alert_32.png);
}
.ico_32.information
{
	background-image: url(../img/icones/information_32.png);
}
.ico_32.erreur
{
	background-image: url(../img/icones/croix_32.png);
}

input[type='submit'].bouton, 
input[type='button'].bouton, 
button.bouton
{
	cursor: pointer;
}

a.bouton.absolute, 
input[type='submit'].bouton.absolute, 
input[type='button'].bouton.absolute, 
button.bouton.absolute
{
	position: absolute;
	top: 10px;
	right: 15px;
}

a.bouton:hover, 
input[type='submit'].bouton:hover, 
input[type='button'].bouton:hover, 
button.bouton:hover
{
	color: rgba(255,255,255,1);
	
	background-position: 0 -31px;
	background: #CB2326;
}
a.bouton:active, 
input[type='submit'].bouton:active, 
input[type='button'].bouton:active, 
button.bouton:active
{
	color: rgba(255,255,255,0.2);
	background-position: 0 -62px;
}

a.bouton.compte
{
	width: 145px;
	margin-bottom: 10px;
}

a.bouton.panier
{
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	
	width: 181px;
}

a.bouton.panier div
{
	background: #FFFFFF;
	color: #000000;
	margin-top: 8px;
	padding: 3px;
}

a.bouton img, 
input[type='submit'].bouton img, 
input[type='button'].bouton img, 
button.bouton img
{
	vertical-align: text-bottom;
	border: 0;
	margin-right: 5px;
}

/*SITE*/
#site
{
	width: 100%;
	margin: 0 auto 0 auto;
	background: url(../img/fond_header2.png) no-repeat 50% 0;
	/*box-shadow: 0 0 0px 2px rgba(0,0,0,0.1);
	border-radius: 5px 5px 0 0;*/
}

/*HEADER*/
#header
{
	position: relative;
	background: url(../img/fond_header.png) 50% 100% no-repeat;
	width: 980px;
	height: 200px;
	margin: 0 auto;
	border-radius: 5px 5px 0 0;
}
#header > div:first-child
{
	position: relative;
	width: 980px;
	height: 120px;
	margin: 0 auto;
}
#header #logo_site
{
	position: relative;
}
#header #logo_site a
{
	position: absolute;
	top: 15px;
	left: 5px;
}
#header #contact
{
	position: absolute;
	left: 500px;
	background: url(../img/hotlineuse.jpg);
	width: 226px;
	height: 120px;
	
}
#header #contact span
{
	position: absolute;
	left: 5px;
	right: 33px;
	bottom: 6px;
	
	text-align: center;
	font-size: 22px;
}

/*Menu*/
#header > #menu
{
	z-index: 2;
	position: absolute;
	width: 980px;
	margin: 0;
	background: #AB0306;
	border-radius: 5px;
	box-shadow: 0 2px 0 #851717;
}
#header > #menu > ul
{
	width: 979px;
	height: 40px;
	
	margin: 0 auto;
	padding: 0 5px;
}
#header > #menu > ul > li
{
	position: relative;
	float: left;
	list-style: none;
	
	border-right: 1px solid #CB2326;
}
#header > #menu > ul > li a
{
	display: inline-block;
	padding: 0 25px;
	
	height: 40px;
	
	color: #FFFFFF;
	line-height: 40px;
	text-decoration: none;
	font-family: AvantGardeBkBTBook;
	font-size: 14px;
	text-shadow: 1px 1px 1px #000000;
}
#header > #menu > ul > li:hover,
#header > #menu > ul > li.select
{
	background-color: #CB2326;
	/*box-shadow: 0 2px 0 #FFF;
	border-top: 2px solid #FFF;*/
}
#header > #menu > ul > li > ul
{
	position: absolute;
	z-index: 100;
	top: 40px;
	padding: 0;
	
	min-width: 150px;
	
	list-style: none;
	background-color: #64594c;
	white-space: nowrap;
	
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	
	display: none;
}
#header > #menu > ul > li > ul > li:hover,
#header > #menu > ul > li > ul > li.select
{
	background-color: #CB2326;
}

#header > #menu > ul > li > ul > li > a
{
	display: block;
}

/*Recherche*/
#recherche
{
	position: absolute;
	bottom: 7px;
	right: 7px;
}
#recherche input[type='text']
{
	width: 170px;
	outline: none;
	padding-left: 25px;
	background: #FFFFFF url(../img/icones/loupe_16.png) no-repeat 5px 50%;
}
#recherche input[type='submit']
{
	display: none;
}

/*Menu client (accès panier, accès espace client...)*/
#menu_client
{
	display: table;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 210px;
	height: 110px;
	text-align: center;
}
#menu_client > div
{
	display: table-cell;
	vertical-align: middle;
}

/*Page*/
#page
{
	position: relative;
	
	background: #FFFFFF;
	padding: 1px 10px 10px 10px;
	margin: 0 auto;
	
	vertical-align: top;
	padding-bottom: 20px;
	
	width: 960px;
	min-height: 668px;
}

/*Slider*/
#slider_accueil
{
	position: relative;
	width: 980px;
	height: 244px;
	margin: -5px -5px 10px -5px;
	z-index: 1;
}

#slider_assoc
{
	width: 78px;
	height: 78px;
}
/*Texte slider*/
#slider_accueil > ul > li > a > div, 
#slider_accueil > ul > li > div
{
	position: absolute;
	bottom: 0;
	left: 0;
	
	padding: 10px;
	
	width: 100%;
	background: rgba(0,0,0,0.5);
	
	font-size: 18px;
	
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
}

/*Notification*/
.notification
{
	line-height: 20px;
	border-radius: 5px;
	font-weight: bold;
	padding: 10px;
	margin: 10px;
}
.notification.alert
{
	color: #000000;
	background: #FFB800;
}
.notification.information
{
	color: #FFFFFF;
	background: #1AC1D7;
}
.notification.erreur
{
	color: #FFFFFF;
	background: #940000;
}
.notification.validation
{
	color: #FFFFFF;
	background: #006F21;
}
.notification img
{
	vertical-align: middle;
	margin-right: 5px;
}
.notification a
{
	color: #FFFFFF;
}

/*FIL ARIANE*/
#fil_ariane
{
	width: 95%;
	height: 48px;
	
	margin-left: auto;
	margin-right: auto;
	
	color: #FFFFFF;
	
	font-size: 14px;
}
#fil_ariane td
{
	text-align: center;
	
	background: #FD9B24 url(../img/fond_fil_ariane.png);
	
	text-shadow: 1px 1px 1px #000000;
}
#fil_ariane td.etape
{
	width: 24px;
	background: #FD9B24 url(../img/fond_etape_fil_ariane.png);
}
#fil_ariane td.etape.debut, #fil_ariane td.etape.fin
{
	width: 12px;
}
#fil_ariane td.etape.debut
{
	background-position: right;
}
#fil_ariane td img
{
	vertical-align: middle;
}
#fil_ariane td.select span
{
	
}
#fil_ariane td a
{
	color: #FFFFFF;
	text-decoration: none;
}

/*Bloc(s)*/
.blocs
{
	display: block;
	width: 970px;
	margin: 2px 0 50px 0;
}
.bloc
{
	display: block;
	float: left;
	border-radius: 3px 3px 3px 3px;
	width: 318px;
	margin: 0 1px;
	
	text-decoration: none;
	
	box-shadow: 0px 1px 1px rgba(0,0,0,0.50);
}
.bloc:nth-child(2)
{
	margin: 0 6px;
}
.bloc > .titre
{
	display: block;
	
	background: #AB0306;
	border-radius: 3px 3px 0px 0px;
	
	border-bottom: 1px solid #504334;
	
	color: #FFFFFF;
	text-align: center;
	font-family: AvantGardeBkBTBook;
	font-size: 14px;
	text-shadow: 1px 1px 1px #000000;
	line-height: 30px;
	
	white-space: nowrap;
	overflow: hidden;
}
#produits .bloc > .titre
{
	line-height: 15px;
	padding: 0 5px;
	height: 30px;
	white-space: normal;
	vertical-align: middle;
	display: table-cell;
	width: 220px;
}
.bloc > .titre, 
.bloc > .titre th
{
	font-weight: normal;
	margin: 0;
}
.bloc > .contenu
{
	position: relative;
	display: block;
	border-radius: 0px 0px 3px 3px;
	background: #F0F0F0;
}
.bloc.single
{
	float: none;
	margin: 0 5px 10px 0;
}
.bloc.single > .contenu
{
	border-radius: 3px 3px;
}
.bloc.single > .contenu > h1,
.bloc.single > .contenu > h2,
.bloc.single > .contenu > h3
{
	margin-top: 0;
}

/*Pastille promotion*/
.promotion
{
	position: absolute;
	top: -20px;
	right: -10px;
	
	background-image: url(../img/promotion.png);
	width: 91px;
	height: 90px;
	
	color: #FFFFFF;
	font-size: 18px;
	line-height: 90px;
	text-align: center;
	text-shadow: -1px 1px 1px rgba(20,20,20,0.3);
	
	z-index: 99;
}
.promotion2
{
	position: absolute;
	top: -10px;
	right: -10px;
	
	background-image: url(../img/promotion-2.png);
	width: 50px;
	height: 49px;
	
	color: #FFFFFF;
	font-size: 15px;
	line-height: 49px;
	text-align: center;
	text-shadow: -1px 1px 1px rgba(20,20,20,0.3);
	
	z-index: 99;
}

/*Pagination*/
.pagination
{
	margin-top: 10px;	
}
.pagination input
{
	display: inline-block;
	width: 20px;
	padding: 3px 4px;
	margin: 5px;
}
.pagination a
{
	display: inline-block;
	padding: 5px 10px;
	margin: 1px;
	border-radius: 3px;	
	background: #E8E8E8;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.pagination a:hover
{
	background: #403221;
	color: #FFFFFF;
}
.pagination a:active
{
	background: #E8E8E8;
	color: #000000;
}
.pagination a.disabled
{
	background: #E8E8E8;
	color: #CCCCCC;
}

/*Nuage de liens*/
#nuage_lien
{
	text-align: center;
	margin-top: 20px;
}

/*Pied*/
#footer
{
	position: relative;
	width: 100%;
	background: url(../img/fond_footer.png) 50% 0 no-repeat;
	padding-top: 25px;
	font-size: 11px;
	color: #000;
}
#footer a
{
	color: #000;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
#footer > div
{
	position: relative;
	width: 980px;
	
	margin: 0 auto;
	overflow: hidden;
}
#footer > div > #infos_site
{
	padding: 10px 0;
}
#footer > div > #infos_complementaires
{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px 0;
}





/*
/ STYLE GLOBAL, A EDITER
*/
.adresse_facturation, .adresse_livraison
{
	width: 300px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
.adresse_facturation .nom, .adresse .nom
{
	font-weight: bold;
	font-size: 14px;
}
.type_adresse
{
	font-weight: bold;
	font-style: italic;
}

/*
/ STYLE PAGES, A EDITER
*/
/*Page Categories.php*/
.categorie .titre
{
	border-left: 5px solid #433625;
	padding-left: 5px;
}

.categorie .description
{
	border-left: 1px solid #433625;
	padding-left: 9px;
}

.categorie2
{
	width: 100%;
}
.categorie2 h2
{
	color: #000000;
	font-weight: normal;
	margin: 5px;
}
.categorie2:hover
{
	background: rgba(255,255,255,0.8);
}


/*PANIER*/
#form_panier div#articles, 
#form_paiement #recapitulatif_commande div#articles
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
#form_panier div#articles > .titre > table, 
#form_paiement #recapitulatif_commande div#articles > .titre > table,
#form_panier div#articles > .contenu > table, 
#form_paiement #recapitulatif_commande div#articles > .contenu > table
{
	width: 100%;
}
	

#form_panier div#articles > .contenu > table > tbody > tr > td, 
#form_paiement #recapitulatif_commande div#articles > .contenu > table > tbody > tr > td
{
	background: #F0F0F0;
	padding: 10px 5px;
	border-bottom: 1px solid #FFFFFF;
}
#form_panier div#articles td:last-child
{
	border-radius: 0 0 3px 3px;
}
#form_paiement #recapitulatif_commande div#articles tr:last-child td:first-child
{
	border-radius: 0 0 0 3px;
}
#form_paiement #recapitulatif_commande div#articles tr:last-child td:last-child
{
	border-radius: 0 0 3px 0;
}
#form_panier div#articles input
{
	width: 30px;
	text-align: center;
}
#form_panier div#articles input.reduction
{
	width: 100px;
	text-align: left;
}
#form_panier div#articles .bouton
{
	height: 10px;
	padding: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
	
	vertical-align: middle;
	
	line-height: 10px;
}
#form_panier div#articles .bouton.plus,
#form_panier div#articles .bouton.moins
{
	width: 15px;
	height: 10px;
	padding: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
	
	vertical-align: middle;
	
	line-height: 10px;
}
#form_panier div#articles .bouton.moins
{
	line-height: 7px;
}
#form_panier select
{
	max-width: 200px;
}

#form_panier div#total, 
#form_paiement #recapitulatif_commande div#total
{
	margin-top: 5px;
	margin-left: auto;
	margin-right: 24px;
	float: none;
	width: 310px;
}
#form_panier div#total td, 
#form_paiement #recapitulatif_commande div#total td
{
	padding: 5px;
}
#form_panier div#total th, 
#form_paiement #recapitulatif_commande div#total th
{
	text-align: right;
}
#form_panier div#total .total_label,
#form_panier div#total .total_valeur, 
#form_paiement #recapitulatif_commande div#total .total_label,
#form_paiement #recapitulatif_commande div#total .total_valeur
{
	font-size: 17px;
}
#form_panier div#articles .delais_livraison,
#recapitulatif_commande .delais_livraison,
#espace_client .delais_livraison
{
	font-style: italic;
	color: #339900;
	font-weight: bold;
}

/*PRODUITS VUE 1*/
#produits
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#produits .bloc
{
	margin: 5px;
	
	width: 230px;
	float: none;
	
	background: #F0F0F0;
	
	text-align: center;
}

#produits .bloc .photo
{
	position: relative;
	margin: 10px 0;
	min-height: 100px;
}

#produits .bloc .photo > .dispo_magasin
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #090;
	font-style: italic;
}

#produits .bloc a
{
	margin: 10px 0;
}

/*PRODUITS VUE 2*/
#produits_vue2
{
	width: 100%;
}

#produits_vue2 .bloc
{
	margin: 5px;
	
	width: 95%;
	float: none;
	
	background: #F0F0F0;
	
	text-align: center;
}
#produits_vue2 .bloc h2
{
	margin: 5px;
}
#produits_vue2 > tbody > tr > td
{
}
#produits_vue2 > tbody > tr > td > .bloc > table
{
	width: 100%;
}
#produits_vue2 > tbody > tr > td > .bloc > table > tbody > tr > td
{
	vertical-align: middle;
	position: relative;
}
#produits_vue2 > tbody > tr > td > .bloc > table > tbody > tr > td > .promotion
{
	right: -40px;
}
#produits_vue2 > tbody > tr > td > .bloc > table > tbody > tr > td:first-child
{
	text-align: left;
}
#produits_vue2 .dispo_magasin
{
	color: #090;
	font-style: italic;
}

#produits_vue2 a
{
	margin: 10px 0;
}

#produits_vue2 .prix
{
	font-size: 17px;
	color: #8A0000;
}

/*autres*/
#produits .prix,
#promotions .prix,
#nouveautes .prix
{
	font-size: 17px;
	color: #8A0000;
	height: 40px;
}


/*FICHE PRODUIT*/
#produit,
#produit_details,
#produit_complement,
#produit_photos
{
	position: relative;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	text-align: center;
}

#produit.bloc,
#produit_details.bloc,
#produit_complement.bloc,
#produit_photos.bloc
{
	margin: 15px auto;
}

#produit #form_panier td
{
	padding: 5px 0;
}

#produit_details.bloc .contenu,
#produit_complement.bloc .contenu,
#produit_photos.bloc .contenu
{
	padding: 5px;
}

#produit_details.bloc .contenu table
{
	width: 100% !important;
	border-width: 0;
	border-style: none;
}
#slider_produit
{
	position: relative;
	width: 250px;
	height: 200px;
	
}
#slider_produit ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#slider_produit li
{
	width: 250px;
	text-align: center;
}

#produit .photos
{
	padding: 10px 5px;
}
#produit .photos .dispo_magasin
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #090;
	font-style: italic;
}

#produit .description
{
	padding: 10px 5px;
}

#produit .panier
{
	background-color: #dcdbdb;
	border-radius: 5px;
	padding: 10px;
	margin: 10px;
}

#produit .panier table
{
	margin-left: auto;
	margin-right: auto;
	height: 130px;
}

#produit .panier select
{
	width: auto;
}

#produit .panier a#quantite_moins, 
#produit .panier a#quantite_plus
{
	width: 15px;
	height: 10px;
	padding: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
	vertical-align: middle;
	line-height: 10px;
	text-align: center;
}

#produit .panier input
{
	width: 25px;
	text-align: center;
	margin-left: 2px;
}
#produit .panier .prix
{
	padding: 10px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	color: #8A0000;
	
	border-radius: 3px;
	background-color: #f0f0f0;
}
#produit .panier .etat
{
	padding: 5px 0 0 0!important;
	text-align: center;
	font-weight: bold;
}
#produit .panier .etat.en_stock,
#produit .panier .etat.disponible
{
	color: #339900;
}
#produit .panier .etat.limite
{
	color: #FFFF00;
}
#produit .panier .etat.rupture
{
	color: #FF0000;
}
#produit .panier .btn_panier
{
	text-align: center;
}
#produit .panier .delais_livraison
{
	color: #339900;
	margin-bottom: 5px;
	font-style: italic;
	font-weight: bold;
}

/*INSCRIPTION*/
#inscription .bloc .contenu
{
	padding: 5px;
}
#inscription input[type="text"], 
#inscription input[type="password"], 
#inscription select
{
	margin: 3px 0 0 0;
}
#inscription input[name="code_postal"]
{
	width: 80px;
	margin: 3px 3px 0 0;
}
#inscription input[name="ville"]
{
	width: 120px;
}

/*PAIEMENT*/
#form_paiement #moyens_paiement .contenu > table > tbody > tr > td
{
	background: #F0F0F0;
	padding: 10px 5px;
	border-bottom: 1px solid #FFFFFF;
}
#form_paiement #moyens_paiement .contenu > table > tbody > tr > td:last-child
{
	border-radius: 0 0 3px 3px;
}
#form_paiement #moyens_paiement .contenu > table > tbody > tr > td:hover, 
#form_paiement #moyens_paiement .contenu > table > tbody > tr > td.select
{
	background: #f6f6f6;
}
#form_paiement #moyens_paiement div.cgv
{
	display: none;
	margin-top: 5px;
}

#form_paiement #moyens_paiement .mode_paiement .intitule
{
	margin-top: 10px;
}

#form_paiement div#articles div.titre
{
	height: 22px;
	line-height: 22px;
}

#form_paiement #recapitulatif_commande .contenu
{
	background: rgba(240,240,240,0.5);
}

/*OPTIONS SPECIALES*/
#form_option_speciale input, 
#form_option_speciale select
{
	width: auto;
}

/*ESPACE CLIENT*/
#espace_client
{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	background: #F0F0F0;
	padding: 3px;
}
#espace_client #entete
{
	position: relative;
}
#espace_client #entete #client
{
	
}
#espace_client #entete #deconnexion
{
	position: absolute;
	top: -45px;
	right: 0;
	padding: 3px;
	z-index: 2;
}

#espace_client #menu
{
	float: left;
	width: 200px;
}
#espace_client #menu ul
{
	list-style: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#espace_client #menu li
{
	width: auto;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	border-radius: 3px;
}
#espace_client #menu li a
{
	display: block;
	padding: 5px;
	margin-bottom: 1px;
	color: #AB0306;
	text-decoration: none;
	font-size: 14px;
}
#espace_client #menu li a img
{
	vertical-align: text-bottom;
	margin-right: 5px;
}

#espace_client #menu li.select, 
#espace_client #menu li:hover
{
	background: #AB0306;
}
#espace_client #menu li.select a, 
#espace_client #menu li:hover a
{
	display: block;
	padding: 5px;
	margin-bottom: 1px;
	color: #FFFFFF;
	text-decoration: none;
}


#espace_client #page
{
	position: relative;
	float: left;
	margin-left: 5px;
	padding: 0 5px 5px 5px;
	
	width: 705px;
	border-radius: 5px;
	
	background-color: #FFFFFF;
}

#espace_client input[type="text"], 
#espace_client input[type="password"], 
#espace_client select
{
	margin: 3px 0 0 0;
}
#espace_client input[name="code_postal"], 
#espace_client input[name="ville"],
{
	width: 100px;
}
#espace_client input[name="code_postal"], 
#espace_client input[name="ville"]
{
	width: 100px;
	margin: 3px 3px 0 0;
}

/*Espace client -- Listes*/
#espace_client table.liste
{
	width: 100%;
}
#espace_client table.liste > tbody > tr > th
{
	height: 20px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #AB0306;
}
#espace_client table.liste > tbody > tr > td
{
	height: 50px;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
}

#espace_client table.liste > tbody > tr:hover > td
{
	background-color: #CCCCCC;
}

/*Espace client -- Commande*/
#espace_client #facture
{
	float: left;
	margin: 0px 0 0 80px;
	text-align: center;
}
#espace_client #entete
{
	float: none;
	margin: 0;
	width: 100%;
}
#espace_client #entete .contenu
{
	padding: 5px;
}
#espace_client #articles,
#espace_client #commandes,
#espace_client .adresse
{
	float: none;
	margin: 0;
}
#espace_client #articles, #espace_client #articles > div > table,
#espace_client #commandes, #espace_client #commandes > div > table,
#espace_client .adresse
{
	width: 100%;
}
#espace_client #articles .contenu > table > tbody > tr > td,
#espace_client #commandes .contenu > table > tbody > tr > td,
#espace_client .adresse .contenu > table > tbody > tr > td
{
	height: 30px;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
}
#espace_client #articles .contenu > table > tbody > tr:last-child > td:first-child,
#espace_client #commandes .contenu > table > tbody > tr:last-child > td:first-child
{
	border-radius: 0 0 0 3px;
}
#espace_client #articles .contenu > table > tbody > tr:last-child > td:last-child,
#espace_client #commandes .contenu > table > tbody > tr:last-child > td:last-child
{
	border-radius: 0 0 3px 0;
}

#espace_client #total
{
	margin-top: 5px;
	margin-left: auto;
	margin-right: 3px;
	float: none;
	width: 310px;
}
#espace_client #total td
{
	padding: 5px;
}
#espace_client #total th
{
	text-align: right;
}
#espace_client #total .total_label, 
#espace_client div#total .total_valeur
{
	font-size: 17px;
}

/*Espace client -- Vos informations*/
#espace_client #informations_identite
{
	float: none;
	margin: 0;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#espace_client #informations_identite .contenu
{
	padding: 5px;
}

#espace_client #informations_mdp
{
	float: none;
	margin: 0;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#espace_client #informations_mdp .contenu
{
	padding: 5px;
}

/*Espace client -- Adresses*/
#espace_client .adresses
{
	float: none;
	margin: 0;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#espace_client .adresses .contenu
{
	padding: 5px;
}




fieldset
{
	border: 0;
}
fieldset > legend
{
	
}
fieldset > ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
fieldset > ul > li
{
	margin: 0;
	padding: 0;
}
fieldset > ul > li > label
{
	display: inline-block;
	width: 150px;
	padding: 10px;
}
fieldset > ul > li > a.select
{
	text-decoration: none;
}

ul.sports
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.sports > li
{
	float: left;
	margin: 0;
	padding: 0;
}
ul.sports > li > a
{
	display: block;
	padding: 5px;
	margin: 1px;
	border: 1px solid #AB0306;
	border-radius: 5px;
	text-decoration: none;
	background: #AB0306;
	color: #FFF;
	
	-webkit-transition: ease-in-out 300ms;
	-moz-transition: ease-in-out 300ms;
	-ms-transition: ease-in-out 300ms;
	-o-transition: ease-in-out 300ms;
	transition: ease-in-out 300ms;
}
ul.sports > li > a:hover,
ul.sports > li > a.select
{
	background: #CB2326;
}



ul.associations
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.associations > li
{
	float: left;
	margin: 0;
	padding: 0;
}
ul.associations > li > a
{
	/*display: block;
	padding: 5px;
	margin: 1px;
	border: 1px solid #AB0306;
	border-radius: 5px;
	text-decoration: none;
	background: #AB0306;
	color: #FFF;
	text-align: center;
	
	-webkit-transition: ease-in-out 300ms;
	-moz-transition: ease-in-out 300ms;
	-ms-transition: ease-in-out 300ms;
	-o-transition: ease-in-out 300ms;
	transition: ease-in-out 300ms;*/
}
ul.associations > li > a:hover,
ul.associations > li > a.select
{
	/*background: #CB2326;*/
}
ul.associations > li > a > .nom
{
	/*display: block;
	margin: 0 auto;
	padding: 5px;*/
}

#commandes_groupees
{
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #093;
}

#association
{
	display: table;
	width: 100%;
}
#association #logo
{
	display: table-cell;
	padding: 0;
	background: #CCC;
	width: 970px;
	height: 220px;
	text-align: center;
}
#association #logo,
#association #logo img
{
	vertical-align: middle;
}
#association #nom
{
	display: table-cell;
	font-size: 20px;
	padding: 0 20px;
	vertical-align: middle;
	background: #C6F1FF;
}
#description
{
	display: block;
	padding: 10px 0;
}


.produit
{
	position: relative;
	display: inline-block;
	margin: 10px;
	width: 215px;
	height: 250px;
	border: 1px solid #CCC;
	text-decoration: none;
	color: #000;
	text-align: center;
	vertical-align: top;
	
	-webkit-transition: ease-in-out 200ms;
	-moz-transition: ease-in-out 200ms;
	-ms-transition: ease-in-out 200ms;
	-o-transition: ease-in-out 200ms;
	transition: ease-in-out 200ms;
}
.produit:hover
{
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.produit > .photo
{
	display: block;
	width: 100%;
	height: 200px;
	text-align: center;
	background: #FFF;
}
.produit > .photo > img
{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.produit > .titre
{
	display: block;
	text-align: center;
	font-size: 18px;
	color: #AB0306;
	
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	
	-webkit-transition: ease-in-out 200ms;
	-moz-transition: ease-in-out 200ms;
	-ms-transition: ease-in-out 200ms;
	-o-transition: ease-in-out 200ms;
	transition: ease-in-out 200ms;
}
.produit > .prix
{
	display: block;
	text-align: center;
	font-size: 15px;
	color: #000;
	
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	
	-webkit-transition: ease-in-out 200ms;
	-moz-transition: ease-in-out 200ms;
	-ms-transition: ease-in-out 200ms;
	-o-transition: ease-in-out 200ms;
	transition: ease-in-out 200ms;
}
.produit > .loupe
{
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	
	background: url(../img/icones/loupe_60.png) no-repeat 50% 50%;
	
	-webkit-transition: ease-in-out 200ms;
	-moz-transition: ease-in-out 200ms;
	-ms-transition: ease-in-out 200ms;
	-o-transition: ease-in-out 200ms;
	transition: ease-in-out 200ms;
}
.produit:hover > .titre
{
	bottom: 91px;
	background: #AB0306;
	color: #FFF;
	font-size: 22px;
}
ul.associations > li > a:hover > .titre
{
	bottom: 72px;
}
.produit:hover > .prix
{
	bottom: 72px;
	background: #AB0306;
	color: #FFF;
}
.produit:hover > .loupe
{
	bottom: 0;
	height: 70px;
	background-color: #AB0306;
}


.ui-dialog-content
{
	margin: 0;
}
.ui-dialog-content td
{
	text-align: center;
	padding-left: 20px;
}


.ui-dialog
{
	padding: 0;
	border: 1px solid #FFF;
}
.ui-dialog .ui-dialog-titlebar
{
	border: 0;
	background-color: #AB0306;
    background-image: none;
    color: #FFF;
}
.ui-widget-header .ui-icon
{
    background-image: url(../js/jquery/theme/images/ui-icons_ffffff_256x240.png);
}


.autocompletion
{
	background: #FFF;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	border: 1px solid #AB0306;
	margin: 0;
	padding: 5px;
	list-style: none;
}
.autocompletion > li
{
	margin: 0;
	padding: 0;
}
.autocompletion > li > a
{
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #000;
}
.autocompletion > li > a:hover
{
	background: #FCF2F5;
	color: #AB0306;
}

.ui-button-text-only .ui-button-text
{
	padding: .4em 0;
}