﻿/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:Optima,Corbel,"Lucida Grande","Lucida Sans Unicode",sans-serif}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1em 0;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/*marge*/
.marge {
margin-left: 5em;
}
/*signature*/
.signature
{
   text-align: right; 
}
.important
{
   background-color: red; /* Fond rouge */
   color: white; /* Texte de couleur jaune */
}
.news p
        {
            background-color:#CCCCCC;
            margin-top:0px;
        }
        .news
        {
            width:70%;
            margin:auto;
        }

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: #231f20 url(../site_images/bg.gif) top left repeat scroll;
	text-align:center;
}

.cleaner {
	clear:both;
	height:0px;
	font-size:0px;
	border:none;
	margin:0;
	padding:0;
	background:transparent;
}

h2 .break {
	line-height: 1em;
}

.break {
	display: block;
}

#header h1 {
	padding: 5px 0 0 0;
	font-weight:normal;
	text-align:center;
	font-size: 11px;
	color: #888;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Garamond Times "Times New Roman" serif;
}

.bloc h3 {
	font-family:"Arial Narrow" "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 0 0 0.2em 0;
}

a,
a:link,
a:visited {
	outline: 0;
	color: #E4175F;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #C80000;
	text-decoration: none;
}

h3 a {
	color: #fff;
}

h3 a:hover {
	color: #fff;
}
/* ------------------- MAIN ------------------- */

#main {
	background: transparent url(../site_images/content-bg.gif) repeat-y top left;
	height:auto;
	width:963px;
	margin: 24px 0 0 0;
}

#main_bis {
	background-color:#FFFFFF;
	height:auto;
	width:780px;
}
/* ------------------- STRUCTURE DU GABARIT ------------------- */
body#facture #global {
	position:relative;
	left: 0;
	width: 963px;
	margin-left: O; /* moitié de la largeur */
}
#global {
	position:relative;
	margin: 0 auto;
	width: 963px;
	text-align:left;
}
#global_bis {
	position:relative;
	margin: 0 auto;
	width: 780px;
	text-align:left;
}
#col_center {
	float:left;
	width:780px;
	display:inline;
	padding: 0 0 10px 0;
}
#col_right {
	width:183px;
	float:left;
	position:relative;
	padding: 20px 0 0 0;
}
#col_center_1 {
	width:475px;
	float:left;
	margin: 15px 0 10px 15px;
	display:inline;
}
#col_center_2 {
	width:250px;
	float:left;
	margin: 15px 0 0 15px;
	display:inline;
}
#pa_col_1 {
	width:460px;
	float:left;
	margin: 20px 10px 0 15px;
	display:inline;
}
#pa_col_2 {
	width:260px;
	float:left;
	margin: 20px 0 0 10px;
	display:inline;
}
#pa_col_1_bis {
	width:500px;
	float:left;
	margin: 0px 10px 0 0px;
	display:inline;
}
#pa_col_large {
	width:750px;
	float:left;
	margin: 20px 10px 0 15px;
	display:inline;
}
#col_bas {
	width:780px;
	display:inline;
	overflow: hidden;
	zoom: 1;
}

#col_bas h2 {
	color: #848484;
	margin: 0 0 0 25px;
}

#col_bas #col_bas {
	float: left;
	width: 490px;
}

#col_bas #col_bas #new_products {
	width: 490;
}

#col_bas #col_bas #new_products.prd-list dl {
	width: 230px;
}

#fil_ariane {
	height: 24px;
	font-size:10px;
	color: #E4175F;
	padding: 5px 0 0 10px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:19px;
}
html>body #fil_ariane {
	height:19px;
}
#fil_ariane a {
	color: #E4175F;
	text-decoration:underline;
}
#fil_ariane.ariane_nake a {
	color: #fff;
	text-decoration:underline;
}
.ariane_nav_2, .ariane_nav_3, .ariane_nav_4, .ariane_nav_5, .ariane_nav_6, .ariane_nav_7, .ariane_nav_8 {
	background-color:#FDE2E2;
}
#fil_ariane.ariane_nake {
	background-color: #FDE2E2;
	color: #E4175F;
}

#fil_ariane.ariane_nake a {
	color: #E4175F;
}
a.lienzoom {
	color: #000;
	text-decoration:none;
}
/* ------------------- HEADER ------------------- */

#header {
	height: 130px;
	background: #fff;
	position: relative;
   /*width: 760px;
   background-image: url("../site_images/logo.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;*/
}

#logo {
	background: transparent url(../site_images/logo.png) top left no-repeat scroll;
	height: 117px;
	width: 170px;
	position:absolute;
	left: 16px;
	top:25px;
	text-indent: -9999px;
	z-index: 1000;
	display: block;
}

#baseline {
	position:absolute;
	left: 170px;
	top:100px;
	
}
#baseline em {
	font-style: normal;
	font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
	color:#666;
	font-size: 1.3em;
}
/* ------------------- SEARCH : moteur de recherche dans le header ------------------- */
#search {
	position:absolute;
	left: 780px;
	top: 40px;
	width:173px;
	background: #fde2e2;
}

#search fieldset {
	margin: 3px;	
}

#search a,
#search a:link,
#search a:visited {
	color: #885d56;
	text-decoration:none;
}

#search a:hover,
#search a:focus {
	color: #000;
	text-decoration:underline;
}

#search fieldset {
	margin: 3px;	
}

#search legend {
	display: block;
	margin:0 0 5px 0;
	padding:0;
}

#search input {
	vertical-align: top;
}

#search input.text {
	border:none;
	padding: 3px;
	margin:0px 0 2px 0;
	width: 135px;
}

#search .bouton {
	background: #885d56;
	color: #fff;
	height: 18px;
	line-height: 18px;
}

#search label {
	display:none;
}

search-wrap {
	display: block;
}


/* ------------------- HOME #splash ------------------- */

#splash {
	height: 400px;
	width: 780px;
	overflow: hidden;
}

#splash .col-1 {
	width: 387px;
	height: 400px;
	float: left;
	display: inline;
}

#splash .col-1 .block-1 {
	width: 387px;
	height: 400px;
	display: block;
	position: relative;
}

#splash .col-1 .block-1 .wrap {
	display:block;
	height:350px;
	left:23px;
	position:absolute;
	top:15px;
	width:181px;
}

#splash .col-1 .block-1 h1 {
	color: #624640;
	font-size: 32px;
}


#splash .col-1 .block-1 .fiche-prd {
	background:transparent url(../img/home-splash-basket.gif) no-repeat scroll left top;
	display:block;
	font-weight:bold;
	height:38px;
	line-height:12px;
	margin:0 0 0 10px;
	padding:5px 0 0 40px;
}




#splash .col-2 {
	width: 385px;
	height: 400px;
	float: right;
	display: inline;
}

#splash .col-2 .block-1 {
	width: 385px;
	height: 196px;
	position: relative;
}

#splash .col-2 .block-2 {
	margin: 8px 0 0 0;
	width: 385px;
	height: 196px;
	position: relative;
}


#splash .col-2 .block-1 .wrap {
	display:block;
	height:22px;
	left:9px;
	position:absolute;
	top:167px;
	width:349px;
	line-height: 22px;
	font-size: 14px;
	*font-size: 12px;
	_font-size: 12px;
	padding: 0 0 0 5px;
}


#splash .col-2 .block-2 .wrap {
 	display:block;
	font-size: 14px;
	*font-size: 12px;
	_font-size: 12px;
	padding: 5px;
}



/* ------------------- HOME #col_bas ------------------- */


#col_bas #new_products {
	width: 735px;
	float: left;
	margin: 20px 0 0 25px;
}


#col_bas #hp_feature {
	width: 250px;
	float: left;
	margin: -75px 0 0 15px;
}

#new_products h2 {
	color: #848484;
	margin: 1em 0 0.25em 0;
}

#hp_feature h2  {
	margin: 0 0 0.25em 0;
}

#fiche_produit_head {
	margin: 0 25px 0 25px;
}

#fiche_produit_head h1 {
	color: #E4175F;
}


/* ------------------- NAV ------------------- */


#nav {
	position: absolute; 
	top: 130px;
	left: 0;
	z-index:100;
	height: 24px;
	margin: 0;
	list-style-type: none;
	overflow: hidden;
	display: block;
	background: transparent url(../site_images/gradient.gif) top left repeat-x scroll;
	width: 963px;
}

#nav li {
	list-style-type: none;
	float: left;
	margin: 0;
}

#nav a,
#nav a:link,
#nav a:visited {
	color: #fff;
	text-decoration: none;
	line-height: 24px;
	font-size: 1.2em;
	display: block;
	padding: 0 10px;
	font-weight: bold;
}

#nav a:hover,
#nav a:focus {
	background: #ffd8db;
	color: #d03780;
	font-weight: bold;
}


#nav #nav-accueil span {
	padding: 0 0 0 15px;
	background: transparent url(../site_images/home.gif) top left no-repeat scroll;
}

#nav #nav-accueil a:hover span,
#nav #nav-accueil a:focus span {
	background-position: bottom left;
}

/* ------------------- Prod list ------------------- */

#col_bas #new_products.prd-list dl {
	position: relative;
	float: left;
	width: 245px;
	height: 320px
}

.prd-list dt {
	padding: 140px 0 0 0;
	font-size: 1.2em;
}

.prd-list dd {
	margin: 0;
}

.prd-list .prd-img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.prd-list .prd-img img {
	margin: 0 auto;
}

.prd-list .prd-desc {
	margin: 0 0 0.5em 0;
}

.prd-list .prd-dscv {
	font-style: italic;
	padding: 0 20px 0 0;
}

.prd-list .prd-price {
	font-size: 1.7em;
}

.prd-list .prd-price .price {
	position: relative;
}

.prd-list .prd-price .cent,
.prd-list .prd-price .euro {
	font-size: 0.5em;
}

.prd-list .prd-price .euro {
	position: absolute;
	top: 0;
	right: 10px;
}

.prd-list .prd-price .off {
	color: #ed1c24;
}

.prd-list .prd-price .line {
	display: none;
}


.prd-list .prd-price .reduc .line {
	background: transparent url(../site_images/reduc.gif) top left no-repeat scroll;
	height: 22px;
	width: 22px;
	display: block;
	position: absolute;
	top: 2px;
	left: 4px;
}

.prd-list .action {
	width: 170px;
	background: #f0e1e3;
	display: inline-table;
/* Hides from IE-mac \*/
	height: 1%;
	display: block;
/* End hide from IE-mac */
}

html>body .prd-list .action {
	height: auto;
}

.prd-list .action:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.prd-list .action select {
	margin: 0 0 0 5px;
}

.prd-list .qty {
	float: left;
	width: 55px;
	display: block;
}

.prd-list .qty label {
	display: block;
	margin: 0 0 0 5px;
}

.prd-list .panier-img {
	background:transparent url(../site_images/bag.gif) no-repeat scroll left top;
	display:block;
	height:35px;
	text-indent:-9999px;
	width:31px;
	float: left;
	margin: 4px 0 0 0;
}

.prd-list .add-button {
	float: left;
	text-align: center;
	margin: 0 0 0 10px;
	display: inline;
}

.prd-list .add-button a {
	background: none;
	border: none;
	cursor: pointer;
}



.prd-list .prd-wght {

}

/* ------------------- PAGES ANNEXES : ensemble des styles ------------------- */
#landing_page {
	margin:15px;
}


#landing_page .row {
	width:100%;
}

#landing_page .row * p {
	margin: 5px;
	font-size: 9pt;
	text-align: justify;
}

#landing_page .left {
	width:365px;
	float:left;
}

#landing_page .right {
	width:365px;
	float:right;
}

#landing_page h3 a {
	color: #E4175F;
	font-size: 14px;
	margin: 5px 0;
	text-decoration: none;
}

#pa_intro h2, #landing_page h2 {
	font-size:16px;
	color:#E4175F;
	margin:0 0 0 0;
}
#pa_intro {
	margin: 0px 15px 15px 5px;
	font-size:12px;
	color: #333333;
}
#note_under h2 {
	font-size:16px;
	color:#E4175F;
	margin:40px 0 0px 0;
}
#note_under ul li {
	list-style: square;
}
#note_under ul {
	margin: 5px 0 5px 15px;
}
#note_under {
	margin: 0px 15px 15px 20px;
	font-size:12px;
	color: #333333;
}
#note_under p {
	padding: 5px 0 0px 0px;
	font-size:12px;
	color: #333333;
	text-align:justify;
}
#note_under a {
	color:#c80000;
	text-decoration:none;
}
#pa_intro a {
	color:#E4175F;
	text-decoration:none;
}
#pa_content {
	margin: 0px 0px 15px 5px;
	font-size:12px;
}
#pa_content p {
	margin: 7px 0;
	font-size:12px;
	text-align:justify;
}
#pa_content h3 {
}
#pa_content ul {
	margin: 0 15px;
}
#pa_content ul li {
	margin: 0 5px;
	list-style-type:square;
}
#pa_content ul li a {
	color: #FF9900;
	text-decoration:none;
}
#pa_content ul li a:hover {
	color: #000;
	text-decoration:underline;
}
#pa_content_cont {
	margin: 0px 0px 15px 5px;
	font-size:12px;
	width:460px;
}
#pa_content_cont p {
	margin: 7px 0;
	font-size:12px;
	text-align:justify;
}
#pa_content_cont h3 {
	background: #E4175F;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	margin: 0 0 0px 0;
	padding:5px 0 5px 10px;
	display:block;
	width:450px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
#page_large h3 {
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	margin: 0 0 0px 0;
	padding:5px 0 5px 10px;
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #E4175F;
	width:730px;
}
#page_large p {
	margin: 7px 0;
	font-size:12px;
	text-align:justify;
}
#page_large ul {
	margin: 0 15px;
	font-size:12px;
}
#page_large ul li {
	margin: 0 5px;
	list-style-type:square;
}
#page_large ul li a {
	color: #FF9900;
	text-decoration:none;
}
#page_large ul li a:hover {
	color: #000;
	text-decoration:underline;
}
#page_large a {
	color:#000000;
}
#page_large a:hover {
	color: #FF9900;
	text-decoration:none;
}
#pa_content_cont h4 {
	font-size:13px;
	color:#c80000;
		font-weight:bold;
	margin: 0 0 0px 0;
	padding:5px 0 0px 0px;
}

h4.titreh4 {
	font-size:13px;
	color:#c80000;
		font-weight:bold;
	margin: 0 0 0px 0;
	padding:5px 0 10px 15px;
}


#pa_content_cont ul {
	margin: 0 15px;
}
#pa_content_cont ul li {
	margin: 0 5px;
	list-style-type:square;
}
/* ------------------- FORMULAIRE MEMBRE ------------------- */

#error_form {
	border:1px solid #000;
	font-size:12px;
	color:red;
	margin: 0 0 15px 0;
	padding: 5px;
	font-weight:bold;
}
#error_form img {
	float:left;
	margin: 10px 10px 5px 10px;
}
#error_form a {
	text-decoration:underline;
}
#box_form {
	font-size:12px;
}
#box_form p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .4em 0;
	margin: 0 0 .2em 0;
}
#box_form_bis p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .4em 0;
	margin: 0 0 .2em 0;
}
#box_form p span.legende {
	color:#666666;
	font-style:italic;
	font-size:10px;
}
#box_form fieldset legend {
}
#box_form fieldset legend span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #E4175F;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	margin: 0 0 20px 0;
	padding:5px 0 5px 10px;
	display:block;
	width:453px;
}
#box_form fieldset {
}
#box_form select {
	background-color:#f6f5f1;
}
#box_form p.oblig select {
	background-color:#f0ece3;
	border:1px solid #CCCCCC;
}
#box_form input {
	background-color:#f6f5f1;
	border:1px solid #CCCCCC;
}
#box_form p.oblig label {
	font-weight:bold;
}
#box_form p.oblig input {
	background-color:#f0ece3;
}
#box_form fieldset label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 40%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .8em 0 0;
	line-height: 15px;	/*** ... et centrés verticalement. ***/
}
#box_form input.noborback {
	background-color:#FFFFFF;
	border:none;
}
/* ------------------- PRIX COUTANT : bloc promo prix coûtant dans le header ------------------- */
#prix_coutant {
	position:absolute;
	left: 170px;
	top:53px;
}
#prix_coutant img {
	float:left;
	margin: 0 10px 0 0;
}
#prix_coutant p {
	color:#000;
	font-size: 13px;
	padding: 12px 0 0 0;
	line-height: 20px;
}
#prix_coutant p strong {
	color:#dc2020;
	font-size:15px;
}
#prix_coutant p a {
	color:#000;
	text-decoration:none;
}
#prix_coutant p a:hover {
	color:#dc2020;
	text-decoration:none;
}
#prix_coutant p span.pr_prix {
	font-size: 18px;
	color:#c80000;
	font-weight:bold;
	margin: 0 0 0 180px;
}

/* ------------------- FOOTER ------------------- */
#footer {
	
	color: #FFFFFF;
	text-align:center;
	padding: 0px 0 0 0;
	margin: 0 0 10px 0;
	font-size:11px;
}

#footer ul, #footer li {
list-style-type: none;	
margin: 0;
padding: 0;
}
#footer a {
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration:underline;
}
#nativ {
	position:relative;
	margin:0;
	padding:0;
	float:right;
	width:54px;
	height:18px;
}
#footer {
	overflow: hidden;
	zoom: 1;
	background: #fff;
}
#footer p {
	font-size:11px;
	background-color: #E4175F;
	text-align:left;
	padding: 3px 0 2px 10px;
}
#footer .bloc_foot {
	float:left;
	text-align:left;
	margin: 10px 20px 0 0;
	padding: 0 20px 0px 0;
	height:220px;
	color: #666666;
	
}
#footer .bloc_foot p {
	font-size:11px;
	background-color: #E4175F;
	padding:0;
}
#footer h4 {
	color: #c80000;
	margin: 10px 0 0 0;
}
#footer ul li a {
	color: #666666;
	font-size:10px;
}
#footer ul li a:hover {
	color: #999999;
}

/* ------------------- BLOC ACTUALITE & FORUM ------------------- */
#col_right .bloc {
	position: relative;
}

#col_right .bloc {
	display: inline-table;
/* Hides from IE-mac \*/
	height: 1%;
	display: block;
/* End hide from IE-mac */
}

.bloc ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

html>body #col_right .bloc {
	height: auto;
}

#col_right .bloc:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}


#col_right .bloc h3 {
	background: transparent url(../site_images/sidebar-title-bg.gif) top left no-repeat scroll;
	height: 25;
	display: block;
	line-height: 25px;
	color: #fff;
	text-indent: 10px;
	
}
#bloc_actu, #bloc_forum {
	padding: 0 0 7px 0;
}
#bloc_actu p {
	padding: 5px;
	line-height:12px;
}
#bloc_actu span, #bloc_forum span {
	text-align: right;
	display:block;
}
#bloc_actu ul, #bloc_forum ul {
	padding: 5px;
}
#bloc_actu ul li, #bloc_forum ul li {
	padding: 0 0 0 7px;
	background: transparent url(../img/li-arrow-black.gif) no-repeat top left;
	line-height:11px;
}
#bloc_actu h2 {
	color:#fff;
	background-color:#c80000;
}
#bloc_forum h2 {
	color:#fff;
	background-color:#000;
}
/* ------------------- BLOC POURQUOI S'INSCRIRE ------------------- */
#bloc_pq_inscrire {
	width:260px;
	height:310px;
}
#bloc_pq_inscrire ul {
	margin: 0 0 0 10px;
	width: 240px
}
#bloc_pq_inscrire span {
	margin: 0 0 0 10px;
	}
#bloc_pq_inscrire ul li {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	padding:0px 0 4px 10px;
	background: transparent url(../img/li-inscrire.gif) no-repeat top left;
}
/* ------------------- BLOC PANIER ------------------- */

#bloc_panier .panier-img {
	background:transparent url(../site_images/bag.gif) no-repeat scroll left top;
	display:block;
	height:35px;
	left:110px;
	position:absolute;
	text-indent:-9999px;
	top:-6px;
	width:31px;
}
#bloc_panier ul {
	margin: 7px 0 0px 15px;
}
#bloc_panier img {
	float:right;
}
#bloc_panier span {
	color:#000;
	font-weight:bold;
	padding: 14px 0 0 15px;
}
/* ------------------- BLOC PANIER BIS------------------- */
#bloc_panier_bis {
	padding: 0 0 15px 0;
}
#bloc_panier_bis ul {
	margin: 7px 0 0px 0px;
}
#bloc_panier_bis ul li {
	float:left;
	display:inline;
	margin: 0 10px 0 0;
	font-weight:normal;
}
#bloc_panier_bis img {
	float:right;
}
#bloc_panier_bis span {
	color:#000;
	font-weight:bold;
	padding: 14px 0 0 0px;
}
/* ------------------- BLOC MON COMPTE ------------------- */
#bloc_compte {
	padding: 0 0 7px 0;
}
#bloc_compte ul li {
	display:block;
	padding: 3px 0 0 0;
	margin: 0 0 0 5px;
	color:#999999;
}
#bloc_compte label {
	display:none;
}
#bloc_compte p.error {
	font-weight:bold;
	color:#FF0000;
}
.bloc fieldset {
	margin: 3px;	
}

.bloc legend {
	display: block;
	margin:0 0 5px 0;
	padding:0;
}

.bloc input {
	vertical-align: top;
}

.bloc input.text {
	border:none;
	padding: 3px;
	margin:0px 0 2px 0;
	width: 138px;
}

.bloc .bouton {
	background: #885d56;
	color: #fff;
	height: 18px;
	line-height: 18px;
}

.bloc label {
	display:none;
}

/* ------------------- BLOC GARANTIES ------------------- */




#bloc_garanties ul {
	font-size:11px;
	padding: 10px 0 0 7px;
}
#bloc_garanties img {
	margin: 0 5px 0 0;
}
#bloc_garanties img {
	margin: 0 5px 0 0;
}

#bloc_garanties a, #bloc_garanties a:link, #bloc_garanties a:visited {
	color: #222222;
	text-decoration: none;
}

#bloc_garanties a:hover {
	color: #E4175F;
	text-decoration: underline;
}

/* ------------------- BLOC ACHAT ------------------- */


#bloc_autresliens {
	padding: 0 0 7px 0;
}
#bloc_achat {
	padding: 0 0 7px 0;
}
#bloc_achat ul, #bloc_autresliens ul, #bloc_a_decouvrir ul {
	list-style-type: none;
	padding: 10px 0 0 15px;
	list-style-type: none;
}

#bloc_achat ul ul , #bloc_autresliens ul ul , #bloc_a_decouvrir ul ul {
	padding: 0;
}

#bloc_achat ul li, #bloc_autresliens ul li, #bloc_a_decouvrir ul li {
	line-height: 13px;
}
/* ------------------- BLOC SOCIETE ------------------- */

#societe {
}
#societe h3 {
		color:#c80000;
	font-size:12px;
	padding: 10px 0 0 15px;
	margin-bottom:0;
}
#societe ul {
	padding: 10px 0 0 15px;
}
#societe ul li {
	padding: 0 0 0 10px;
	line-height:13px;
}
/* ------------------- BLOC NEWSLETTER ------------------- */

#bloc_newsletter p {
	margin: 0 0 0 5px;
}
#bloc_newsletter form p {
	line-height:18px;
	padding: 0 0 0 15px;
}
#bloc_newsletter span {
	display:block;
	padding: 3px 0 0 0;
	color:#999999;
}
/* ------------------- BLOC CB avec logo des cartes de paiement ------------------- */

#bloc_cb {
	text-align:center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bab3a3;
	padding: 7px 0 7px 0;
	;
}
/* ------------------- BLOC PROMOTION en bas de hompegae ------------------- */

#bloc_promotion {
	width: 750px;
	margin: 10px 0 0 0;
}
#bloc_promotion h2 {
	color:#fff;
	background-color:#fcaf0b;
}
/* ------------------- BLOC DECOUVRIR en bas de fiche produit ------------------- */


#bloc_decouvrir {
	width: 750px;
	margin: 10px 0 0 17px;
}
#bloc_decouvrir h2 {
	color:#fff;
	background-color:#c80000;
}
#bloc_recommandation {
	width: 750px;
	margin: 0 0 0 17px;
}
#bloc_recommandation h2 {
	color:#fff;
	background-color:#c80000;
}
#bloc_recommandation_hp h2 {
	color:#c80000;
	background-color:#fcaf0b;
}
#bloc_recommandation_hp {
	width: 750px;
	margin: 0 0 0 0px;
}
/* div container that wraps around the widget */
    div#cto_gsi_2507_wc {
/* include CSS definitions here, e.g. background-color: #FF0000; */
    }
/* table that holds the data rows */
    table#cto_gsi_2507_tb {
}
/* title column of the widget */
    td#cto_gsi_2507_tt {
}
/* class of content columns */
    td.cto_gsi_2507_si {
}
/* class of product hyperlinks */
    a.cto_gsi_2507_tl, a.cto_gr_2510_tl, a.cto_gr_2688_tl, a.cto_gr_2705_tl {
	font-size: 13px;
	float:left;
	width: 140px;
	padding: 0px 0 0 0;
	color:#000000;
	text-decoration:none;
	height:30px;
	font-weight: bold;
}
/* class of product images */
    img.cto_gsi_2507_tl {
}
/* div that holds the description */
    div#cto_gsi_2507_dvdesc {
}
/* div that holds the begin date */
    div#cto_gsi_2507_dvbdt {
}
/* div that holds the begin date */
    div#cto_gsi_2507_dvedt {
}
/* div that holds the price */
    div#cto_gsi_2507_dvpr, div#cto_gr_2510_dvpr, div#cto_gr_2688_dvpr, div#cto_gr_2705_dvpr {
	color:#c80000;
	font-weight:bold;
	width: 130px;
	margin: 0 0 10px 0;
}
/* ------------------- BLOC PAGE LISTE ------------------- */



/* ------------------- BLOC FICHE PRODUIT ------------------- */


#bloc_fp {
	padding: 0 0 0 17px;
	width:760px;
}
#fiche_prod_col_left {
	width: 255px;
	margin:20px 15px 15px 25px;
	float: left;
	display:inline;
}

#fiche_prod_col_left .action {
	position: relative;
	float: left;
	width: 200px;
}

#fiche_prod_col_left .prd-price {
	float: left;
	margin: 0 20px 0 0;
}

#fiche_prod_col_left .prd-price .price {
	position: relative;
}

#fiche_prod_col_left .prd-price .cent,
#fiche_prod_col_left .prd-price .euro {
	font-size: 0.5em;
}

#fiche_prod_col_left .prd-price .euro {
	position: absolute;
	top: 0;
	right: 10px;
}

#fiche_prod_col_left .prd-price .off {
	color: #ed1c24;
}

#fiche_prod_col_left .prd-price .line {
	display: none;
}


#fiche_prod_col_left .prd-price .reduc .line {
	background: transparent url(../site_images/reduc.gif) top left no-repeat scroll;
	height: 22px;
	width: 22px;
	display: block;
	position: absolute;
	top: 2px;
	left: 4px;
}

#fiche_prod_col_left .action {
	width: 170px;
	background: #f0e1e3;
	display: inline-table;
/* Hides from IE-mac \*/
	height: 1%;
	display: block;
/* End hide from IE-mac */
}

html>body #fiche_prod_col_left .action {
	height: auto;
}

#fiche_prod_col_left .action:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#fiche_prod_col_left .action select {
	margin: 0 0 0 5px;
}

#fiche_prod_col_left .qty {
	float: left;
	width: 55px;
	display: block;
}

#fiche_prod_col_left .qty label {
	display: block;
	margin: 0 0 0 5px;
}

#fiche_prod_col_left .panier-img {
	background:transparent url(../site_images/bag.gif) no-repeat scroll left top;
	display:block;
	height:35px;
	text-indent:-9999px;
	width:31px;
	float: left;
	margin: 4px 0 0 0;
}

#fiche_prod_col_left .add-button {
	float: left;
}

#fiche_prod_col_left .add-button button {
	background: none;
	border: none;
}


ul#coeur {
	background: transparent url(../img/bg-coeur-amis.gif) no-repeat top left;
	height:48px;
	padding: 4px 0 0 35px;
	margin:40px 0 0 0;
	float:left;
	width:200px;
	display:inline;
}
ul#coeur li a {
	font-size:11px;
	color: #000;
	text-decoration:none;
}
ul#coeur li a:hover {
	text-decoration:underline;
}
#fp_cara_avis {
	float: left;
	display:inline;
	margin: 10px 0 20px 13px;
	width: 480px;
	background-color:#f9f8f4;
	padding: 10px 0 0px 0;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:480px;
}
html>body #fp_cara_avis {
	width:480px;
}
#bloc_cara {
	width: 225px;
	float:left;
	padding: 0 0 0 15px;
	background: transparent url(../img/bg-cara.gif) repeat-y top right;
}
#bloc_cara_reviews {
	width: 480px;
	float:left;
	padding: 0 0 0 15px;
}
#bloc_cara h3, #bloc_cara_reviews h3, #bloc_avis h3 {
	color: #E4175F;
		font-size: 13px;
	margin: 0 0 15px 0;
}
#bloc_cara ul li {
	background: transparent url(../img/li-cara-fp.gif) no-repeat top left;
	color: #000000;
	padding: 0 0 0 10px;
	font-size: 12px;
	line-height: 18px;
}
#bloc_cara span {
	font-size:17px;
	display:block;
	margin: 15px 0;
	color: #c80000;
}
#bloc_cara span strong {
	font-size:17px;
}
#bloc_avis {
	width: 225px;
	margin: 0 0 0 10px;
	float:left;
}
#bloc_avis dl {
	margin: 5px 0;
}
#bloc_avis dl dt {
	font-size:12px;
	font-weight:bold;
}
#bloc_avis dl dd {
	font-size:11px;
	padding: 0 7px 0 0;
	font-style: italic;
}
#bloc_avis p {
	font-size:11px;
	padding: 0 7px 0 0;
	font-style: normal;
}
#bloc_avis span {
	padding:0;
	margin:0;
	line-height:10px;
}
#bloc_avis a {
	font-size:11px;
	text-decoration:none;
	color: #E4175F;
	text-align:right;
	display:block;
	padding: 0px 10px 0 0px;
}
#bloc_avis a:hover {
	text-decoration:underline;
}
#bloc_avis_aff h3 {
	color: #E4175F;
		font-size: 13px;
	margin: 0 0 15px 0;
}
#bloc_avis_aff {
	width: 225px;
	margin: 0 0 0 10px;
	float:left;
}
#bloc_avis_aff dl {
	margin: 5px 0;
}
#bloc_avis_aff dl dt {
	font-size:12px;
	font-weight:bold;
}
#bloc_avis_aff dl dd {
	font-size:11px;
	padding: 0 7px 0 0;
	font-style: italic;
}
#bloc_avis_aff p {
	font-size:12px;
	padding: 0 7px 0 0;
	font-style: normal;
}
#bloc_avis_aff span {
	padding:0;
	margin:0;
	line-height:10px;
}
#bloc_avis_aff a {
	font-size:12px;
	text-decoration:none;
	color: #c80000;
	text-align:left;
	display:block;
	padding: 0px 10px 0 10px;
	background: transparent url(../img/li-cara-fp.gif) no-repeat top left;
}
#bloc_avis_aff a:hover {
	text-decoration:underline;
}
#bloc_ajout_panier {
	float: left;
	margin: 10px 0 0 0;
	width: 255px;
	padding: 10px 0 10px 0;
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body #bloc_ajout_panier {
}
#bloc_ajout_panier strong {
	margin: 0 20px 0 0;
}
#bloc_ajout_panier select {
}
#bloc_ajout_panier img {
	font-size:12px;
	padding: 0 0 0 30px;
}



#bloc_ajout_devis {
	float: left;
	margin: 10px 0 0 10px;
	width: 400px;
	background-color:#fff;
	padding: 10px 0 10px 0;
	voice-family: "\"}\"";
	voice-350px:inherit;
	width:400px;
}
html>body #bloc_ajout_devis {
	width:400px;
}
#bloc_ajout_devis span {
	font-size:12px;
	text-align:center;
	display:block;
}
#bloc_ajout_devis strong {
	margin: 0 20px 0 0;
}
#bloc_ajout_devis select {
}
#bloc_ajout_devis img {
	font-size:12px;
	padding: 0 0 0 30px;
}



#bloc_voir_produit {
	float: left;
	margin: 10px 0 0 0;
	width: 480px;
	background-color:#f0ece3;
	padding: 10px 0 10px 0;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:480px;
}
html>body #bloc_voir_produit {
	width:480px;
}
#bloc_voir_produit span {
	font-size:12px;
}
#bloc_voir_produit strong {
	margin: 12px 0 0 20px;
	padding: 0 0 0 190px;
	font-weight:normal;
	display:block;
}
#bloc_voir_produit select {
}
#bloc_voir_produit img {
	font-size:12px;
	padding: 0 0 0 20px;
	float:left;
}
/* ------------------- BLOC LIVRAISON en bas de homepage ------------------- */
#box_livraison {
	margin-bottom: 12px;
}

#bloc_livraison {
	width: 750px;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border: 1px solid #ddd5c8;
}
#bloc_livraison h2 {
	font-size:17px;
	margin: 0 0 10px 0;
	color:#000;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
}
#bloc_livraison dl {
	background: transparent url(../img/bg-livraison.gif) repeat-x top left;
	width: 375px;
	float:left;
}
#bloc_livraison dl dt {
	float:right;
}
#bloc_livraison dl dd {
	font-size:12px;
	padding: 5px 0 0 10px;
	color:#623400;
}
#bloc_livraison dl dd span {
	font-size: 12px;
	color:#fff;
	font-weight: normal;
	background-color:#d80000;
	padding: 0 5px;
	margin: 0 0 0 0px;
}
#bloc_livraison dl dd.nb_b {
	font-size:17px;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	padding: 13px 0 0 10px;
}
#bloc_livraison a {
	color:#000000;
	text-decoration:none
}
#bloc_livraison a:hover {
	color:#623400;
	text-decoration:underline
}
/* ------------------- BLOC PRODUIT ------------------- */
#bloc_page_liste {
	width: 750px;
	margin: 10px 0 0 15px;
}
.bloc_produit_black {
	width: 242px;
	float:left;
	border: 1px solid #000;
	background-color:#000000;
	display:inline;
	margin: 10px 3px;
	padding:0;
	height:230px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:242px;
}
.bloc_produit_black {
	width:242px;
}
.bloc_produit_black dt {
	float:left;
	width: 100px;
	height:150px;
	overflow:hidden;
	display:block;
	margin:0;
	padding:10px 0 0 0;
}
.bloc_produit_black dd.pr_nom a {
	font-size: 13px;
	float:left;
	width: 135px;
	padding: 0px 0 0 5px;
	color:#fff;
	text-decoration:none;
	height:30px;
}
.bloc_produit_black dd.pr_nom a:hover {
	color: #c80000;
	text-decoration:underline;
}
.bloc_produit_black dd.pr_desc {
	font-size: 11px;
	overflow:hidden;
	float:left;
	color: #fff;
	width: 135px;
	height:50px;
	padding: 0 0 0 5px;
}
.bloc_produit_black dd.pr_prix {
	font-size: 18px;
	color:#f64402;
	font-weight:bold;
	float:left;
	width: 125px;
	margin: 0 0 10px 5px;
}
.bloc_produit_black dd.pr_qte {
	float:left;
	width: 120px;
	font-size: 12px;
	background: transparent url(../img/bg-quantite-or.gif) no-repeat top center;
	padding: 5px;
	text-align:center;
	color:#000000;
	margin: 5px 0;
}
.bloc_produit_black dd.pr_ajout {
	text-align:center;
}
.bloc_produit_black dd.pr_fp a {
	font-size: 11px;
	color: #666666;
	float:left;
	width: 140px;
}
.bloc_produit {
	width: 242px;
	float:left;
	display:inline;
	margin: 10px 3px;
	padding:0;
	height:230px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:242px;
}
html>body .bloc_produit {
	width:242px;
}
.bloc_produit dt {
	zoom: 1;
	overflow:hidden;
	display:block;
	margin:0;
	padding:10px 0 0 0;
}

.bloc_produit dd {
	margin:0;
}
.bloc_produit dd.pr_nom a {
	font-size: 1.2em;
	color:#000000;
	text-decoration:none;
	height:30px;
}
.bloc_produit dd.pr_nom_bis {
	font-size: 13px;
	float:left;
	width: 135px;
	padding: 10px 0 0 5px;
	color:#000000;
	text-decoration:none;
	height:30px;
}
.bloc_produit dd.pr_nom a:hover {
	color: #c80000;
	text-decoration:underline;
}
.bloc_produit dd.pr_desc {
	overflow:hidden;
	height:50px;
	padding: 0 0 0 5px;
}
.bloc_produit dd.pr_prix {
	position: relative;
	font-size: 1.7em;
}

.prd-list .prd-price {
}

.bloc_produit dd.pr_prix .price {
	position: relative;
}

.bloc_produit dd.pr_prix .cent,
.bloc_produit dd.pr_prix .euro {
	font-size: 0.5em;
}

.bloc_produit dd.pr_prix .euro {
	position: absolute;
	top: 0;
	right: 10px;
}

.bloc_produit dd.pr_prix .off {
	color: #ed1c24;
}

.bloc_produit dd.pr_prix .line {
	display: none;
}


.bloc_produit dd .reduc .line {
	background: transparent url(../site_images/reduc.gif) top left no-repeat scroll;
	height: 22px;
	width: 22px;
	display: block;
	position: absolute;
	top: 2px;
	left: 4px;
}

.bloc_produit dd span.pr_promo {
	font-size: 12px;
	color:#fff;
	font-weight: normal;
	background-color:#d80000;
	padding: 0 5px;
	margin: 0 0 0 10px;
}
.bloc_produit dd.pr_fp a {
	font-size: 11px;
	color: #666666;
	float:left;
	width: 140px;
}
.bloc_produit dd.pr_qte {
	float:left;
	width: 120px;
	font-size: 12px;
	background: transparent url(../img/bg-quantite.gif) no-repeat top center;
	padding: 5px;
	text-align:center;
	margin: 5px 0;
}
.bloc_produit dd.pr_ajout {
	text-align:center;
}
/* ------------------- BLOC NAV : zone en HP avec les liens ------------------- */
#bloc_nav_int {
	background: transparent url(../img/bg-nav-int.jpg) no-repeat top center;
	height:177px;
	width:475px;
	float:left;
	margin: 15px 0 0 0;
	display:inline;
}
#bloc_nav_int p {
	text-align:center;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
}
#nav_int p a {
	font-size:12px;
	color:#c80000;
	text-decoration: none;
}
#nav_int p {
	padding: 3px 0;
	font-size:12px;
}
#bloc_nav_int p strong {
	font-family:"Times New Roman", Times, serif;
}
#bloc_nav_int dl {
	float:left;
	display:inline;
	width: 69px;
	position:relative;
	top:5px;
	text-align:center;
	margin: 0 13px;
}
#bloc_nav_int dl dd {
	line-height:12px;
}
#bloc_nav_int dl dd a {
	color:#ef9800;
	text-decoration:none;
	font-size: 11px;
	line-heigh:12px;
}
/* ------------------- PRESENTATION EN PAGE LISTE EN HAUT DE PAGE ------------------- */



#fiche_prod_col_right {
	margin: 20px 20px 15px 0;
	font-size:12px;
	float:right;
	display:inline;
	width:420px;
}
#fiche_prod_col_right img {
	float:left;
	margin: 0 10px 0 0;
}
#fiche_prod_col_right h2 {
	color:#E4175F;
	margin: 0 0 8px 0;
}
#pres_pl_bis {
	margin: 20px 15px 15px 25px;
	width:760px;
	font-size:12px;
	float:left;
	display:inline;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 720px;
}
html>body #pres_pl_bis {
	width: 720px;
}
#pres_pl_bis img {
	float:left;
	margin: 0 10px 0 0;
}
#pres_pl_bis h2 {
	color:#E4175F;
	margin: 0 0 8px 0;
}
#pres_pl_bis a {
	color:#E4175F;
	text-decoration:none;
}
#fiche_prod_col_right a {
	color:#E4175F;
	text-decoration:none;
}
body#nav_a_4tierce #col_center {
	background: transparent url(../img/bg_cadeaux.gif) no-repeat top left;
}
body#nav_a_4tierce #pres_pl_bis h2 {
}
body#nav_a_noel #col_center {
	background: transparent url(../img/bg_noel.jpg) no-repeat top left;
}
/* ------------------- BLOC HAUT DE PAGE NAV PREC ET SUIV EN FICHE PRODUIT ------------------- */

#nav_pl_sui_pre {
	margin: 0 0 0 25px;
	width: 734px;
	height:42px;
	font-size:11px;
	background: transparent url(../img/bg-pl-sui-pre.gif) no-repeat top left;
	padding: 14px 10px 10px 10px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:28px;
	width: 714px;
}
html>body #nav_pl_sui_pre {
	height:28px;
	width: 714px;
}
#nav_pl_sui_pre select {
	display:inline;
}
#nav_pl_sui_pre ul li {
	float:left;
	text-align:center;
}
#nav_pl_sui_pre ul li a {
	color:#333333;
	text-decoration:none;
	font-weight: bold;
}
/* ------------------- BLOC NAV RAPIDE ------------------- */

#nav_rapide {
	margin: 0 0 0 25px;
	width: 710px;
	font-size:11px;
	background-color:#FDE2E2;
	padding: 10px 10px 10px 10px;
}
#liens_rapide {
	width:710px;
	float:left;
}
#liens_rapide dl {
	margin: 0px 0;
}
#liens_rapide dl dt {
	float:left;
	width: 80px;
	color:#e44100;
	line-height:18px;
}
#liens_rapide dl dd {
	line-height:18px;
	float:left;
	display: inline;
	margin: 0 2px;
	padding: 0 0 0 7px;
	background: transparent url(../img/li-nav_rapide.gif) no-repeat top left;
}
#liens_rapide dl dd a {
	color:#000000;
	text-decoration:none;
}
#liens_rapide dl dd a:hover {
	color: #333333;
	text-decoration:underline;
}
#liste_rapide dl {
	padding: 0 0 0 15px;
}
#liste_rapide dt {
	color:#e44100;
	font-size:12px;
}
/* ------------------- BLOC NAV_PAGE : pagination en haut des pages listes ------------------- */

.nav_page_b, .nav_page_t {
	margin: 10px 0 0 25px;
	width: 734px;
	font-size:11px;
}
.nav_page_t {
	border-bottom:1px solid #666666;
	padding: 0 0 5px 0;
}
.nav_page_b {
	border-top:1px solid #666666;
	padding: 5px 0 0 0;
}
.nav_page_b ul li, .nav_page_t ul li {
	float:left;
	width: 33%;
	text-align:center;
	list-style-type: none;
}
.nav_page_b ul li a, .nav_page_t ul li a {
	color:#333333;
	text-decoration:none;
	font-weight: bold;
}
/* ------------------- PAGE DE CONNEXION OU CREATION DE COMPTE ------------------- */
#box_login_new {
}
#box_connexion {
	float:left;
	width:190px;
	border-right:1px solid #ccc;
}
#box_connexion h3 {
		color:#000;
	font-size:13px;
	padding: 0px 0 10px 15px;
}
#box_connexion p {
	line-height:15px;
	padding: 0 0 0 15px;
}
#box_connexion a {
	color: #ff5a00;
	font-size:11px;
	text-decoration:none;
	margin: 0 0 0 55px;
	padding: 0 0 0 10px;
}
#box_connexion a:hover {
	color: #000;
	text-decoration:underline;
}
#box_connexion input {
	border:1px solid #b4b4b4;
	font-size: 12px;
	margin:0 0 0 0;
	padding:0;
}
#box_connexion .bouton {
	border:none;
	width: 20px;
	position:relative;
	top:4px;
}
#box_connexion span {
	display:block;
	font-size: 12px;
	padding: 3px 0 0 0;
	color:#999999;
}
#box_connexion label {
	font-size:12px;
}
#box_connexion legend {
	display:none;
}
#box_new {
	float:left;
	width:260px;
}
#box_new p {
	font-size:11px;
	padding: 0px 0 0 15px;
}
#box_new h3 {
		color:#000;
	font-size:13px;
	padding: 0px 0 10px 15px;
}
/* ------------------- PAGE PANIER ------------------- */
.panier_quantite input {
	font-size:14px;
	border:1px solid #ccc;
	text-align:center;
	color:#000;
}
.panier_produit img {
	float:left;
	display:inline;
	padding: 0 10px;
	background-color:#FFFFFF;
	border-right:1px solid #ccc;
}
.panier_prix {
	font-size:14px;
	color:#000;
}
table#table_panier {
	border-left:1px solid #ccc;
	width:485px;
}
table#table_panier tr {
	background-color: #FDE2E2;
	color: #000;
}
table#table_panier tr#coutlivraison {
	background-color: #E4175F;
}
table#table_panier td {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
table#table_panier thead tr {
	background-color: #E4175F;
	color: #fff;
	height:35px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
table#table_panier tfoot tr {
	background:#FDE2E2;
	color: #E4175F;
	height:35px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
table#table_panier td.panier_produit p {
	padding: 15px 0 0 60px;
	margin: 0 0 0 30px;
	display:block;
	text-align:left;
	font-size:12px;
}






table#table_devis {
	border-left:1px solid #ccc;
	width:963px;

}
table#table_devis tr {
	background-color: #f0f0f0;
	height: 30px;
}
table#table_devis tr#coutlivraison {
	background-color: #E4175F;
}
table#table_devis td {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
table#table_devis td a {
color:#000000;
text-decoration:underline;
}
table#table_devis thead tr {
	background:#eee8dc url(../img/bg-beige.gif) repeat-x top right;
	height:35px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
table#table_devis tfoot tr {
	background:#eee8dc url(../img/bg-beige.gif) repeat-x top right;
	height:35px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
table#table_devis td.panier_produit p {
	padding: 15px 0 0 60px;
	margin: 0 0 0 30px;
	display:block;
	text-align:left;
	font-size:12px;
}




#colr_panier {
	float:left;
	width:200px;
	display:inline;
	margin: 0 0 0 30px;
}
#colr_panier_bis {
	float:left;
	width:200px;
	display:inline;
	margin: 0 0 0 10px;
	padding:0;
}
#colr_panier h3, #colr_panier_bis h3 {
	font-size:12px;
		text-align:left;
	color:#E4175F;
	background:none;
	width:200px;
}
#colr_panier p, #colr_panier_bis p {
	font-size:11px;
	text-align:justify;
	color:#000;
}
#pa_col_1_bis h3 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #E4175F;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	margin: 0 0 0px 0;
	padding:5px 0 5px 10px;
	display:block;
	width:490px;
}
#pa_col_1_bis p {
	font-size:12px;
	color:#000;
	padding: 0 0 0 10px;
}
#box_livraison textarea {
	border: 1px solid #ccc;
	font-size:12px;
	margin:0 auto;
	width:485px;
}
#bouton_valide {
	margin: 10px 0;
	padding: 10px 0;
}
#bouton_valide p {
	text-align:left;
}
#bouton_valide img {
	float:right;
	padding: 0 10px 0 0;
}
#nav_int {
}
#nav_int h2 {
	font-size:14px;
	padding: 3px 0 3px 0px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #E4175F;
}
#nav_criteo h2 {
	font-size:14px;
	padding: 3px 0 3px 0px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #E4175F;
}
#nav_criteo_large h2 {
	font-size:14px;
	padding: 3px 0 3px 0px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #E4175F;
}
#nav_int h2 a {
	color:#fff;
	text-decoration:none;
	padding: 0 0 0 15px;
}
#nav_int ul {
	font-size:12px;
	padding: 10px 0 10px 10px;
}
#encart_part img {
	float:left;
	display:inline;
}
#encart_part {
	padding: 0 0 20px 0
}
dl.books dt {
	float:left;
	width:80px;
	height:85px;
	margin: 0 10px 0 0px;
	text-align:center;
}
dl.books dt img {
	margin: 0 auto;
}
dl.books dd {
	padding: 20px 0 0 0;
}
p#bulle_contact {
	position: absolute;
	padding: 3px 0 0 10px;
	top: 308px;
	height: 40px;
	width: 278px;
	left: 780px;
	font-size: 11px;
	visibility: hidden;
	color: #000
}
#bloc_cara_reviews textarea {
	font-size:12px;
	color:#000;
}
#bloc_cara_reviews p a {
	font-size:12px;
	color:#000;
	text-decoration:none;
}
#bloc_cara_reviews p {
	font-size:12px;
	color:#000;
	text-decoration:none;
}
#decouvrez_aussi {
}
#reportages {
	width:485px;
	float:left;
	margin:0 15px 0 0;
}
#reportages h2 {
	font-size:14px;
	padding: 3px 0 3px 0px;
	color: #fff;
	margin: 0 0 10px 0;
	background-color:#c80000;
}
#reportages h2 a {
	color:#fff;
	text-decoration:none;
	padding: 0 0 0 15px;
}
#reportages dl dt {
	float:left;
}
#reportages dl dd {
	font-size:11px;
	color:#333333;
}
#reportages dl dd strong, #reportages dl dd strong a {
	color:#c80000;
	text-decoration:none;
	font-size:11px;
	}
#reportages dl dd a {
	color:#c80000;
	text-decoration:none;
}
#vignettes_hp h2 {
	font-size:14px;
	padding: 3px 0 3px 0px;
	color: #fff;
	margin: 0 0 10px 0;
	background-color:#c80000;
}
#vignettes_hp h2 a {
	color:#fff;
	text-decoration:none;
	padding: 0 0 0 15px;
}
#vignettes_hp {
	float:left;
	background-color:#f5f4f0;
	width:250px;
}
#vignettes_hp dl {
}
#vignettes_hp dl dt {
	float:left;
}
#vignettes_hp dl dd {
	font-size:11px;
	color:#333333;
}
#vignettes_hp dl dd strong, #vignettes_hp dl dd strong a {
	color:#c80000;
	text-decoration:none;
	font-size:10px;
	}
.livreurs {
	float:left;
	width:230px;
}
#pa_content_cont .livreurs ul {
	margin:0;
	padding:0;
}
#pa_content_cont div.livreurs ul li {
	margin:4px 0 0 10px;
	padding:0;
}
#pa_content_cont div.livreurs h4 {
	text-align: center;
}
#pa_content_cont div.livreurs img {
	text-align: center;
}
.livreurs p {
	padding: 0 10px 0 0;
}
div.nav_page_t ul li a.pageResults {
	color:#c80000;
	font-size:13px;
}
div.nav_page_t ul li a:hover.pageResults {
	color:#000;
	background-color:#CCCCCC
}
div.nav_page_b ul li a.pageResults {
	color:#c80000;
	font-size:13px;
}
div.nav_page_b ul li a:hover.pageResults {
	color:#000;
	background-color:#CCCCCC
}
#rss {
	position: absolute;
	top:7px;
	left:930px;
}


#leclub {
	position: absolute;
	top:0px;
	left:785px;
}


#selectionsb {
	background: transparent url(../img/bg-selectionsb.gif) no-repeat top left;
	font-size:14px;
	width:475px;
	height:170px;
	color:#FFFFFF;
}
#selectionsb h3 {
	text-align:center;
		font-size:12px;
	padding: 0 0 0 15px;
	color:#c80000;
}
#selectionsb dl {
	float:left;
	display:inline;
	width:104px;
	font-size:11px;
	margin: 5px 0px 0 3px;
}
#selectionsb dl dt {
	text-align:center;
}
#selectionsb dl dd {
	text-align:center;
}
#selectionsb dl dd a {
	color:#000000;
	text-decoration:none;
}
#bloc_avis ul {
	font-size:11px;
	margin: 5px 0 0 5px;
}
#bloc_cara p {
	font-size:11px;
	padding: 10px 5px;
}
#bloc_cara p a {
	color:#000000
}
#bloc_avis ul li {
	font-size:11px;
	background: transparent url(/img/li-cara-fp.gif) no-repeat top left;
	padding: 0 0 0 10px
}
ul#maga li {
	font-size:11px;
	line-height:12px
}
ul#maga li a {
	color:#c80000;
	text-decoration:none;
}
ul#maga li a:hover {
	color:#000000;
	text-decoration:underline;
}
#bloc_avis ul {
	font-size:11px;
	margin: 5px 0 0 5px;
}
#bloc_cara p {
	font-size:11px;
	padding: 10px 5px;
}
#bloc_cara p a {
	color:#000000
}
#bloc_avis ul li {
	font-size:11px;
	background: transparent url(/img/li-cara-fp.gif) no-repeat top left;
	padding: 0 0 0 10px
}
ul#maga li {
	font-size:11px;
	line-height:12px
}
ul#maga li a {
	color:#c80000;
	text-decoration:none;
}
ul#maga li a:hover {
	color:#000000;
	text-decoration:underline;
}
#encart_bm a {
	color:#c80000;
	text-decoration:none;
}
ul#level_tag {
	list-style:none;
	text-align:center;
	margin:0 auto;
	padding: 10px 0;
}
ul#level_tag li {
	text-align:center;
	margin:0 auto;
	float:left;
	display:inline;
}
ul#level_tag li a {
	color:#666666;
	text-decoration:none;
	padding: 0 5px;
	display:block;
	text-align:center;
}
.level-1 {
	font-size:11px;
}
.level-2 {
	font-size:12px;
}
.level-3 {
	font-size:13px;
}
.level-4 {
	font-size:14px;
}
.level-5 {
	font-size:15px;
}
#ope_co2 {
	margin: 12px 15px 0 0;
	float:left;
	display:inline;
}
#ope_co3 {
	margin: 12px 0 0 0;
	float:right;
	display:inline;
}

#ope_co4 {
}

#biere_de_noel {
	background: transparent url(../img/bg-bieres-de-noel.jpg) no-repeat top left;
	height:92px;
	width: 740px;
	position:relative;
	float:left;
	display: block;
	margin: 0 0 15px 0;
}
#biere_de_noel span {
	position:absolute;
	top: 55px;
	left: 20px;
	font-size: 28px;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
}
#biere_de_noel p {
	position:absolute;
	width: 180px;
	top: 10px;
	left: 500px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
}
#biere_de_noel p a {
	color: #000;
	text-decoration:none;
}
#biere_de_noel p strong a {
	color: #851a06;
	text-decoration:underline;
}
#biere_de_noel span a {
	font-family:"Times New Roman", Times, serif;
	color: #fff;
	text-decoration:none;
}
#biere_de_noel span a:hover {
	color: #fff;
	text-decoration:underline;
}
#blocmenu1 {
	width:432px;
	background: #c80000 url(../img/bg-menu.gif) repeat-x bottom left;
	padding: 5px;
0 0 3px;
	font-size:12px;
}
#menu #blocmenu1 a {
	color: #c80000;
	font-size:12px;
}
#blocmenu1 p {
	font-size:11px;
	color: #000
}
#menu #blocmenu1 p a {
	font-size:11px;
	color: #000;
	text-decoration:none;
}
#menu #blocmenu1 p a:hover {
	font-size:11px;
	color: #333333;
	text-decoration:none;
}
.blocmenu {
	widyh: 257px;
	padding: 5px 5px 10px 5px;
	height: 40px;
	background: transparent url(../img/bg-bloc-menu-s.gif) no-repeat top left;
}
.blocmenuno {
	widyh: 257px;
	padding: 5px 5px 10px 5px;
	height: 40px;
	background: transparent url(../img/bg-bloc-menu-s.gif) no-repeat top left;
}
.menucol1 {
	width:240px;
	float:left;
	display:inline;
}
.menucol1 img {
	margin: 0 5px 0 0;
	float:left;
	display:inline
}
.menucol2 {
	padding: 5px 0 0 0px;
	margin: 0 0 0 4px;
	width: 182px;
	float:left;
	display:inline;
	background: transparent url(../img/bg-beige-top.gif) no-repeat top left;
}
#menu .menucol2 h4 {
	font-size:10px;
	padding: 0 0 0 10px;
	}
.menucol2bis {
	width: 182px;
	float:left;
	font-size:10px;
	display:inline;
	background: transparent url(../img/bg-beige-bottom.gif) no-repeat bottom left;
}
#menu .menucol2 .boxliste {
	border:none;
	margin: 5px 0 0 10px;
}
#menu .menucol2 ul.boxliste li {
	padding:0;
	margin:0;
	font-size:10px;
	line-height:12px;
	list-style:none;
	width: 170px;
	border:none;
}
#menu .menucol2 ul.boxliste li a {
	padding:0 5px 0 0;
	margin:0;
	font-size:10px;
	background: #eee8dc url(../img/li-menu.gif) no-repeat top left;
	padding: 0 0 0 10px;
}
.video {
	float: left;
	margin: 10px 20px;
}
.video h4 {
	font-size:12px;
	text-align:center;
	padding: 0 0 5px 0;
}
body#nav_a_video #col_center {
	background: transparent url(../img/bg_video.jpg) no-repeat top left;
}
#col_center_large {
	float:left;
	width:780px;
	display:inline;
	padding: 0 0 10px 0;
}
body#nav_a_video #col_center_large {
	background: transparent url(../img/bg_video.jpg) no-repeat top right;
}
body#nav_a_video #col_center_large p {
	color:#FFFFFF;
}
body#nav_a_video #bloc_video h3 {
	font-size:14px;
		background-color:#FFFFFF;
	background-image: none;
	color:#333333;
	float:left;
	width: 310px;
}
body#nav_a_video #bloc_video #bloc_object {
	width: 420px;
	float:left;
}
body#nav_a_video #bloc_video p {
	color:#000000;
	padding: 0 0 0 10px;
	width: 310px;
}
#conseil_delphine {
	border:1px solid #553524;
	margin: 0 27px 10px 15px;
	background: transparent url(../img/le-conseil-de-delphine.jpg) no-repeat bottom left;
	height:90px;
}
#conseil_delphine2 {
	border:1px solid #553524;
	margin: 0 27px 10px 15px;
	background: transparent url(../img/le-conseil-de-delphine.jpg) no-repeat bottom left;
	height:300px;
}

#conseil_delphine2 p {
	padding: 15px 20px 0 70px;
	font-size:11px;
}
#conseil_delphine2 p strong {
	color: #c80000;
}
#conseil_delphine2 p a {
	color: #000;
	text-decoration:underline;
	font-size:11px;
}
#conseil_delphine2 p a:hover {
	color: #c80000;
	text-decoration:none;
	font-size:11px;
}



#conseil_delphine p {
	padding: 15px 20px 0 70px;
	font-size:11px;
}
#conseil_delphine p strong {
	color: #c80000;
}
#conseil_delphine p a {
	color: #000;
	text-decoration:underline;
	font-size:11px;
}
#conseil_delphine p a:hover {
	color: #c80000;
	text-decoration:none;
	font-size:11px;
}
#bloc_404 {
	margin: 0 27px 10px 15px;
	background: transparent url(../img/erreur-404.jpg) no-repeat bottom left;
	height:323px;
}
#box_form_404 {
	font-size:12px;
	border:1px solid #CCCCCC;
	margin: 40px 0 0 140px;
}
#box_form_404 p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .4em 0;
	margin: 0 0 .2em 0;
}
#box_form_404 p span.legende {
	color:#666666;
	font-style:italic;
	font-size:10px;
}
#box_form_404 fieldset legend {
}
#box_form_404 fieldset legend span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #E4175F;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	margin: 0 0 20px 0;
	padding:5px 0 5px 10px;
	width:453px;
}
#box_form_404 input {
	background-color:#f6f5f1;
	border:1px solid #CCCCCC;
}
#box_form_404 p.oblig label {
	font-weight:bold;
}
#box_form_404 p.oblig input {
	background-color:#f0ece3;
}
#box_form_404 fieldset label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .8em 0 0;
	line-height: 15px;	/*** ... et centrés verticalement. ***/
}
#box_form_404 input.noborback {
	background-color:#FFFFFF;
	border:none;
}
#lienprec a {
	color:#c80000;
	font-size:12px;
	border:1px solid #c80000;
	padding: 5px;
	display:block;
	text-transform:uppercase
}
#lienprec {
	text-align:center;
}
.fermer_popup {
	font-size:13px;
	background-color:#000000;
	color:#FFFFFF;
	padding: 5px 10px;
}

   /* ----------------------------------------- */
  /* ---------------- LE CLUB ---------------- */
 /* ----------------------------------------- */


#main-club {
	height:auto;
	width:963px;
	background-color: #151313;
	padding-top:10px;
}




#menu-club {
	height: 46px;
	width: auto;
	background-image: url(../images/le-club-menu-bg.jpg);
	background-repeat: no-repeat;
	margin: 0 10px 10px 10px;
}
#menu-club ul {
	float: right;
	padding: 0;
	list-style-type: none;
}
#menu-club ul li {
	float: left;
	line-height: 46px;
	padding: 0 20px 0 20px;
	background-image: url(../images/club-menu-div.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top:1px;
}
#menu-club ul li a {
	color:#a1a1a1;
	text-decoration:none;
}
#menu-club ul li a:hover {
	color:#C80000;
	text-decoration:none;
}

.accueilPage #accueilMenu,
.gagnerPage #gagnerMenu,
.echangerPage #echangerMenu,
.parrainerPage #parrainerMenu {
	color:#C80000;
}
#content-club {
	margin:15px 15px 0 15px;
	width: auto;
	background-color: #151313;
	background-image:url(../images/right-bar-bg.jpg);
	background-position:bottom right;
	background-repeat:repeat-y;
	padding-bottom:20px;
}




#content-club .left-bar {
	float: left;
	background-image:url(../images/left_sidebar.jpg);
	background-repeat:no-repeat;
	height:511px;
	width:188px;
	margin-right:15px;
}
#content-club .right-bar {
	float: right;
	background-repeat: repeat-y;
	width: 198px;
	padding-bottom: 100px;
}
#content-club .left {
	float: left;
	width: 720px;
	text-align: justify;
}
#content-club .inscription {
	width:515px;
}
#content-club .left a {
	color:#C80000;
	text-decoration:none;
}
#content-club .left a:hover {
	color:#fff;
	text-decoration:underline;
}
#content-club h1, #content-club h2 {
	text-transform: uppercase;
	text-align: left;
	clear:both;
}
#content-club h1 {
	font-size: 1.3em;
	margin: 10px 0 10px 0;
	color: #C80000;
}
#content-club h2 {
	color:#fff;
	font-size: 1em;
	font-weight: normal;
	display: block;
	width: 100%;
	background-image: url(../images/h2-right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height:30px;
	line-height: 30px;
	margin:20px 0 10px 0;
}
#content-club h2 span.side { /* image à la gauche de h2 */
	display: block;
	padding-left:10px;
	background-image: url(../images/h2-left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height:30px;
	line-height: 30px;
	margin-bottom: 10px;
	float:left;
}
#content-club h2 span.h2link {
	display: block;
	float:right;
	text-transform:none;
	margin-top:-30px;
	margin-right:10px;
	font-size:10pt;
}
#content-club p, #content-club .left label {
	margin-bottom: 10px;
	font-size:12px;
	color:#a1a1a1;
}
#content-club .left li {
	font-size:12px;
	color:#a1a1a1;
}
#content-club .right-bar li, #content-club .right-bar label {
	font-size:11px;
	color:#fff;
}
#content-club ul li {
	list-style-type: square;
	margin-left: 30px;
}
#content-club em {
	font-weight:bold;
	color:#C80000;
}
#main-club ol li {
	margin-left: 30px;
	list-style-type: decimal;
}
.form {
	padding:15px;
	background-color:#000000;
	max-width:720px;
	display:block;
}
input.field {
	padding: 3px;
	height: 13px;
	border:1px solid #C80000;
	font-size:11px;
}
.form input.field {
	width:200px;
}
.form textarea.field {
	padding: 3px;
	border:1px solid #C80000;
	font-size:11px;
	height:200px;
	width:400px;
}

.left hr {
	border:1px solid #a1a1a1;
	margin: 10px 0;
	width:100%;
}

#fieuls-menu {
	display:block;
}

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


#fieuls-menu li {
	list-style-type:none;
	float:left;
}

#fieuls-menu li a {
	background:#000000;
	display:block;
}
/* START RIGHT BAR FORMATING */
.right-bar dl {
	background-color: #000;
	background-image: url(../images/widget-top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.right-bar dl dt {
	color:#C80000;
	padding:5px;
	font-size: 0.9em;
	text-transform: uppercase;
}
.right-bar dl dd {
	padding: 5px 15px 10px 15px;
	font-size: 10px;
	color:#fff;
}
.right-bar a {
	color:#a1a1a1;
	text-decoration:underline;
}
.right-bar a:hover {
	color:#fff;
	text-decoration:underline;
}
/* END RIGHT BAR FORMATING */


/* START USER-INFO WIDGET */
dl#user-info {
	background-image: url(../images/user-info.jpg);
	background-repeat: no-repeat;
	height: 118px;
}
dl#user-info dt {
	height: 60px;
	padding: 10px 15px 0 15px;
}
dt .points {
	font-size: 10px;
	padding: 0;
	margin: 0;
	text-transform: none;
	color:#fff;
}
dl#user-info dd {
}
/* END USER-INFO WIDGET */


/* START CONNECTION WIDGET */
dl#connection {
	background-image: url(../images/connection-widget.jpg);
	background-repeat: no-repeat;
	height: 118px;
}
dl#connection dt {
	padding: 10px 15px 0 15px;
}
dl#connection dd {
}
dl#connection dd div {
	margin-bottom:7px;
}
dl#connection label {
}
dl#connection input.field {
	margin-right: 3px;
	margin-top: 3px;
	width: 135px;
}
dl#connection input.button {
}
/* END CONNECTION WIDGET */


/* START POINTS WIDGET */
dl#points-widget {
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	margin: 3px;
	float: left;
	width: 59px;
}
dl#points-widget dt {
	background-image: url(../images/points-header.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 54px;
	padding-top: 5px;
	color:#a1a1a1;
}

dl#points-widget dd {
	line-height: 27px;
	background-color: #C80000;
	width: 100%;
	height: 27px;
	color:#fff;
}
/* END POINTS WIDGET */


/* START PROMO WIDGET */
dl#promo {
	background-image: url(../images/promo.jpg);
	background-repeat: no-repeat;
	height: 184px;
	width: 230px;
	margin:4px;
	float: left;
	position:relative;
}
dl#promo dt {
	padding:15px 0 0 85px;
	font-size: 13pt;
	height:50px;
	color:#ff9b00;
	text-align:left;
}
dl#promo dd {
	padding: 5px;
	font-size: 12px;
	color:#fff;
	height:80px;
}
dl#promo dd .link {
	position:absolute;
	bottom:0;
	right:0;
	margin:5px;
}
/* END PROMO WIDGET */


/* START PARTENAIRES WIDGET */
dl#partenaires {
	margin: 4px;
	float:left;
}
dl#partenaires dt {
	line-height: 30px;
	text-align: center;
	background-image: url(../images/partenaires-header.jpg);
	width: 171px;
	height: 30px;
	color:#fff;
}
dl#partenaires dd {
}
/* END PARTENAIRES WIDGET */

.center {
	text-align: center;
	margin: 10px;
}

/* START TRANSPARENT OVERLAY */
html, body {
	height:100%;
}
#overlay {
	background-image: url(../images/overlay.png);
	background-repeat:repeat;
	display: block;
	position: absolute;
	top: 0pt;
	left: 0pt;
	z-index: 90;
	width: 100%;
	height: 1100px;
}
* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}
/* END TRANSPARENT OVERLAY */

#tab-container-1 .tab {
	background-color: #000;
	padding: 15px;
}



#tab-container-1 ul li {
	margin: 0 10px 0 0;
	list-style-type: none;
	float: left;
	display: block;
	margin-bottom: 0;

}

#tab-container-1 ul li a {
	background-color: #2c2827;
	display: block;
	height:30px;
	line-height: 30px;
	padding: 5px;
}

#tab-container-1 ul li a.active {
	background-color: #000;
}

#tab-container-1 ul {
	margin: 0 0 0 20px;;
	padding: 0;
	list-style-type: none;
}
#tab-container-1 h1 {
	font-size:12px;
}
.Visible {
	display: block;
	visibility: visible;
}

.Hidden {
	display: none;
	visibility: hidden;
}

#page2 {
margin: 0 0 0 0;

}
#page2 a, #page2 a:hover, #page2 a:visited{
text-decoration:underline;
	color:#000000;
}
#discussions2 {
margin: 0 0 0 0;
	color: #333399;
}


dl#points-widget dt a{
	color:#a1a1a1;
}
dl#points-widget dt a:hover{
	color:#fff;
}

/* ---------------- ENTREPRISE ---------------- */
#main-ent {
	height:auto;
	width:963px;
	background-color: #fff;
	padding-top:10px;
}





#menu-ent {
	height: 46px;
	width: auto;
	background-image: url(../images/ent-menu-bg.jpg);
	background-repeat: no-repeat;
	margin: 0 10px 10px 10px;
}
#menu-ent ul {
	float: right;
	padding: 0;
	list-style-type: none;
}
#menu-ent ul li {
	float: left;
	line-height: 46px;
	padding: 0 20px 0 20px;
	background-image: url(../images/club-menu-div.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top:1px;
}
#menu-ent ul li a {
	color:#a1a1a1;
	text-decoration:none;
}
#menu-ent ul li a:hover {
	color:#C80000;
	text-decoration:none;
}

.accueilPage #accueilMenu,
.gagnerPage #gagnerMenu,
.echangerPage #echangerMenu {
	color:#C80000;
}
#content-ent {
	margin:15px 15px 0 15px;
	width: auto;
	background-color: #fff;
	background-image:url(../images/right-bar-bg-bis.jpg);
	background-position:bottom right;
	background-repeat:repeat-y;
	padding-bottom:20px;
	
}




#content-ent .left-bar {
	float: left;
	background-image:url(../images/left_sidebar.jpg);
	background-repeat:no-repeat;
	height:511px;
	width:188px;
	margin-right:15px;
}
#content-ent .right-bar {
	float: right;
	background-repeat: repeat-y;
	width: 198px;
	padding-bottom: 100px;
}
#content-ent .left {
	float: left;
	width: 720px;
	text-align: justify;
}
#content-ent .inscription {
	width:515px;
}
#content-ent .left p a {
	color:#C80000;
	text-decoration:underline;
}
#content-ent .left p a:hover {
	color:#000;
	text-decoration:none;
}
#content-ent h1, #content-club h2 {
	text-align: left;

}
#content-ent h1 {
	font-size: 1.3em;
	
	margin: 10px 0 10px 0;
	color: #C80000;
}

#content-ent h1.special {
float: left;
clear:none;
width: 500px;
padding: 35px 0 0 20px;
display:block;
text-align:left;
}

#content-ent h2 {
	color:#fff;
	font-size: 1em;
	font-weight: normal;
	display: block;
	width: 100%;
	background-image: url(../images/h2-right-bis.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height:30px;
	line-height: 30px;
	margin:20px 0 10px 0;
}
#content-ent h2 span.side { /* image à la gauche de h2 */
	display: block;
	padding-left:10px;
	background-image: url(../images/h2-left-bis.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height:30px;
	line-height: 30px;
	margin-bottom: 10px;
	float:left;
}
#content-ent h2 span.h2link {
	display: block;
	float:right;
	text-transform:none;
	margin-top:-30px;
	margin-right:10px;
	font-size:10pt;
}
#content-ent p, #content-ent .left label {
	margin-bottom: 10px;
	font-size:12px;
	color:#000;
}
#content-ent .left li {
	font-size:12px;
	color:#a1a1a1;
}
#content-ent .right-bar li, #content-club .right-bar label {
	font-size:11px;
	color:#fff;
}
#content-ent ul li {
	list-style-type: square;
	margin-left: 30px;
}
#content-ent em {
	font-weight:bold;
	color:#C80000;
}


#content-ent p a {
	color:#a1a1a1;
	text-decoration:underline;
}
#content-ent p a:hover {
	color:#fff;
	text-decoration:underline;
}



#main-ent ol li {
	margin-left: 30px;
	list-style-type: decimal;
}
.form {
	padding:15px;
	background-color:#000000;
	max-width:720px;
	display:block;
}
input.field {
	padding: 3px;
	height: 13px;
	border:1px solid #C80000;
	font-size:11px;
}
.form input.field {
	width:200px;
}
.form textarea.field {
	padding: 3px;
	border:1px solid #C80000;
	font-size:11px;
	height:200px;
	width:400px;
}

.left hr {
	border:1px solid #a1a1a1;
	margin: 10px 0;
	width:100%;
}

#fieuls-menu {
	display:block;
}

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


#fieuls-menu li {
	list-style-type:none;
	float:left;
}

#fieuls-menu li a {
	background:#000000;
	display:block;
}
/* START RIGHT BAR FORMATING */
.right-bar dl {
	background-color: #000;
	background-image: url(../images/widget-top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.right-bar dl dt {
	color:#C80000;
	padding:5px;
	font-size: 0.9em;
}
.right-bar dl dd {
	padding: 5px 15px 10px 15px;
	font-size: 10px;
	color:#fff;
}
.right-bar a {
	color:#a1a1a1;
	text-decoration:underline;
}
.right-bar a:hover {
	color:#fff;
	text-decoration:underline;
}
/* END RIGHT BAR FORMATING */


/* START USER-INFO WIDGET */
dl#user-info {
	background-image: url(../images/user-info.jpg);
	background-repeat: no-repeat;
	height: 118px;
}
dl#user-info dt {
	height: 60px;
	padding: 10px 15px 0 15px;
}
dt .points {
	font-size: 10px;
	padding: 0;
	margin: 0;
	text-transform: none;
	color:#fff;
}
dl#user-info dd {
}
/* END USER-INFO WIDGET */


/* START CONNECTION WIDGET */
dl#connection {
	background-image: url(../images/connection-widget.jpg);
	background-repeat: no-repeat;
	height: 118px;
}
dl#connection dt {
	padding: 10px 15px 0 15px;
}
dl#connection dd {
}
dl#connection dd div {
	margin-bottom:7px;
}
dl#connection label {
}
dl#connection input.field {
	margin-right: 3px;
	margin-top: 3px;
	width: 135px;
}
dl#connection input.button {
}
/* END CONNECTION WIDGET */



/* END POINTS WIDGET */


/* START PROMO WIDGET */
dl#promo2 {
	background: #161514 url(../images/promo2.jpg)  no-repeat top left;
	height: 350px;
	width: 230px;
	margin:5px;
	float: left;
	position:relative;
}
dl#promo2 dt {
	padding:10px 0 0 15px;
	font-size: 13pt;
	height:50px;
	color:#ff9b00;
	text-align:left;
}
dl#promo2 dd {
	padding: 5px;
	font-size: 12px;
	color:#000;
	height:80px;
	
}

dl#promo2 dd.img-ent {
	padding: 0;
	font-size: 12px;
	color:#fff;
		height:75px;
}

dl#promo2 dd .link {
	position:absolute;
	bottom:0;
	right:0;
	margin:5px;
	
}

dl#promo2 dd a {
	color:#fff;
	text-decoration:underline;
}


/* END PROMO WIDGET */


/* START PARTENAIRES WIDGET */
dl#partenaires {
	margin: 4px;
	float:left;
}
dl#partenaires dt {
	line-height: 30px;
	text-align: center;
	background-image: url(../images/partenaires-header.jpg);
	width: 171px;
	height: 30px;
	color:#fff;
}
dl#partenaires dd {
}
/* END PARTENAIRES WIDGET */

.center {
	text-align: center;
	margin: 10px;
}

/* START TRANSPARENT OVERLAY */
html, body {
	height:100%;
}
#overlay {
	background-image: url(../images/overlay.png);
	background-repeat:repeat;
	display: block;
	position: absolute;
	top: 0pt;
	left: 0pt;
	z-index: 90;
	width: 100%;
	height: 1100px;
}
* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}
/* END TRANSPARENT OVERLAY */

#tab-container-1 .tab {
	background-color: #000;
	padding: 15px;
}



#tab-container-1 ul li {
	margin: 0 10px 0 0;
	list-style-type: none;
	float: left;
	display: block;
	margin-bottom: 0;

}

#tab-container-1 ul li a {
	background-color: #2c2827;
	display: block;
	height:30px;
	line-height: 30px;
	padding: 5px;
}

#tab-container-1 ul li a.active {
	background-color: #000;
}

#tab-container-1 ul {
	margin: 0 0 0 20px;;
	padding: 0;
	list-style-type: none;
}
#tab-container-1 h1 {
	font-size:12px;
}
.Visible {
	display: block;
	visibility: visible;
}

.Hidden {
	display: none;
	visibility: hidden;
}

.acces_listes {
width:340px;
height: 150px;
float:left;
border-bottom: 1px solid #CCCCCC;
margin-right: 20px;}
.acces_listes dt{
width: 160px;
float:left;}
.acces_listes dd{
font-size:12px;
text-align:left;
padding: 10px 0 0 0;}
.acces_listes dd.titrebox{
font-size:14px;
padding: 30px 0 0 0;
text-align:left;}

.acces_listes dd a{
color: #c80000;
text-decoration:none;}

#main-ent ul#listeproduitdevis li a{
color: #000000;}
#main-ent ul#listeproduitdevis li span.lienvproduit{
width: 500px;
display:block}
#main-ent ul#listeproduitdevis li span{
float:left;
display:inline;}


dl.liste_produits_biere {
margin: 0 0 0 15px;
float:left;
width: 300px;
}
dl.liste_produits_biere dt{
font-size:13px;
font-weight:bold;
margin: 0 0 10px 0;}
dl.liste_produits_biere dd{
font-size:12px;}
dl.liste_produits_biere dd a{
color: #CC0000;}


#form_pro{
background-color:#000000;
color: #FFFFFF;
width:198px;}
#form_pro legend{
font-size:12px;
padding: 10px;
color: #FFFFFF;}
#form_pro input.inputent{
font-size:12px;
width: 170px;
height: 20px;
margin: 0 0 10px 0;
color: #000;
}

   /* ----------------------------------------------------------- */
  /* ---------------- COMMENTAIRES FOURNISSEURS ---------------- */
 /* ----------------------------------------------------------- */
#com-fourn {

 }
#com-fourn .com-right-col {
	width: 340px;
	margin-right:10px;
	float: right;
}

#com-fourn .com-left-col {
	width: 340px;
	float: left;
	margin-left:10px;
}
	
	


.com-left-col h6, .com-right-col h6 {
	line-height: 25px;
	vertical-align: middle;
}

.valeur {
	margin: 0 0 0 10px;
	font-size: 12px;
}
#com-fourn table p {
	line-height: 16px;
	margin: 0;
}
#com-fourn #com-fourn-form label {
	cursor:pointer;
	width: 100px;
	display: inline-block;
	margin: 0;
}

#com-fourn-form input, #com-fourn-form textarea {
	background-color:#F6F5F1;
	border:1px solid #CCCCCC;
	font-size:12px;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}



#plus #bt {width:750px; float:left; height:23px; margin-left:16px; _margin-left:6px; _line-height:18px; border-bottom: 3px solid #c80000}
#plus p { font-size:12px; padding: 10px 15px;}
#plus p a{ color:#c80000}

#plus #bt a.prem_on { background-color:#c80000; color: #f9f8f4; font-weight:bold; font-size:13px; text-align:center; padding-top:6px; _padding-top:4px; float:left; width:210px; height:23px;  _height:19px; text-decoration:none; margin: 0 0 0 3px;}

#plus #bt a.prem_off {background-color:#f9f8f4;  color:#000; font-size:13px; text-align:center; padding-top:2px; float:left; width:210px; height:23px;_height:21px; text-decoration:underline;
}

#plus #bt a.deux_on {background-color:#c80000; color:#f9f8f4; font-size:13px; font-weight:bold; text-align:center; text-decoration:none; padding-top:6px; _padding-top:4px; float:left; width:210px; height:23px; _height:19px}

#plus #bt a.deux_off {background-color:#f9f8f4; color:#000; font-size:13px; text-align:center;  text-decoration:underline; padding-top:2px; float:left; width:210px; height:23px; _height:21px;
}

#plus #bt a.trois_on {background-color:#c80000; color:#f9f8f4; font-size:13px;  font-weight:bold;text-align:center; text-decoration:none; padding-top:6px; _padding-top:4px; float:left; width:210px; height:23px; _height:19px}

#plus #bt a.trois_off {background-color:#f9f8f4; color:#000; font-size:13px; text-align:center; text-decoration:underline; padding-top:2px; float:left; width:210px; height:23px;_height:21px;
}


#plus #bt a.quatre_on {background-color:#c80000; color:#f9f8f4; font-size:13px;  font-weight:bold;text-align:center; text-decoration:none; padding-top:6px; _padding-top:4px; float:left; width:116px; height:23px; _height:19px}

#plus #bt a.quatre_off {background-color:#f9f8f4; color:#000; font-size:13px; text-align:center; text-decoration:underline; padding-top:2px; float:left; width:116px; height:23px;_height:21px;
}



#plus #comment, #plus #notes, #plus #envoyes , #plus #blocdesphoto {width:750px;float:left; border-left:1px solid #f0ece3;  border-bottom:1px solid #f0ece3; border-right:1px solid #f0ece3; margin-left:16px; _margin-left:0px; padding-top: 10px}

#envoyes ul {float:left; width:230px; margin:15px 0 15px 5px; _width:270px; font-size:11px;}

#comment ul li, #notes ul li, #envoyes ul li {float:left; list-style-type:none; margin:3px 0 3px 0; width:230px; _width:240px; color:#000; font-size:11px; padding-left:10px;}

#comment ul li a, #notes ul li a, #envoyes ul li a {float:left; color:#333333; text-decoration:underline;}

#comment ul li a:hover, #notes ul li a:hover, #envoyes ul li a:hover {text-decoration:none;}


#boutiquedenoel{
position: absolute;
top: 53px;
left:475px;
width:197px;
height: 56px;}

#delphine{
position: absolute;
top: 107px;
left:438px;
width:243px;
height: 43px;}
