
/*******************
*	RESET		   *
*******************/
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,font,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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}a {text-decoration:none;}

.clear{clear:both;}
.right {float:right;}
.left {float:left;}


/*******************
*	OVERALL		   *
********************/
body {
	/*background: #e6e6e6;*/
	background: #e6e6e6 url("_gfx/header_body.jpg")repeat-x top;
	!background-color: #e6e6e6;
	!background-image: url("_gfx/header_body.jpg");
	!background-repeat: repeat-x;
	!background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#wrapper { clear: both;
	background: #FFF url("_gfx/fond_header.jpg")repeat-x 10px 44px; /*l'image du header*/
	!background-color: #FFF;
	!background-image: url("_gfx/fond_header.jpg");
	!background-repeat: repeat-x;
	!background-position: 10px 44px;
	width: 940px;
	margin: auto;
	margin-top:15px;
	padding: 10px 15px 15px 15px;
	border: 1px solid #ddd;
  border-radius: 10px;  
	-moz-border-radius-topleft: 10px; 
	-moz-border-radius-topright: 10px; 
  -webkit-border-radius: 10px;
  /*ombre portée CSS3*/
  box-shadow: 0px 0px 30px #9e9e9e;
  -webkit-box-shadow: 0px 0px 30px #9e9e9e;
  -moz-box-shadow: 0px 0px 30px #9e9e9e;
}

/*******************
*	HYPERLINKS	   *
********************/
a, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
}

/*******************
*	TOP			   *
********************/
#top {
	background: #fff;
	margin: 0;
	padding: 0;
}

#topnav {
	background: #fff;
	height: 28px;
	margin: 0;
	padding: 2px 0 1px 0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	font-size: 11px;
}

#topnav .current_page_item {
	background: #cc0000;
}

#topnav .current_page_item a {
	color: #fff !important;
}

#topnav ul {
	float: left;
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
}

#topnav li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}

/*#topnav ul li {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
	border-right: 1px solid #045;
}*/

#topnav li a, #topnav li a:link, #topnav li a:visited {
	color: #cc0000;
	display: block;
	margin: 0;
	padding: 8px 12px 7px 12px;
}

#topnav li a:hover, #topnav li a:active {
	background: #cc0000;
	color: #fff;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 8px 12px 7px 12px;
	border-bottom: none;
	border-radius: 10px;  
	-moz-border-radius: 10px; 
  -webkit-border-radius: 10px;
}

#topnav li li a, #topnav li li a:link, #topnav li li a:visited {
	background: #fff;
	width: 190px;
	color: #111;
	float: none;
	margin: 0;
	padding: 8px 12px 7px 12px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#topnav li li a:hover, #topnav li li a:active {
	background: #cc0000;
	color: #fff;
	padding: 8px 12px 7px 12px;
}

#topnav li ul {
	z-index: 9999;
	width: 190px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -999em;
	height: auto;
}

#topnav li li {
	border:none;
}

#topnav li ul a {
	width: 190px;
}

#topnav li ul a:hover, #topnav li ul a:active {
}

#topnav li ul ul {
	margin: -29px 0 0 156px;
	border: none;
}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul {
	left: -999em;
}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul {
	left: auto;
}

#topnav li:hover, #topnav li.sfhover {
	position: static;
}

/*#topnav .left a {
	margin: 0;
	padding: 0 5px 0 5px;
}*/

/*******************
*	SEARCH FORM	   *
********************/
form {
	/*margin-left: 10px;*/
	!margin:0;
	padding: 0;
}

#searchform {
	margin: 0;
	padding: 0;
	line-height: 28px;
}
label {
 /*margin-top:20px;*/
 display:block;
 }

input { 
	width: 160px;
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 4px 4px 4px 5px;
	border: 1px solid #e6e6e6;
	background: #fff;
	border-radius: 10px;  
	-moz-border-radius: 10px; 
  -webkit-border-radius: 10px;
  !height: 10px;/*la taille des input sous IE*/
}

input:focus, textarea:focus /* Quand le curseur est sur un champ */
{
   background-color: white;
   border: 1px grey inset;
}

.bouton{
  -height: 19px;/*la taille des input sous IE 6*/
  -color: white;/* sous IE 6*/
  -background-color: #cc0000;/*sous IE 6*/
}

#bouton_recherche:hover{
  color: #cacaca;
}

input,select { 	
	width: 160px;
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 4px 4px 4px 5px;
	border: 1px solid #e6e6e6;
	background: #fff;
}

.searchinput:focus {
	border: 1px solid #191919;
}

input[type=submit] {
	background: #cc0000;
	border: 1px solid #ddd;
	margin: 0;
	padding: 1px 0 2px 0;
	color: #fff;
	font-weight: bold; 	
	!height: 20px;/*la taille du bouton envoyer sous IE*/
}

.more{
	background: #cc0000;
	border: 1px solid #ddd;
	margin: 0;
	padding: 2px;
	color: #fff;
	font-weight: bold;
}

/*******************
*NEWSLETTER		   *
********************/
.newsletter{
float: left;
margin-left: 10px;
}

.btn_newsletter{
  width: 30px;
  -height: 19px;/*la taille des input sous IE 6*/
  -color: white;/* sous IE 6*/
  -background-color: #cc0000;/*sous IE 6*/
}

/*******************
*FIN NEWSLETTER		   *
********************/

.enveloppe_contact{
  margin-left: 10px;
  margin-top: 5px;
  float: left;
  box-shadow: 0px 0px 7px #9e9e9e;
  -webkit-box-shadow: 0px 0px 7px #9e9e9e;
  -moz-box-shadow: 0px 0px 7px #9e9e9e;
}

.enveloppe_contact:hover{
  box-shadow: 0px 0px 0px #9e9e9e;
  -webkit-box-shadow: 0px 0px 0px #9e9e9e;
  -moz-box-shadow: 0px 0px 0px #9e9e9e;
}
/*******************
*	HEADER		   *
********************/
#header {
	/*background: #fff;*/
	height: 233px;
	margin: 0;
	padding: 0;  
  position: relative;/*placement du flash en haut de la bannière*/
}

#logo{
  width:500px;
	margin: 0;
	padding: 0;
}

#laura_emballages{
  background-position: top;
  float: right;
  margin: 0;
	padding: 0;
	clear: both;  
  position: absolute;/*placement du flash en haut de la bannière*/
  top: 11px;/*placement du flash en haut de la bannière*/
  right: 0px;/*placement du flash en haut de la bannière*/
}
/*.logo {
	background: #fff url(images/logo.png) no-repeat;
	float: left;
	width: 600px;
	height: 212px;
	margin: 20px 0 0 0;
	padding: 0;
}*/

.ad468x60 {
	float: right;
	background: #fff;
	width: 468px;
	height: 60px;
	margin: 20px 0 0 0;
	padding: 0;
}

.ad468x60 img {
	border: none;
}

/*ici le module de connexion de la bannière*/

#conexion_ban p{
	margin-bottom:3px;
}

#champ_email{/*pour placer le champ email au même niveau que le champ MDP*/
margin-right:40px;
}

#conexion_ban .obligatoire {
	color:#F00;
	font-weight:bold;
}

#conexion_ban .nouveau a {
	color:#F00;
	font-weight:bold;
	font-size:14px;
}

#connecte{
  list-style: none;
  margin-top:3px;
  padding: 10px;
  max-width: 300px;
  -width: 300px;/*IE 6*/
  background-color: #cc0000;
  border-radius: 10px;  
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px;
  behavior: url(border-radius.htc); /*coins arrondis sur IE*/
}

#connecte a{
  color: white;
  font-weight: bold;
}

#connecte a:hover{
  text-decoration: none;
  color: #cacaca;
}

#bienvenue{
  margin-bottom: 5px;
  font-size: 15px;
}
/*******************
*	MENU		   *
********************/
#menu {
	background: #FCFCFC;
	font-weight:bold;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 1px solid #d8d9da;
  border-radius: 10px;  
	-moz-border-radius: 10px; 
  -webkit-border-radius: 10px;
}

#menu ul {
	float: left;
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
}

#menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #ddd;
}
#menu li:hover {
  background-color: #ececec;
}

#menu ul li {
	margin: 0 0 0 -1px;
	padding: 0;
	list-style: none;
	/*border-right: 1px solid #045;*/
}

#menu li a, #menu li a:link, #menu li a:visited {
	margin: 0;
	padding: 8px 12px 7px 12px;
	color: #000;
	display: block;
	font-size: 13px;
}

#menu li a:hover, #menu li a:active {
	margin: 0;
	padding: 8px 12px 7px 12px;
	color: #cc0000;
	display: block;
	text-decoration: none;
	border-bottom: none;
}

#menu li li a, #menu li li a:link, #menu li li a:visited {
	background: #FCFCFC;
	font-weight:normal;
	width: 130px;
	float: none;
	margin: 0;
	padding: 8px 12px 7px 12px;
	color: #000;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#menu li li a:hover, #menu li li a:active {
	background: #cc0000;
	color: #fff;
	padding: 8px 12px 7px 12px;
}

#menu li ul {
	z-index: 9999;
	position: absolute;
	height: auto;
	width: 155px;
	margin: 0;
	padding: 0;
	left: -999em;
}

#menu li li {
	border: none;
}

#menu li ul a {
	width: 120px;
}

#menu li ul a:hover, #menu li ul a:active {
}

#menu li ul ul {
	margin: -29px 0 0 156px;
	border: none;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}

#menu li:hover, #menu li.sfhover {
	position: static;
}

/*.children{
  box-shadow: 0px 0px 10px #9e9e9e;
  -webkit-box-shadow: 0px 0px 10px #9e9e9e;
  -moz-box-shadow: 0px 5px 10px #cecece;
}*/

#accueil:hover{ /*pour arrondir l'onglet accueil du menu sur le hover*/
  border-radius-topleft: 10px;  
  border-radius-bottomleft: 10px;  
  -moz-border-radius-topleft: 10px; 
  -moz-border-radius-bottomleft: 10px; 
  -webkit-border-radius: 10px;
}

#chemin{
  margin-top: 5px;
  padding:2px;
  border: 1px solid #d8d9da;
  border-radius: 10px;  
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px;
}

#chemin p{
  font-weight:bold;
  float: left;
  border-right:1px solid #ddd;
  margin-right: 10px;
  margin-left: 10px;
}

#chemin a:hover{
  background-color: #ececec;
  color:#cc0000;
  text-decoration:none;
}
/*******************
*	HOMEPAGE	   *
********************/

#une{
	width:650px;
  height: auto;
	margin: 0 0 0 0;
  background: #FCFCFC;
	/*background: #FFF url("_gfx/fond_header.jpg")repeat-x;*/
	border: 1px solid #d8d9da;
	padding: 30px;
	margin-bottom: 20px;
  border-radius: 10px;  
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px;
}

#une h3{
margin: 0;
padding-bottom:10px;
font-size: 20px;
}

#une a{
font-size: 18px;
font-weight: bold;
color: #cc0000;
}

#une a:hover{
color: black;
text-decoration:none;
}

.col1 {
	background: #fff;
	float: right;
	width: 800px;
	margin: 0 0 0 0;
	padding: 0 0 3px 0;
	clear: both;
}

.col1 h2  {
	text-align:center;
	font-size:24px;
	float:center;
	width:650px;
	margin-top: 20px;
	padding: 30px;
	background: #FCFCFC;
	border: 1px solid #d8d9da;
	border-radius: 10px;  
	-moz-border-radius: 10px; 
  -webkit-border-radius: 10px;
	
}
.col1 h4  {
	text-align:center;
	font-size:14px;
	float:center;
	width:650px;
	margin-top: 10px;
	padding: 30px;
	background: #FCFCFC;
	border: 1px solid #d8d9da;
	border-radius: 10px;  
	-moz-border-radius: 10px; 
  -webkit-border-radius: 10px;
	
}

.featuredline {
	margin: 0;
	padding: 10px 0 10px 0;
	background: #fff;
}

/*******************
*	POST BOX	   *
********************/
#post {
}

#postbox {
	background: #fff;
	width: 690px;
	margin-top:20px;
	padding: 10px;
	line-height: 16px;
	border: 1px solid #e6e6e6;
	color: #444;
  border-radius: 10px;  
	-moz-border-radius: 10px; 
  -webkit-border-radius: 10px;
}

#postbox h3 {
	font-size: 14px;
	font-weight: bold;
}


#postbox p {
	margin:20px;
}

#postbox h3 a:hover {
 	color: #cc0000;
}

#postbox h2  {
	text-align:center;
	font-size:18px;
	float:center;
	width:630px;
	background: #FCFCFC;
	border: 1px solid #d8d9da;
	border-radius: 10px;  
	-moz-border-radius: 10px; 
  -webkit-border-radius: 10px;
	
}
#postbox .obligatoire {
	color:#F00;
	font-weight:bold;
}
#postbox .nouveau a {
	color:#F00;
	font-weight:bold;
	font-size:14px;
}

/*******************
*	CONTENT		   *
********************/
#content {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0;
	color: #555;
}

#content h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 10px 0 10px 0;
}


/*******************
*	NAVIGATION	   *
********************/
.navigation {
	margin: 5px 0 5px 0;
	padding: 5px;
}


/* Bloc Mozaïque (utilisé en page d'accueil et en page produit)
-------------------------------------------------------- */

.blocMozaique {
	float: left;
	margin: 0 0 20px 0;
	padding:0;
}

.blocMozaique h3 {
	width: 700px;
	font-weight: bold;
	margin:0;
	padding: 5px 0 7px 10px;
	text-align:center;
	background: #FCFCFC;
	border:solid 1px #d8d9da;
	border-radius: 10px;  
	-moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
	height: 20px;
}

.blocMozaique .contenu {
	float:left;
	width: 710px;
	margin:1px 0 0 0;
	padding: 10px;
	
}

.blocMozaique .contenu ul.image {
	margin: 0;
	padding:0;
	list-style:none;
	border:none;
	width: 690px;
	float:left;
}

.blocMozaique .contenu ul.image li {
	margin:0;
	padding:0;
	border:none;
	float:left;
}

.blocMozaique .contenu ul.image li a, .blocMozaique .contenu ul.image li a:visited  {
	border: 1px solid #bbbdbf;
	margin:0 1px 0 0;
	_margin:0;
	padding:1px;
	height: 81px;
	width:81px;
	float:left;
	display:block;
	background-color:#fff;
	overflow: hidden;
	zoom:0;
	text-align:center;
}


.blocMozaique .contenu ul.image li a:hover {
	border: 2px solid #88888b;
	padding:0;
}

/* Bloc nouveauté (utilisé en page index_page.html + rubrique.html)
-------------------------------------------------------- */

.blocNouveaute{
	float: left;
	margin: 0 0 20px 0;
	width:345px;
	/*height: 500px;
	background-color:pink;*/
}

.blocNouveaute h3 {
	margin:0;
}

.blocNouveaute h3 a, .blocNouveaute h3 a:visited {
	display:block;
	padding: 5px 0 7px 10px;
	margin:0;
	height: 20px;	
}

.blocNouveaute h3 a:hover {
	text-decoration:none;
}

.blocNouveaute h4 a, .blocNouveaute h4 a:visited {	
}

.blocNouveaute h4 a:hover {
	text-decoration:underline;
}

.blocNouveaute .contenu {
	float:left;
	width: 325px;
	margin:1px 0 0 0;
	padding: 10px;
	border:solid 1px #d8d9da;
	border-radius: 10px;  
	-moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
}

.blocNouveaute .contenu a.image, .blocNouveaute .contenu a.image:visited {
	border: 1px solid #bbbdbf;
	margin: 0;
	padding:1px;
	height: 140px;
	width:140px;
	float:left;
	text-align:center;
	display:block;
	overflow: hidden;	
}

.blocNouveaute .contenu a.image:hover {
	border: 2px solid #88888b;
	padding:0;
}

.blocNouveaute .contenu .description {
	float:right;
	font-size: 12px;
	padding: 0;
	width: 173px;
}

.blocNouveaute .contenu .description .chapo {
	font-weight:normal;
	text-align: left;
	font-size: 12px;
	padding: 0;
}

.blocNouveaute .contenu .description .prixProduit {
	font-weight:bold;
	text-align: left;
	font-size: 18px;
	margin:5px 0 0 0;
	padding: 0;
	display:block;
}

.blocNouveaute .contenu .description p {
	margin:0;
	padding: 0;
}

.blocNouveaute a.acheter, 
.blocNouveaute button.acheter { 
  display:-moz-inline-box; 
  display:inline-block; 
  margin:5px 0 0 0; 
  padding:0;
	font-size:13px;
	font-weight:bold;
	white-space:nowrap; 
  text-align:center; 
  vertical-align:middle; 
  cursor:pointer; 
  border:0;   
} 

.blocNouveaute a.acheter span, 
.blocNouveaute button.acheter span { 
  position:relative; 
  float:left; 
  padding:0 0 0 5px; 
  vertical-align:middle;
} 

.blocNouveaute a.acheter span span, 
.blocNouveaute button.acheter span span {
  height:24px; 
  padding:0 5px 0 0; 
  line-height:23px; 
} 
 
.blocNouveaute a.acheter:hover span, 
.blocNouveaute button.acheter:hover span {
	text-decoration:none;
}

.blocNouveaute a.toutesLesNouveautes, .blocNouveaute a.toutesLesNouveautes:visited {
	display:block;
	float:left;
	width:100%;
	margin: 1px 0 0 0;
	padding:5px 0;
	font-weight:bold;
	text-indent:10px;
}

.blocNouveaute a.toutesLesNouveautes:hover {
	text-decoration:none;	
}

/* Bloc promotion (utilisé en page index_page.html + rubrique.html)
-------------------------------------------------------- */

.blocPromo {
	float: left;
	margin: 0 0 20px 0;
	width:345px;
}

.blocPromo h3 {
	margin:0;
}

.blocPromo h3 a, .blocPromo h3 a:visited {
	display:block;
	padding: 5px 0 7px 10px;
	margin:0;
	height: 20px;
}

.blocPromo h3 a:hover {
	text-decoration:none;
}

.blocPromo h4 a, .blocPromo h4 a:visited {
}

.blocPromo h4 a:hover {
	text-decoration:underline;
}

.blocPromo .contenu {
	float:left;
	width: 325px;
	margin:1px 0 0 0;
	margin-left:20px;
	padding: 10px;
	border:solid 1px #d8d9da;
	border-radius: 10px;  
	-moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
}

.blocPromo .contenu a.image, .blocPromo .contenu a.image:visited {
	border: 1px solid #bbbdbf;
	margin: 0;
	padding:1px;
	height: 140px;
	width:140px;
	float:left;
	text-align:center;
	display:block;
	overflow: hidden;	
}

.blocPromo .contenu a.image:hover {
	border: 2px solid #88888b;
	padding:0;
}

.blocPromo .contenu .description {
	float:right;
	font-size: 12px;
	padding: 0;
	width: 173px;
}

.blocPromo .contenu .description .chapo {
	font-weight:normal;
	text-align: left;
	font-size: 12px;
	padding: 0;
}

.blocPromo .contenu .description .prixProduit {
	font-weight:bold;
	text-align: left;
	font-size: 18px;
	margin:5px 0 0 0;
	padding: 0;
	display:block;
}

.blocPromo .contenu .description p {
	margin:0;
	padding: 0;
}

.blocPromo a.acheter, 
.blocPromo button.acheter { 
  display:-moz-inline-box; 
  display:inline-block; 
  margin:5px 0 0 0; 
  padding:0;
	font-size:13px;
	font-weight:bold;
	white-space:nowrap; 
  text-align:center; 
  vertical-align:middle; 
  cursor:pointer; 
  border:0;  
} 
.blocPromo a.acheter span, 
.blocPromo button.acheter span { 
  position:relative; 
  float:left; 
  padding:0 0 0 5px; 
  vertical-align:middle;
} 

.blocPromo a.acheter span span, 
.blocPromo button.acheter span span {
  height:24px; 
  padding:0 5px 0 0; 
  line-height:23px; 
} 
 
.blocPromo a.acheter:hover span, 
.blocPromo button.acheter:hover span {
	text-decoration:none;
}

.blocPromo a.toutesLesPromos, .blocPromo a.toutesLesPromos:visited {
	display:block;
	float:left;
	width:100%;
	margin: 1px 0 0 0;
	padding:5px 0;
	font-weight:bold;
	text-indent:10px;
}

.blocPromo a.toutesLesPromos:hover {
	text-decoration:none;
}
/*********************************
Footer
*********************************/
#footer .col {
	float: left;
	width: 200px;
	margin:10px 0;
	padding:0 0px;
	color:white;	
 height: auto;
  /*background-color:grey;*/
	}
	
.clear {
clear:left;
} 

#footer a {
	color:white;
}

#footer a:hover {
	color:#cc0000;
}	
.moyensDePaiement{
  background-color:black;
  color: white;
  /*text-align: center;*/

}

#footer h2{
	font-size: 1.5em;
	text-align:left;
}

#footer { 
  width: 940px;
  height: auto;
	background: black;
	padding: 10px 15px 15px 15px;
  margin:auto;
	line-height: 20px;
	list-style: none;
	border-top: 1px solid #e6e6e6;
	border-radius: 10px;  
	-moz-border-radius-bottomleft: 10px; 
	-moz-border-radius-bottomright: 10px; 
  -webkit-border-radius: 10px;
  /*ombre portée CSS3*/
  box-shadow: 0px 10px 30px #9e9e9e;
  -webkit-box-shadow: 0px 10px 30px #9e9e9e;
  -moz-box-shadow: 0px 10px 30px #9e9e9e; 
}

#footer ul li {
	list-style: none;
	margin: 0;
	padding: 3px 0 3px 0;
	/*border-bottom: 1px solid #f0f0f0;*/
}

#footer .box {
	width: 291px;
	margin: 0 15px 0 0;
}

#footer h3 {
	margin: 15px 0 5px 0;
	padding: 0 10px 0 0;
	background: #fff;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

#footer ul ul {
	display: none;
}
#footer img {
	padding: 5px;
}

.propulse{
  margin-left:750px;
  padding: 0;
}
/*********************************
Produits
*********************************/

/* Petit bloc produit (utilisé en page rubrique.html)
-------------------------------------------------------- */

.petitBlocProduit {
	float: left;
	margin: 0 20px 10px 0;
	width:345px;
}

.separation {
	float: left;
	margin:0;
	height:1px;
	width:710px;
}

.petitBlocProduit h3 {
	margin:0;
}

.petitBlocProduit h3 a, .petitBlocProduit h3 a:visited {
	
	display:block;
	padding: 5px 0 7px 10px;
	margin:0;
	height: 20px;
}

.petitBlocProduit h3 a:hover {
	text-decoration:none;	
}

.petitBlocProduit .contenu  {
	float:left;
	width: 325px;
	margin:10px 0 0 0;
	padding: 10px;
	background: #FCFCFC;
	border: 1px solid #d8d9da;
	border-radius: 10px;  
	-moz-border-radius: 10px; 
  -webkit-border-radius: 10px;
}

.petitBlocProduit .contenu a.image, .petitBlocProduit .contenu a.image:visited  {
	border: 1px solid #bbbdbf;
	margin: 0;
	padding:1px;
	height: 140px;
	width:140px;
	display:block;
	float:left;
	background-color:#fff;
	overflow: hidden;	
}

.petitBlocProduit .contenu a.image:hover {
	border: 2px solid #88888b;
	background-color:#8fbce3;
	padding:0;
}

.petitBlocProduit .contenu .description {
	float:right;
	font-size: 12px;
	padding: 0;
}

.petitBlocProduit .contenu .description .chapo {
	color:#626164;
	font-weight:normal;
	text-align: left;
	font-size: 12px;
	padding: 0;
}

.petitBlocProduit .contenu .description .prixProduit {
	color:#ff0000;
	font-weight:bold;
	text-align: left;
	font-size: 18px;
	margin:5px 0;
	padding: 0;
}

.petitBlocProduit .contenu .description p {
	margin:0;
	padding: 0;
}

.petitBlocProduit a.acheter, 
.petitBlocProduit button.acheter { 
  display:-moz-inline-box; 
  display:inline-block; 
  margin:5px 0 0 0; 
  padding:0;
	font-size:13px;
	font-weight:bold;
	white-space:nowrap; 
  text-align:center; 
  vertical-align:middle; 
  cursor:pointer; 
  border:0; 
  background:none; 
} 

.petitBlocProduit a.acheter span, 
.petitBlocProduit button.acheter span { 
  position:relative;
  float:right; 
  padding:0 0 5px 5px; 
  vertical-align:middle;
} 

.petitBlocProduit a.acheter span span, 
.petitBlocProduit button.acheter span span {
	color:#fff;
  padding:0 5px 0 0; 
	border:none;
} 
 
.petitBlocProduit a.acheter:hover span , 
.petitBlocProduit button.acheter:hover span {
	text-decoration:none;
} 

/* Contenu d'une fiche produit (produit.html)
-------------------------------------------------------- */

.blocProduit {
	float: left;
	margin:0 0 20px 0;
	padding:0;
	width:710px;
}

.blocProduit .blocDImages {
	float: left;
	margin:20px 0 20px 0;
	padding:0;
	width:346px;
}

.blocProduit a.grandeImage, .blocProduit a.grandeImage:visited {
	border: 1px solid #bbbdbf;
	margin:0;
	padding:1px;
	width:342px;
	float:left;
	background-color:#fff;
}

.blocProduit a.grandeImage:hover {
	border: 2px solid #88888b;
	padding:0;
}

.blocProduit ul.vignettes {
	margin: 10px 0 0 0;
	padding:0;
	list-style:none;
	text-align:center;
	border:none;
	width:344px;
	float: left;
}

.blocProduit ul.vignettes li {
	margin:0;
	padding:0;
	border:none;
}

.blocProduit ul.vignettes li a, .blocProduit ul.vignettes li a:visited {
	border: 1px solid #bbbdbf;
	margin:0 1px 1px 0;
	padding:1px;
	height: 81px;
	width:81px;
	float:left;
	display:inline;
	background-color:#fff;
	overflow: hidden;
}

.blocProduit ul.vignettes li a:hover {
	border: 2px solid #88888b;
	padding:0;
}

.introProduit {
	float: right;
  margin-top:20px;
	padding:0;
	width:344px;
  background: #FCFCFC;
  border: 1px solid #d8d9da;
	border-radius: 10px;  
	-moz-border-radius: 10px; 
  -webkit-border-radius: 10px;
}
/*
.blocProduit .introProduit {
	float: right;
	margin:0 0 20px 0;
	padding:0;
	width:344px;
}*/

.introProduit .prixProduit {
	color:#ff0000;
	font-weight:bold;
	text-align: left;
	font-size: 24px;
	padding: 0;
} 

.introProduit .prixProduit, h3 {
	text-align: center;
	margin:10px 0 10px 0;
} 

.introProduit .chapo {
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	padding: 0;
	margin:20px 0 20px 0;
}

.blocProduit .description {
	font-size: 12px;
	padding: 0;
	margin:0 0 20px 0;
	text-align:center;
} 

.blocProduit a.acheter, 
.blocProduit button.acheter { 
  display:-moz-inline-box; 
  display:inline-block; 
  margin:10px 0 0 0; 
  padding:0;
	font-size:16px;
	font-weight:bold;
	white-space:nowrap; 
  text-align:center; 
  vertical-align:middle; 
  cursor:pointer; 
  border:0; 
  background:none; 
} 

.blocProduit a.acheter span, 
.blocProduit button.acheter span { 
  position:relative; 
  float:left; 
  padding:0 0 0 10px; 
  vertical-align:middle;
} 

.blocProduit a.acheter span span, 
.blocProduit button.acheter span span {
	color:#fff;
    height:40px; 
    padding:0 10px 0 0; 
    line-height:38px; 
} 
 
.blocProduit a.acheter:hover span, 
.blocProduit button.acheter:hover span { 
	background-color: #333333;
	text-decoration:none;
} 

.blocProduit .contenusAssocies {
	float: right;
	margin: 0 0 20px 0;
	width:345px;
}

.blocProduit .telechargements {
	float: left;
	margin: 0 0 20px 0;
	width:345px;
}

.blocProduit .contenusAssocies h3, .blocProduit .telechargements h3 {
	color:#FFCCOO;
	display:block;
	padding: 5px 0 7px 10px;
	margin:0;
	height: 20px;
	
}

.blocProduit .contenusAssocies ul, .blocProduit .telechargements ul {
	list-style:none;
	margin: 0;
	padding:0;
	width: 345px;
	float:left;
	background:#fff;
}

.blocProduit .contenusAssocies ul li, .blocProduit .telechargements ul li {
	margin: 0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}

.blocProduit .contenusAssocies ul li a, .blocProduit .telechargements ul li a,
.blocProduit .contenusAssocies ul li a:visited, .blocProduit .telechargements ul li a:visited {
	color:#FF1100;
	display:block;
	background-color:#fff;
	padding:3px 0 3px 10px;
}

.blocProduit .contenusAssocies ul li a:hover, .blocProduit .telechargements ul li a:hover {
	color:#FFCC00;
	text-decoration:none;
}

/* Personnalisation du zoom de la fiche produit (produit.html)
-------------------------------------------------------- */

#superbox-overlay {
	width: 100%;
	overflow: visible;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	background:#e0e4cc;
}

#superbox-container .loading {
	width:32px;
	height:32px;
	text-indent:-9999px;
	background-image:url(_gfx/loader.gif);
	background-position:center 0;
	background-repeat:no-repeat;
	overflow: hidden;
	position: relative;
	padding: 0;
	width: 100%;
}

#superbox .close a {
	float:right;
	padding:0 5px;
	line-height:20px;
	color:#fff;
	background:#00529a;
	cursor:pointer;
}

#superbox .nextprev a {
	float:left;
	margin-right:5px;
	padding:0 5px;
	line-height:20px;
	background:#00529a;
	cursor:pointer;
	color:#fff;
}

#superbox .nextprev .disabled {
	background:#ccc;
	cursor:default;
}

#superbox .close a:hover {
	color:#fff;
	background:#00529a;
	text-decoration:none;
}

/* Nombre de pages
-------------------------------------------------------- */

#pages {
	float: left;
	width: 775px;
	text-align: right;
	font-size: 0.9em;
	padding-top: 10px 0 10px 0;
	margin: 0;
	
}
a.LIEN_pages:link, a.LIEN_pages:visited {
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_pages:hover {
	text-decoration: underline;
}

.ligneTableau{
	width: 100px;
}

.zoneDeSaisie{
	width: 150px;
}

/* Bloc "adresse de livraison" & "adresse de facturation" 
-------------------------------------------------------- */

.adresseDeLivraison {
	float: left;
	margin-top:20px;
	margin-left:10px;
	width:350px;
	background: #FCFCFC;
	border:solid 1px #d8d9da;
	border-radius: 10px;  
	-moz-border-radius: 10px; 
  -webkit-border-radius: 10px;
}

.adresseDeLivraisonRecap {
	float: left;
	margin: 0 0 20px 0;
	width:710px;
	border:solid 1px #d8d9da;
}

.adresseDeFacturation {
	float: left;
	margin-top:20px;
	width:350px;
	background: #FCFCFC;
  border:solid 1px #d8d9da;
	border-radius: 10px;  
	-moz-border-radius: 10px; 
  -webkit-border-radius: 10px;
}

.adresseDeLivraison h3, .adresseDeFacturation h3, .adresseDeLivraisonRecap h3 {
	
	display:block;
	padding: 5px 0 7px 10px;
	margin:0;
	height: 20px;
}

.adresseDeLivraison h4 {
	width:335px;
	margin:5px 0 0 0;
	padding: 5px 0 7px 10px;
	float:left;
}

.adresseDeLivraison .contenu, .adresseDeFacturation .contenu {
	float:left;
	width: 325px;
	margin:1px 0 0 0;
	padding: 10px;
}

.adresseDeLivraisonRecap .contenu {
	float:left;
	width: 690px;
	margin:1px 0 0 0;
	padding: 10px;
}

.adresseDeLivraison ul {
	list-style:none;
	margin: 0;
	padding:0;
	width: 345px;
	float:left;
}

.adresseDeLivraisonRecap ul {
	list-style:none;
	margin: 0;
	padding:0;
	width: 710px;
	float:left;
}

.adresseDeLivraison ul li, .adresseDeLivraisonRecap ul li {
	margin: 0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}

.adresseDeLivraison ul li a, .adresseDeLivraisonRecap ul li a,
.adresseDeLivraison ul li a:visited, .adresseDeLivraisonRecap ul li a:visited {
	display:block;
	border-top:solid 1px #FFF;
	padding:3px 0 3px 10px;
}

a.modifierOuAjouter, a.modifierOuAjouter:visited {
	font-size:12px;
	font-weight:bold;
	border-top:solid 1px #d8d9da;
	color:#666;
	display:block;
	clear:both;
	padding:3px 0 3px 10px;
}

.adresseDeLivraison ul li a:hover, .adresseDeLivraisonRecap ul li a:hover, a.modifierOuAjouter:hover {
	text-decoration:none;
}

.historique {
	margin-top:20px;
}

/**************************
Panier
**************************/

.col1 table {
	float:left;
	padding:0x;
	margin-top:20px;
} 

.col1 table tr {
	padding:0x;
	margin-top:20px;
}

table th.ligne {
	font-weight: bold;
	background-color: #edecec;
	border:solid 1px #d8d9da;
	text-align:center;
	padding: 10px;
}
	
.col1 table td{
	font-weight: bold;
	background-color: transparent;	
}

table td.ligne{
	font-weight: bold;
	border:solid 1px #d8d9da;
	padding: 10px;
}

table td.lignegauche {
	font-weight: bold;
	border:solid 1px #d8d9da;
}

table td.lignegauche img{
vertical-align: top ;
}

.col1 table th.total {
	font-size: 16px;
	color: red;
	border:solid 1px #d8d9da;
	padding: 10px;
}

#reduction{
	padding: 15px;
}

.queFaire {
	margin:20px 0 0 0;
	padding:0;
	width:100%;
	float:left;
	text-align:right;
}

.queFaire a {
  color: white;
  background-color: #cc0000;
  padding :5px;
  font-size:14px;
  font-weight:bold;
  border-radius: 10px;  
  -moz-border-radius: 5px; 
  -webkit-border-radius: 10px;
}

.queFaire a:hover {
  text-decoration: none;
  background-color: #e90000;
}

.modeDeLivraison{
  color: grey;
  padding :5px;
  font-size:16px;
  font-weight:bold;
}

.modeDeLivraison:hover{
  color: #cc0000;
  text-decoration: none;
}

.moypaiement{
  width: 350px;
  background: pink;
  text-align: center;
}
/* Bloc Mozaique (utilisi en page produit)
-------------------------------------------------------- */

.blocMozaiquep {
	float: left;
	margin: 0 0 20px 0;
	padding:0;
}

.blocMozaiquep h3 {
	width: 700px;
	font-weight: bold;
	margin:0;
	padding: 5px 0 7px 10px;
	background-color: #bbbdbf;
	background-color: #ffffff;
	height: 20px;
}

.blocMozaiquep .contenu {
	float:left;
	width: 690px;
	margin:1px 0 0 0;
	padding: 10px;
	background-color: #d8d9da;
	background-color: #ffffff;
}

.blocMozaiquep .contenu ul.image {
	margin: 0;
	padding:0;
	list-style:none;
	border:none;
	width: 690px;
	float:left;
}

.blocMozaiquep .contenu ul.image li {
	margin:0;
	padding:0;
	border:none;
	float:left;
}

.blocMozaiquep .contenu ul.image li a, .blocMozaiquep .contenu ul.image li a:visited  {
	border: 1px solid #bbbdbf;
	margin:0 1px 0 0;
	_margin:0;
	padding:1px;
	height: 81px;
	width:81px;
	float:left;
	display:block;
	background-color:#ffffff;
	overflow: hidden;
	zoom:0;
	text-align:center;
}


.blocMozaiquep .contenu ul.image li a:hover {
	border: 2px solid #88888b;
	background-color: #FFCCE6;
	padding:0;
}
/* page: CONTACT
-------------------------------------------------------- */

.obligatoire{
color: red;
font-weight: bold;
}

/* FIN page: CONTACT
-------------------------------------------------------- */

.spacer{/*spacer pour éviter les débordements de div*/
  clear: both;
}