/*************** RESET *******************/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

sup {
	vertical-align:super;
	font-size:0.625em; /* 10/16 */
	line-height:0.75em; /* 12/16 */
}

a {
	text-decoration:none;	
}

b, strong {
	font-weight:bold;
}

i, em {
	font-style:italic;
}

u {
	text-decoration:underline;	
}

/*************** POLICES *******************/

@font-face {
    font-family: 'OpenSansCondensedLight';
    src: url('polices/OpenSans-CondLight-webfont.eot');
    src: url('polices/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/OpenSans-CondLight-webfont.woff') format('woff'),
         url('polices/OpenSans-CondLight-webfont.ttf') format('truetype'),
         url('polices/OpenSans-CondLight-webfont.svg#OpenSansCondensedLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*************** SITE *******************/
body {
	background-color:#fff;
	font-size:0.8125em; /* 13/16 */
	line-height: 1.5em;
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	margin-bottom:20px;
	
	font-size:2em; /* 26/13 */
	font-family: 'OpenSansCondensedLight';
	text-transform:uppercase;
	color:#000;
}

h3 {
	font-size:2.1538461538461538461538461538462em; /* 28/13 */
	font-family: 'OpenSansCondensedLight';
	text-transform:uppercase;
	color:#000;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#808080;
	font-size:1em;
}

a {
	cursor:pointer;
	color:#000;
}

.bouton {
	width:150px;
	height:30px;
	line-height:30px;
	
	text-align:center;
	color:#fff;
	
	padding:0px;
	margin:0px;
	
	background-color:#000;
	border-radius:20px;
	behavior: url(/PIE.htc);
	
	border:0px;
	
	transition:all 0.3s linear;
}

.clear {
	clear:both;	
}

.home_back {
	width:100%;
	background: linear-gradient(left, #34485f, #171a2b);
	background-image:url('images/skin_back_home.jpg');
	background-repeat:no-repeat;
	background-position:center 80px;
	background-attachment:fixed;
	background-size:cover;
}

.separateur_65 {
	height:65px;
}

/* TABLEAU PRODUITS */

table {
	width:100%;
}

table.liste_produit tr th {
	height:35px;
	line-height:35px;
	
	font-family: 'OpenSansCondensedLight';
	font-size:1.2307692307692307692307692307692em; /* 16/13 */
	text-transform:uppercase;
	text-align:center;
	
	background-color:#e5e5e5;
}

table.liste_produit tr th + th {
	border-left:1px solid #eee;	
}

table.liste_produit tr + tr + tr {
	background:url('images/skin_table_border.png') repeat-x top;
}

table.liste_produit tr td {
	padding:10px 0px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}

table.liste_produit tr:hover td .image .cache,
table.liste_article tr:hover td .image .cache {
	opacity : 1;
    filter : alpha(opacity=70); 
}

table.liste_produit tr td.visuelle {
	width:94px;	
}

/* CASE IMAGE */
.image {
	width:94px;
	text-align:left;
}

.image img {
	position:relative;
	z-index:1;
}

.image .cache {
	display:block;
	position:absolute;
	width:94px;
	height:94px;
	background:url('images/skin_masque_hover.png');
	
	opacity : 0;
    filter : alpha(opacity=0);
	
	transition:all 0.5s linear;
	
	z-index:2;
}

.image .cache .plus {
	display:block;
	width:94px;
	height:94px;
	background:url('images/skin_plus.png') no-repeat center;
}

.image .cache .loupe {
	display:block;
	width:94px;
	height:94px;
	background:url('images/skin_loupe.png') no-repeat center;
}

.image:hover .cache {
	opacity : 1;
    filter : alpha(opacity=70); 
}

/* CASE LOTS */
.case_lots {
	display:inline-block;
	float:left;
	width:149px;
	margin-bottom:15px;
	margin-left:16px;
	overflow:hidden;
}

.case_lots.first {
	margin-left:0px;
}

.case_lots .image .cache {
	width:149px;
	height:149px;	
}

.case_lots:hover .image .cache {
	opacity : 1;
    filter : alpha(opacity=70); 
}

.case_lots  .image .cache .plus {
	width:149px;
	height:149px;	
}

.case_lots .image {
	display:block;	
}

.case_lots .nom_produit {
	display:block;	
	width:139px;
	padding:7px 5px;
	color:#808080;
	background-color:#e5e5e5;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
}

.case_lots .prix_produit {
	display:block;	
	width:100%;
	height:25px;
	line-height:25px;
	color:#fff;
	text-align:center;
	background-color:#808080;
}

/* FORMULAIRE */
.ligne_formulaire {
	margin-bottom:20px;	
	overflow:hidden;
	clear:both;
}

.ligne_formulaire label {
	display:inline-block;
	float:left;
	width:30%;
}

.ligne_formulaire label.description {
	line-height:18px;	
}

.ligne_formulaire input,
.ligne_formulaire select {
	display:inline-block;
	float:left;
	width:69%;	
	height:23px;
	line-height:23px;
	border:1px solid #cccccc;
	outline:none;
	color:#000;
}

.ligne_formulaire textarea {
	display:inline-block;
	float:left;
	width:69%;
	height:80px;
	border:1px solid #cccccc;
	outline:none;
	color:#000;
}

.ligne_formulaire input:focus,
.ligne_formulaire textarea:focus {
	border:1px solid #000;
}

/* LIGNE TABLEAU PANIER ET AFFICHAGE BON COMMANDE */
table.liste_article tr th {
	height:40px;
	line-height:40px;
	padding-left:13px;
	text-align:left;
	font-family: 'OpenSansCondensedLight';
	font-size:1.6923076923076923076923076923077em; /* 22/13 */
	text-transform:uppercase;
	background-color:#e5e5e5;
}

table.liste_article tr + tr + tr {
	background:url('images/skin_table_border.png') repeat-x top;
}

table.liste_article tr.one {
	background-image:none;
}

table.liste_article tr td {
	padding:10px 0px;
	text-align:left;
	vertical-align:middle;
	cursor:pointer;
}

table.liste_article tr td a {
	color:#808080;	
}

table.liste_article tr td a:hover {
	color:#000;
}

table.liste_article tr td.visuelle {
	width:94px;	
	padding-right:10px;
	padding-left:0px;
}

table.liste_article tr td.marque {
	width:150px;
	text-align:center;
}

table.liste_article tr td.prix {
	width:110px;
	text-align:right;
	padding:10px 30px 10px 15px;
}

table.liste_article tr td select {
	display:block;
	margin:auto;
	margin-top:5px;
	width:100px;
	height:30px;
}

table.liste_article tr td.icon_suppr {
	width:10px;
	padding:10px 15px;
}

table.liste_article tr td a.supprimer {
	display:block;
	width:10px;
	height:10px;
	background:url('images/skin_icon_supprimer.png') no-repeat center;
}

.separation {
	width:100%;
	height:2px;
	background:url('images/skin_table_border.png') repeat-x top;
}



/* HEADER */
#header {
	height:80px;
	background-color:#fff;
}

#header .wrap {
	width:975px;
	margin:auto;
	
	clear:both;
}

#header .wrap h1 {
	display:inline-block;
	float:left;
	margin-top:20px;
}

#header .wrap h1 a{
	display:block;
	width:259px;
	height:46px;
	background:url('images/skin_logo.png') no-repeat center;
}

#header .wrap .langues {
	display:inline-block;
	float:right;
	margin-top:20px;	
}

#header .wrap .langues .flags {
	display:inline-block;
	float:left;
	width:16px;
	height:11px;
	margin-left:5px;
	
	opacity : 0.4;
    filter : alpha(opacity=40);
}

#header .wrap .langues .flags:hover,
#header .wrap .langues .actif {
	opacity : 1;
    filter : alpha(opacity=100);
}

#header .wrap .langues .fr {
	background:url('images/skin_fr.png') no-repeat center;	
}

#header .wrap .langues .en {
	background:url('images/skin_en.png') no-repeat center;	
}

/* HEADER : COMPTE CLIENT */
#header .wrap .compte {
	display:inline-block;
	float:left;
	margin-left:55px;
}

#header .wrap .compte .information {
	display:inline-block;
	float:left;
	
	height:33px;
	line-height:33px;
	
	margin-right:7px;
	
	background-color:#E5E5E5;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

#header .wrap .compte .information a {
	margin-left:10px;
	padding-right:10px;
	color:#808080;
}

#header .wrap .compte .information a + a {
	padding-left:10px;
	margin-left:0px;
	border-left:1px solid #d5d5d5;
}

#header .wrap .compte .information a:hover {
	color:#000;
}

#header .wrap .panier {
	display:inline-block;
	float:left;
	
	height:33px;
	line-height:33px;
	
	padding:0px 15px;
	
	color:#fff;
	
	background-color:#000;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	
	transition:all 0.3s linear;
}

#header .wrap .panier span {
	padding-left:15px;
}

#header .wrap .panier:hover {
	background-color:#e6147d;
}

/* ARIANE */
#ariane {
	background-color:#e5e5e5;
}

#ariane .wrap {
	width:975px;
	margin:auto;
}

#ariane .wrap ul {
	clear:both;	
	overflow:hidden;
}

#ariane .wrap ul li {
	display:inline-block;
	height:50px;
	line-height:50px;
	float:left;
}

#ariane .wrap ul li + li {
	margin-right:8px;
}

#ariane .wrap ul li + li + li {
	padding-left:10px;
	background:url('images/skin_ariane_fleche.png') no-repeat left center;
}

#ariane .wrap ul li a {
	color:#808080;	
}

#ariane .wrap ul li a:hover {
	color:#000;
}

#ariane .wrap ul li.choix_marque {
	height:50px;
	line-height:50px;
	background:url('images/skin_back_ariane.png') no-repeat right center;
}

#ariane .wrap ul li.choix_marque a {
	padding-left:20px;
	padding-right:50px;
	color:#fff;
	text-transform:uppercase;
	font-size:0.92307692307692307692307692307692em;
}

/* HOME */
#home .wrap {
	width:975px;
	margin:auto;
}

#home .wrap .contenu{
	margin-top:70px;
	margin-left:110px;
	overflow:hidden;
	clear:both;	

}

/* HOME : COLONNES */

#home .wrap .colonne_droite,
#home .wrap .colonne_gauche {
	display:inline-block;
	float:left;
	
	width:370px;
	
	margin-right:15px;
	
	background-color:#fff;
	
	border-radius:5px;
	behavior: url(/PIE.htc);
	
	-moz-box-shadow: -1px 1px 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: -1px 1px 10px rgba(0,0,0,0.25);
	box-shadow: -1px 1px 10px rgba(0,0,0,0.25);
}

#home .wrap .colonne_gauche .decouvrir,
#home .wrap .colonne_droite .connexion {
	margin:4px;
	padding:15px;
	border:1px solid #e5e5e5;
	border-radius:5px;
	behavior: url(/PIE.htc);
	
	clear:both;
	overflow:hidden;
}

/* HOME : COLONNES GAUCHE */
#home .wrap .colonne_gauche .decouvrir a {
	float:right;	
	margin-top:20px;
}

#home .wrap .colonne_gauche .decouvrir a:hover {
	background-color:#e6147d;
}

/* HOME : COLONNES DROITE */
#home .wrap .colonne_droite .connexion .ligne_form {
	margin-bottom:15px;
}

#home .wrap .colonne_droite .connexion .ligne_form + .ligne_form {
	margin-bottom:10px;
}

#home .wrap .colonne_droite .connexion .ligne_form label {
	display:inline-block;
	float:left;
	width:128px;
	height:25px;
	line-height:25px;
}

#home .wrap .colonne_droite .connexion .ligne_form input {
	width:198px;
	height:23px;
	line-height:23px;
	border:1px solid #cccccc;	
	outline:none;
}

#home .wrap .colonne_droite .connexion .ligne_form input:focus {
	border:1px solid #000;
}

#home .wrap .colonne_droite .connexion .check .ligne_form {
	display:inline-block;
	float:left;
	margin:0px;
}

#home .wrap .colonne_droite .connexion .check input {
	display:inline-block;
	float:left;
	width:13px;
	height:13px;
	margin-top:5px;
	margin-right:10px;
	border:0px;
}

#home .wrap .colonne_droite .connexion .check input:focus {
	border:0px;	
}

#home .wrap .colonne_droite .connexion .bouton {
	display:block;
	float:right;
	border:0px;	
	cursor:pointer;
}

#home .wrap .colonne_droite .connexion .bouton:hover {
	background-color:#e6147d;
}

#home .wrap .colonne_droite .connexion a {
	display:block;
	float:right;
	margin-top:20px;
	font-size:0.84615384615384615384615384615385em; /* 11/13 */
	color:#808080;
	cursor:pointer;
}

#home .wrap .colonne_droite .connexion a:hover {
	color:#000;	
}

#home .wrap .colonne_droite #bloc_mdp_oublie {
	clear:both;
}

#home .wrap .colonne_droite #bloc_mdp_oublie .separateur_mdp_oubli {
	width:100%;
	height:22px;
	background:url('images/skin_table_border.png') repeat-x center;
}

/* INSCRIPTION */
#inscription .wrap {
	width:975px;
	margin:auto;
	
	*margin-top:70px;
}

#inscription .wrap .contenu {
	width:755px;
	margin-top:70px;
	margin-left:110px;
	overflow:hidden;
	clear:both;	
	
	background-color:#fff;
	border-radius:5px;
	behavior: url(/PIE.htc);
	
	-moz-box-shadow: -1px 1px 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: -1px 1px 10px rgba(0,0,0,0.25);
	box-shadow: -1px 1px 10px rgba(0,0,0,0.25);
	
	*top:150px;
	*margin-top:200px;
}

#inscription .wrap .contenu .formulaire {
	margin:4px;
	padding:15px;
	border:1px solid #e5e5e5;
	border-radius:5px;
	behavior: url(/PIE.htc);
	
	clear:both;
	overflow:hidden;
}

#inscription .wrap .contenu .formulaire .colonne_droite,
#inscription .wrap .contenu .formulaire .colonne_gauche {
	display:inline-block;
	float:left;
	
	width:330px;
}

#inscription .wrap .contenu .formulaire .colonne_gauche {
	margin-right:55px;
}

#inscription .wrap .contenu .formulaire .ligne_form {
	margin-bottom:15px;
}

#inscription .wrap .contenu .formulaire .ligne_form + .ligne_form {
	margin-bottom:10px;
}

#inscription .wrap .contenu .formulaire label {
	display:inline-block;
	float:left;
	width:128px;
	height:25px;
	line-height:25px;
}

#inscription .wrap .contenu .formulaire label.description {
	line-height:18px;	
}

#inscription .wrap .contenu .formulaire .ligne_form input,
#inscription .wrap .contenu .formulaire .ligne_form select {
	width:198px;
	height:23px;
	line-height:23px;
	border:1px solid #cccccc;
	outline:none;
}

#inscription .wrap .contenu .formulaire .ligne_form select {
	width:200px;
	height:25px;	
	outline:none;
}

#inscription .wrap .contenu .formulaire textarea {
	width:580px;
	height:69px;
	
	line-height:23px;
	
	border:1px solid #cccccc;
	outline:none;
	
	resize:none;
}

#inscription .wrap .contenu .formulaire .ligne_form input:focus,
#inscription .wrap .contenu .formulaire textarea:focus {
	border:1px solid #000;
}

#inscription .wrap .contenu .formulaire .check {
	float:right;
	margin-top:5px;
}

#inscription .wrap .contenu .formulaire .check .ligne_form {
	display:inline-block;
	float:left;
	margin:0px;
}

#inscription .wrap .contenu .formulaire .check input {
	display:inline-block;
	float:left;
	width:13px;
	height:13px;
	margin-top:5px;
	margin-right:10px;
	border:0px;
}

#inscription .wrap .contenu .formulaire .check input:focus {
	border:0px;	
}

#inscription .wrap .contenu .formulaire .check label {
	width:300px;
}

#inscription .wrap .contenu .formulaire .bouton {
	display:block;
	float:right;
	margin-top:30px;
	border:0px;	
	cursor:pointer;
}

#inscription .wrap .contenu .formulaire .bouton:hover {
	background-color:#e6147d;
}

#inscription .wrap .contenu .formulaire div.title {
	font-weight:bold;
	margin-top:5px;
}

#inscription .wrap .contenu .formulaire div.description {
	height:100px;
	overflow:hidden;
	overflow-y:scroll;
	border:1px solid #CCC;
}

/* HOME - CONNECT */
#home_connect {
	background-color:#eee;
}

#home_connect .wrap {
	width:975px;
	margin:auto;
}

/* HOME - CONNECT : SLIDER */
#home_connect .wrap .slider {
	position:relative;
	width:1015px;
	height:270px;
	margin-left:-20px;
	margin-bottom:15px;
	padding-top:50px;
	overflow:hidden;
	clear:both;
}

#home_connect .wrap .slider .bt {
	position:absolute;
	display:block;
	float:left;
	
	width:40px;
	height:40px;
	
	margin-top:115px;
	
	background-color:#fff;
	
	border-radius:20px;
	behavior: url(/PIE.htc);
	
	transition:all 0.5s linear;
	
	cursor:pointer;
	z-index:1;
}

#home_connect .wrap .slider .bt:hover {
	background-color:#000;	
}

#home_connect .wrap .slider .bt span {
	display:block;
	width:40px;
	height:40px;
	
	transition:all 0.3s linear;
}

#home_connect .wrap .slider .prev {
	*margin-left:-995px;
}

#home_connect .wrap .slider .prev span {
	background-image:url('images/skin_slider_bt_prev.png');
	background-repeat:no-repeat;
	background-position:15px center;
}

#home_connect .wrap .slider .prev:hover span{
	background-image:url('images/skin_slider_bt_prev_1.png');
}

#home_connect .wrap .slider .next {
	margin-left:975px;
	*margin-left:-20px;
}

#home_connect .wrap .slider .next span {
	background-image:url('images/skin_slider_bt_next.png');
	background-repeat:no-repeat;
	background-position:17px center;
}

#home_connect .wrap .slider .next:hover span {
	background-image:url('images/skin_slider_bt_next_1.png');
}

#home_connect .wrap .slider .img_slider {
	display:inline-block;
	position:relative;
	height:270px;
	width:975px;
	float:left;
	margin-left:20px;
	overflow:hidden;
}

#home_connect .wrap .slider .img_slider #slider_box {
	position:absolute;
	z-index:0;
}

#home_connect .wrap .slider .img_slider #slider_box a.slide {
	display:block;
	float:left;
	background-repeat:no-repeat;
	width:975px;
	height:270px;
	z-index:0;
}

/* HOME - CONNECT : BT MARQUES */
#home_connect .wrap .bt_liste_marque {
	width:205px;	
}

#home_connect .wrap .bt_liste_marque .bt_marques {
	display:block;
	position:relative;
	width:205px;
	height:36px;
	line-height:36px;
	
	margin-bottom:15px;
	
	color:#505050;
	text-transform:uppercase;
	text-align:center;
	font-family: 'OpenSansCondensedLight';
	font-size:1.2307692307692307692307692307692em; /* 16/13 */
	
	background-color:#dbdbdb;
	
	transition:all 0.5s linear;
	
	cursor:pointer;
	z-index:3;
}

#home_connect .wrap .bt_liste_marque:hover .bt_marques {
	color:#fff;
	background-color:#000;
}

#home_connect .wrap .bt_liste_marque:hover .liste_marques {
	display:block;	
}

#home_connect .wrap .bt_liste_marque .liste_marques {
	display:none;
	position:absolute;
	width:975px;
	margin-top:-16px;
	background-color:#fff;
	
	-moz-box-shadow: -1px 1px 10px rgba(0,0,0,0.08);
	-webkit-box-shadow: -1px 1px 10px rgba(0,0,0,0.08);
	box-shadow: -1px 1px 10px rgba(0,0,0,0.08);
	
	z-index:2;
}

#home_connect .wrap .bt_liste_marque .liste_marques ul {
	padding:20px 0px 10px 0px;
	clear:both;
	overflow:hidden;
}

#home_connect .wrap .bt_liste_marque .liste_marques ul li {
	display:inline-block;
	float:left;
	width:315px;
	
	padding-bottom:5px;
	margin-left:15px;
}

#home_connect .wrap .bt_liste_marque .liste_marques ul li.first {
	margin-left:0px;
}

#home_connect .wrap .bt_liste_marque .liste_marques ul li a {
	display:block;
	color:#808080;
	margin-bottom:5px;
	padding-left:25px;
	text-transform:uppercase;		
}

#home_connect .wrap .bt_liste_marque .liste_marques ul li a:hover {
	color:#000;
}


/* HOME - CONNECT : LISTE LOGO */

#home_connect .wrap .liste_logo {
	overflow:hidden;
	clear:both;
	padding-bottom:25px;
	
	transition:all 1s linear;
}

#home_connect .wrap .liste_logo .case_marque {
	display:inline-block;
	float:left;
	width:315px;
	margin-left:15px;
	margin-bottom:15px;
}

#home_connect .wrap .liste_logo .first {
	margin-left:0px;	
}

#home_connect .wrap .liste_logo .img_marque {
	display:block;
	width:100%;
	margin-bottom:5px;
	overflow:hidden;
	background-color:#fff;	
}

#home_connect .wrap .liste_logo .img_marque .cache {
	display:block;
	position:absolute;
	width:305px;
	height:171px;
	margin:5px;
	
	background:url('images/skin_masque_hover.png');	
	
	transition:all 0.5s linear;
	
	opacity : 0;
    filter : alpha(opacity=0);
}

#home_connect .wrap .liste_logo .img_marque:hover .cache {
	opacity : 1;
    filter : alpha(opacity=70);
}

#home_connect .wrap .liste_logo .img_marque:hover .cache .plus {
	display:block;
	width:315px;
	height:181px;
	background:url('images/skin_plus.png') no-repeat center 70px;;
}

#home_connect .wrap .liste_logo .img_marque img {
	width:305px;
	margin:4px;
	border:1px solid #e5e5e5;
}

#home_connect .wrap .liste_logo .img_marque .logo {
	width:305px;
	height:170px;
	line-height:170px;
	
	margin:4px;
	border:1px solid #e5e5e5;
	
	color:#000;
	text-align:center;
	font-family: 'OpenSansCondensedLight';
	font-weight:bold;
	font-size:2.4615384615384615384615384615385em;  /* 32/13 */
	
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

#home_connect .wrap .liste_logo .img_marque .marque {
	position:absolute;
	display:block;
	
	width:307px;
	height:25px;
	line-height:25px;
	
	margin:-35px 4px 0px 4px;
	
	color:#808080;
	text-transform:uppercase;
	text-align:center;
	font-family: 'OpenSansCondensedLight';
	font-size:1.2307692307692307692307692307692em; /* 16/13 */
	
	background-color:#e5e5e5;
	z-index:1;
	
	*margin-left:-315px;
	*margin-top:145px;
}

#home_connect .wrap .liste_logo .bt_acces_vente {
	display:block;
	
	width:100%;
	height:37px;
	line-height:37px;
	
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font-family: 'OpenSansCondensedLight';
	font-size:1.3846153846153846153846153846154em; /* 18/13 */
	
	background-color:#505050;
}

#home_connect .wrap .liste_logo .bt_acces_vente:hover {
	background-color:#000;
}

/* TABLEAU PRODUITS */
#tableau_produit {
	background-color:#eee;
	padding-top:50px;
}

#tableau_produit .wrap {
	width:975px;
	margin:auto;
}

/* TABLEAU PRODUITS : FILTRE */

#tableau_produit .wrap .filtre {
	margin-bottom:30px;
	background-color:#f7f7f7;
	clear:both;
	overflow:hidden;
}

#tableau_produit .wrap .filtre .titre {
	display:inline-block;
	float:left;
	width:100px;
	line-height:40px;
	margin-left:18px;
	
	font-family: 'OpenSansCondensedLight';
	font-size:1.3846153846153846153846153846154em; /* 18/13 */
	text-transform:uppercase;
}

#tableau_produit .wrap .filtre .check {
	display:inline-block;
	float:left;
}

#tableau_produit .wrap .filtre .check ul {
	display:block;	
	clear:both;
}

#tableau_produit .wrap .filtre .check ul li {
	display:inline-block;
	float:left;
	line-height:40px;
	margin-right:20px;
	
	padding-left:17px;
	
	font-family: 'OpenSansCondensedLight';
	font-size:1.3846153846153846153846153846154em; /* 18/13 */
	text-transform:uppercase;
	
	background:url('images/skin_checkbox.png') no-repeat left center;
	
	cursor:pointer;
}

#tableau_produit .wrap .filtre .check ul li:hover {
	color:#000;
}

#tableau_produit .wrap .filtre .check ul li.actif {
	padding-left:17px;
	background:url('images/skin_checkbox_1.png') no-repeat left center;
}

/* FICHE PRODUIT */
#fiche_produit {
	background-color:#eee;
	padding-top:50px;
}

#fiche_produit .wrap {
	width:975px;
	margin:auto;
}

#fiche_produit .wrap .info_produit {
	overflow:hidden;
	clear:both;
	margin-bottom:10px;
}

#fiche_produit .wrap .info_produit img {
	display:inline-block;
	float:left;
	width:315px;
	margin-right:15px;
}

#fiche_produit .wrap .info_produit .description {
	display:inline-block;
	float:left;
	width:628px;
	margin-top:1px;
}

#fiche_produit .wrap .info_produit .description h2 {
	font-size:2.1538461538461538461538461538462em; /* 28/16 */
	padding-top:4px;
}

#fiche_produit .wrap .info_produit .description .texte {
	margin-bottom:35px;
}

#fiche_produit .wrap .info_produit .description .details ul li {
	disply:inline-block;
	float:left;
	width:285px;
	padding-left:12px;
	margin-right:15px;
	margin-bottom:10px;
	background:url('images/skin_puce.png') no-repeat left center;
}

#fiche_produit .wrap .info_produit .description .details ul li span {
	float:right;
	width:110px;
}

#fiche_produit .wrap .image_produit {
	overflow:hidden;
	clear:both;
	margin-bottom:15px;
}

#fiche_produit .wrap .image_produit .image {
	display:inline-block;
	float:left;
}

#fiche_produit .wrap .image_produit .image + .image {
	margin-left:15px;	
}

#fiche_produit .prix {
	background-color:#fff;
}

#fiche_produit .prix .wrap {
	width:975px;
	margin:auto;
	height:85px;
	clear:both;
}

#fiche_produit .prix .wrap .prix_panier {
	float:right;	
	font-family: 'OpenSansCondensedLight';
	padding:18px 0px;
}

#fiche_produit .prix .wrap .prix_panier .prix_lot {
	display:inline-block;
	float:left;
	margin-right:15px;
	line-height:35px;
	font-size:3.4615384615384615384615384615385em; /* 45/13 */	
	*line-height:50px;
}

#fiche_produit .prix .wrap .prix_panier sub {
	vertical-align:50%;
	font-size:0.5em; 
}

#fiche_produit .prix .wrap .prix_panier .prix_lot .unite {
	font-size:0.88888888888888888888888888888889em; /* 40/45 */
}

#fiche_produit .prix .wrap .prix_panier .prix_unite {
	display:inline-block;
	float:left;	
	line-height:35px;
	margin-right:15px;
	font-size:2.1538461538461538461538461538462em; /* 28/13 */
	*margin-top:10px;
}


#fiche_produit .prix .wrap .prix_panier .panier {
	display:inline-block;
	float:left;
	position:relative;
	width:260px;
	height:50px;
	line-height:50px;
	
	text-transform:uppercase;
	text-align:center;
	font-size:1.6923076923076923076923076923077em; /* 22/13 */
	color:#fff;
	
	background-color:#000;
	border-radius:50px;
	behavior: url(/PIE.htc);
	
	transition:all 0.3s linear;
	
	z-index:2;
}

#fiche_produit .prix .wrap .prix_panier .panier:hover {
	background-color:#e6147d;
}

#fiche_produit .wrap .suggestion {
	padding-bottom:55px;
}

#fiche_produit .wrap .suggestion h3 {
	margin-top:55px;
	margin-bottom:15px;
	text-align:center;
}

#fiche_produit .wrap .suggestion .icone {
	float:right;
	margin-bottom:5px;
}

#fiche_produit .wrap .suggestion .icone .normal {
	display:inline-block;
	float:left;
	width:20px;
	height:20px;
	margin-right:2px;
	background:url('images/skin_icone_lot_normal.png') no-repeat center;
	transition:all 0.3s linear;
}

#fiche_produit .wrap .suggestion .icone .normal.actif,
#fiche_produit .wrap .suggestion .icone .normal.actif:hover {
	background:url('images/skin_icone_lot_normal_1.png') no-repeat center;	
}

#fiche_produit .wrap .suggestion .icone .normal:hover {
	background:url('images/skin_icone_lot_normal_2.png') no-repeat center;
}

#fiche_produit .wrap .suggestion .icone .tableau {
	display:inline-block;
	float:left;
	width:20px;
	height:20px;
	background:url('images/skin_icone_lot_tableau.png') no-repeat center;
	transition:all 0.3s linear;
}

#fiche_produit .wrap .suggestion .icone .tableau:hover {
	background:url('images/skin_icone_lot_tableau_2.png') no-repeat center;
}

#fiche_produit .wrap .suggestion .icone .tableau.actif,
#fiche_produit .wrap .suggestion .icone .tableau.actif:hover {
	background:url('images/skin_icone_lot_tableau_1.png') no-repeat center;	
}

#fiche_produit .wrap .suggestion .liste_lots {
	clear:both;
	overflow:hidden;
}

/* MON PANIER */
#mon_panier {
	background-color:#eee;
	overflow:hidden;
}

#mon_panier .wrap {
	width:975px;
	margin:auto;
}

#mon_panier .wrap .zone_titre {
	margin-top:50px;
	overflow:hidden;
	clear:both;
	
	*margin-bottom:20px;
	*margin-top:40px;
}

#mon_panier .wrap .zone_titre h2 {
	display:inline-block;
	float:left;
	margin-top:1px;
	font-size:2.1538461538461538461538461538462em; /* 28/13 */
	line-height:1.2em;
}

#mon_panier .wrap .zone_titre .nb_article {
	display:inline-block;
	float:right;
	
	font-family: 'OpenSansCondensedLight';
	font-size:2.1538461538461538461538461538462em; /* 28/13 */
	line-height:1.2em;
	color:#000;
}

#mon_panier .wrap .prix_total {
	float:right;
	margin-bottom:50px;
	margin-top:25px;
}

#mon_panier .wrap .colonne_gauche,
#mon_panier .wrap .colonne_droite {
	display:inline-block;
	float:left;
}

#mon_panier .wrap .colonne_gauche {
	width:165px;
}

#mon_panier .wrap .colonne_gauche span,
#mon_panier .wrap .colonne_droite span {
	display:block;
	line-height:35px;
}

#mon_panier .wrap .colonne_gauche span {
	text-align:right;	
}

#mon_panier .wrap .colonne_droite span {
	text-align:right;	
	width:125px;
	padding-right:89px;
}

#mon_panier .wrap .bt_valider{
	clear:both;	
	overflow:hidden;
	margin-bottom:20px;
}

#mon_panier .wrap .sous_reserve {
	float:right;
	margin-bottom:40px;
}

#mon_panier .wrap .valider {
	display:block;
	float:right;
	position:relative;
	
	padding:0px;
	margin:0px;
	
	padding:0px 10px;
	height:30px;
	line-height:30px;
	
	color:#fff;
	
	border:0px;
	
	border-radius:20px;
	behavior: url(/PIE.htc);
	
	background-color:#000;
	
	transition:all 0.3s linear;
	z-index:2;
	
	cursor:pointer;
}

#mon_panier .wrap .valider:hover {
	background-color:#e6147d;
}

/* BON DE COMMANDE */
#bon_commande {
	background-color:#eee;
	overflow:hidden;
}

#bon_commande .wrap {
	width:975px;
	margin:auto;
	margin-bottom:40px;
}



#bon_commande .wrap h2 {
	margin-top:50px;
	font-size:2.1538461538461538461538461538462em; /* 28/13 */
}

#bon_commande tr {
	background:url('images/skin_table_border.png') repeat-x bottom;
}

#bon_commande tr td {
	padding:10px 0px;
	text-align:left;
	vertical-align:middle;
	cursor:pointer;
}

#bon_commande tr:hover td a {
	color:#000;
}

#bon_commande tr td.etat_1_0,
#bon_commande tr td.etat_2_3 {
	color:#FF4848;
}

#bon_commande tr td.etat_2_2,
#bon_commande tr td.etat_2_5,
#bon_commande tr td.etat_2_6,
#bon_commande tr td.etat_2_7 {
	color:#000;
}

#bon_commande tr td.etat_2_6 {
	color:#000;
}

#bon_commande tr td + td {
	text-align:center;	
}

#bon_commande tr td + td + td + td {
	text-align:right;
}

#bon_commande tr td a {
	color:#808080;
}

#bon_commande tr td a:hover {
	color:#000;	
}

/* MES INFORMATIONS */
#mes_information {
	background-color:#eee;
	overflow:hidden;
}

#mes_information .wrap {
	width:975px;
	margin:auto;
	margin-bottom:40px;
}

#mes_information .wrap h2 {
	margin-top:50px;
	font-size:2.1538461538461538461538461538462em; /* 28/13 */
}

#mes_information .wrap .bouton {
	float:right;	
	position:relative;
	margin:10px 0px 30px 0px;
	cursor:pointer;
	z-index:1;
}

#mes_information .wrap .bouton:hover {
	background-color:#e6147d;	
}

#mes_information table.adresse tr th {
	border:1px solid #AAA;
	padding:3px 5px;
	background-color:#E5E5E5;
	font-family:'OpenSansCondensedLight';
	height:20px;
	line-height:20px;
	font-size:16px;
}
 
#mes_information table.adresse tr td {
	text-align:left;
	border:1px solid #AAA;
	padding:3px 5px;
	vertical-align:middle;
}
#mes_information table.adresse tr td center {
	line-height:16px;
	height:16px;
}

#mes_information table.adresse tr td a.modifier {
	display:inline-block;
    height: 16px;
    width: 16px;
    
    background-image:url(images/skin_icon_modifier_adresse.png);
    background-repeat:no-repeat;
    background-position:center;
}

#mes_information table.adresse tr td a.supprimer {
	display:inline-block;
    height: 16px;
    width: 16px;
    
    background-image:url(images/skin_icon_supprimer_adresse.png);
    background-repeat:no-repeat;
    background-position:center;
}

/* AFFICHAGE BON DE COMMANDE  */
#affichage_bon_commande {
	background-color:#eee;
	overflow:hidden;
}

#affichage_bon_commande .wrap {
	width:975px;
	margin:auto;
}

#affichage_bon_commande .wrap .fournisseur{
	background-color:#808080;
	color:#e5e5e5;
	
	height:40px;
	line-height:40px;
	padding:0px 10px;
	
	font-family: 'OpenSansCondensedLight';
	font-size:1.6923076923076923076923076923077em; /* 20/13 */
}

#affichage_bon_commande .wrap .separateur_fournisseur {
	height:5px;
	padding:0px;
	cursor:default;
}

#affichage_bon_commande .wrap .adresse{
	background-color:#e5e5e5;
	color:#808080;
	
	height:40px;
	line-height:40px;
	padding:0px 10px;
	margin-bottom:5px;
	
	font-family: 'OpenSansCondensedLight';
	font-size:1.6923076923076923076923076923077em; /* 20/13 */
}

#affichage_bon_commande .wrap .zone_titre {
	margin-top:50px;
	overflow:hidden;
	clear:both;
	
	*margin-bottom:20px;
	*margin-top:40px;
}

#affichage_bon_commande .wrap .zone_titre h2 {
	display:inline-block;
	float:left;
	margin-top:1px;
	font-size:2.1538461538461538461538461538462em; /* 28/13 */
	line-height:1.2em;
}

#affichage_bon_commande .wrap .zone_titre .nb_article {
	display:inline-block;
	float:right;
	
	font-family: 'OpenSansCondensedLight';
	font-size:2.1538461538461538461538461538462em; /* 28/13 */
	line-height:1.2em;
	color:#000;
}

#affichage_bon_commande .wrap .commentaire {
	float:left;
	margin-bottom:30px;
	margin-top:25px;
	width:580px;
	padding-left:20px;
}

#affichage_bon_commande .wrap .commentaire span {
	display:inline-block;
	font-weight:bold;
	text-decoration:underline;
	margin-left:-10px;
	margin-bottom:5px;
}

#affichage_bon_commande .wrap .prix_total {
	float:right;
	margin-bottom:30px;
	margin-top:25px;
}

#affichage_bon_commande .wrap .colonne_gauche,
#affichage_bon_commande .wrap .colonne_droite {
	display:inline-block;
	float:left;
}

#affichage_bon_commande .wrap .colonne_gauche {
	width:165px;
}

#affichage_bon_commande .wrap .colonne_gauche span,
#affichage_bon_commande .wrap .colonne_droite span {
	display:block;
	line-height:35px;
}

#affichage_bon_commande .wrap .colonne_gauche span {
	text-align:right;	
}

#affichage_bon_commande .wrap .colonne_droite span {
	text-align:right;	
	width:125px;
	padding-right:49px;
}

#affichage_bon_commande .wrap .bouton {
	float:right;	
	position:relative;
	margin:0px 50px 30px 0px;
	cursor:pointer;
	z-index:1;
	width:auto;
	padding:0px 10px;
}

#affichage_bon_commande .wrap .bouton:hover{
	background-color:#e6147d;
}

/* PAGES LIBRES / CONTACT / FAQ */
#page_libre {
	background-color:#eee;
	overflow:hidden;
}

#page_libre .wrap {
	width:975px;
	margin:40px auto;
}

#page_libre .wrap div.faq {
	margin:20px 0px;
}

#page_libre .wrap div.faq .question {
	text-transform:uppercase;
	font-weight:bold;
	clear:both;
}

#page_libre .wrap div.faq .question .intitule {
	display:inline-block;
	float:left;
	width:90px;
	font-style:italic;
}

#page_libre .wrap div.faq .question .texte {
	display:inline-block;
	float:left;
	width:880px;
	color:#000;
}

#page_libre .wrap div.faq .reponse {
	display:inline-block;
	float:left;
	width:870px;
	margin:10px 0px 20px 90px;
	border-left:1px solid #808080;
	padding-left:9px;
	text-align:justify;
}

/* FOOTER */
.footer_home {
	position:fixed;
	bottom:0px;
}

#footer {
	width:100%;
	height:	44px;
	background-color:#fff;
}

#footer .wrap {
	width:975px;
	margin:auto;
}

#footer .wrap .liens {
	padding-top:15px;
	text-align:center;
}

#footer .wrap .liens a {
	font-size:0.92307692307692307692307692307692em; /* 11/13 */
	margin-right:7px;
	color:#808080;
}

#footer .wrap .liens a + a {
	padding-left:7px;
	border-left:1px solid #e6e6e6;
}

#footer .wrap .liens a:hover {
	color:#000;	
}

/* POP UP PANIER */
#modal .pop_panier {
	width:756px;
	margin:auto;
	
	overflow:hidden;
	text-align:center;
	
	-moz-box-shadow: -1px 1px 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: -1px 1px 10px rgba(0,0,0,0.25);
	box-shadow: -1px 1px 10px rgba(0,0,0,0.25);
	
	background-color:#fff;
	
	border-radius:5px;
	
	behavior: url(/PIE.htc);
}

#modal .pop_panier h2 {
	margin-top:30px;
	margin-bottom:50px;
	font-size:2.3076923076923076923076923076923em; /* 30/13 */
	line-height:1.4em;
}

#modal .pop_panier .modal_bouton .bouton {
	margin-bottom:25px;	
}

#modal .pop_panier .modal_bouton .bouton {
	display:inline-block;
}

#modal .pop_panier .modal_bouton .bouton:hover {
	background-color:#e6147d;
}

#modal .pop_panier .modal_bouton a.bouton.valider {
	margin-left:15px;
}

/* POP UP QUANTITE */

#modal .pop_quantite {
	width:756px;
	margin:auto;
	
	overflow:hidden;
	
	-moz-box-shadow: -1px 1px 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: -1px 1px 10px rgba(0,0,0,0.25);
	box-shadow: -1px 1px 10px rgba(0,0,0,0.25);
	
	background-color:#fff;
	
	border-radius:5px;
	
	behavior: url(/PIE.htc);
}

#modal .pop_quantite .wrap {
	padding:20px;
}

#modal .pop_quantite .wrap h2 {
	margin-top:5px;	
	margin-bottom:30px;
	font-size:2.3076923076923076923076923076923em; /* 30/13 */
}

/* POP UP QUANTITE : PRIODUIT */

#modal .pop_quantite .wrap .produit {
	overflow:hidden;
	clear:both;
	background-color:#eee;
}

#modal .pop_quantite .wrap .produit a {
	color:#808080;
}

#modal .pop_quantite .wrap .produit a:hover .nom_produit {
	color:#000;		
}

#modal .pop_quantite .wrap .produit img  {
	dipslay:inline-block;
	float:left;
	
	width:60px;
	margin-right:15px;
}

#modal .pop_quantite .wrap .produit .nom_produit {
	dipslay:inline-block;
	float:left;	
	line-height:60px;
	color:#808080;
}

#modal .pop_quantite .wrap .produit .prix_produit {
	dipslay:inline-block;
	float:right;	
	line-height:60px;
	margin-right:15px;
}

#modal .pop_quantite .wrap .produit .prix_produit .prix_total {
	dipslay:inline-block;
	float:left;
	margin-right:25px;
}

#modal .pop_quantite .wrap .produit .prix_produit .prix_unite {
	dipslay:inline-block;
	float:left;	
	margin-right:15px;
}

/* POP UP QUANTITE : ADRESSE */

#modal .pop_quantite .wrap .adresse {
	overflow:hidden;
	clear:both;
	margin-top:30px;
}

#modal .pop_quantite .wrap .adresse .colonne_gauche {
	display:inline-block;
	float:left;
	margin-right:5px;
}

#modal .pop_quantite .wrap .adresse .colonne_gauche h3 {
	margin-bottom:10px;
	margin-top:5px;
	font-size:1.6923076923076923076923076923077em; /* 22/13 */	
}

#modal .pop_quantite .wrap .adresse .colonne_droite {
	display:inline-block;
	float:right;
}

#modal .pop_quantite .wrap .adresse .colonne_droite label {
	display:inline-block;
	float:left;
	
	margin-bottom:8px;
	margin-right:12px;
	height:22px;
	line-height:22px;
	font-size:1,4615384615384615384615384615385em; /* 19/13 */
	font-family: 'OpenSansCondensedLight';
	text-transform:uppercase;
}

#modal .pop_quantite .wrap .adresse .colonne_droite select {
	display:inline-block;
	float:left;
	
	width:50px;
	height:20px;
	margin-right:20px;
	line-height:28px;
	border:1px solid #dbdbdb;
	
	*height:22px;
}

#modal .pop_quantite .wrap .adresse .colonne_droite .prix {
	display:inline-block;
	float:left;
	
	width:100px;
	height:22px;
	line-height:22px;
	
	font-size:1.3846153846153846153846153846154em; /* 28/13 */
	font-family: 'OpenSansCondensedLight';
	text-align:center;
	
	background-color:#eee;
}

#modal .pop_quantite .wrap .adresse .colonne_droite .prix sub {
	font-size:0.5em;
	vertical-align:30%;
}

#modal .pop_quantite .wrap .validation {
	margin-top:65px;
	overflow:hidden;
	clear:both;
}

#modal .pop_quantite .wrap .validation a.ajout {
	display:inline-block;
	float:left;
	line-height:30px;
	color:#000;
}

#modal .pop_quantite .wrap .validation a.ajout:hover {
	color:#e6147d;
}

#modal .pop_quantite .wrap .validation .valider {
	display:inline-block;;
	float:right;
	
	width:150px;
	height:30px;
	line-height:30px;
	
	padding:0px;
	margin:0px;
	
	color:#fff;
	
	border:0px;
	
	border-radius:20px;
	behavior: url(/PIE.htc);
	
	background-color:#000;
	
	transition:all 0.3s linear;
	
	cursor:pointer;
}

#modal .pop_quantite .wrap .validation .valider:hover {
	background-color:#e6147d;
}

#modal .pop_quantite .wrap .bouton {
	display:block;
	float:right;
	border:0px;	
	cursor:pointer;
}

#modal .pop_quantite .wrap .bouton:hover {
	background-color:#e6147d;
}

/* MESSAGE D'ALERTE */

#divAlert1,
#divAlert2 {
	font-size:11px;
	
	padding:4px;
	
	margin-top:7px;
	margin-bottom:7px;
	
	border-top-style:solid;
	border-top-width:1px;
	
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#divAlert1 ul, 
#divAlert2 ul {
	margin:0px;
	padding-left:15px;
	list-style:square;
}

#divAlert1 ul li,
#divAlert2 ul li {
	margin:0px; 
}

#divAlert1 {
	border-color:#067b39;
	color:#067b39;
}

#divAlert2 {
	border-color:#b31022;
	color:#b31022;
}

.error {
	background-color:#ffd6d6;
	border-color:#b31022;
}