body{
background-color:#000000;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
/*background-image:url(../IMG/empreinte.gif)*/

}


/* ********************** Start conteneur du site  ************** */
#contener{
	margin-left: auto;
	margin-right: auto;
	display:block;
	position:relative;
	top: -6px;
	width:970px;
	height:1090px;
	/*background-image:url(../img/fond.jpg);*/
	background-color:#aaaaaa;
	box-shadow:	2px 2px 2px #cccccc inset,5px 5px 5px #dddddd inset;
	-moz-border-radius:  15px 15px 15px 15px;         
	-webkit-border-radius:15px 15px 15px 15px;             
	border-radius:  15px 15px 15px 15px; 
	
  background: #4c4c4c; /* Old browsers */
  background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* IE10+ */
  background: linear-gradient(to bottom, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
  border-radius: 10px;	
  overflow:hidden;
}
/* ********************** End conteneur du site  ************** */

/* ********************* Strat header du site ******************* */
#head{
display:block;
width:1100px;
height:180px;

pading: 10 20 10 20;
-moz-border-radius:  5px 5px 0px 0px;             
-webkit-border-radius: 5px 5px 0px 0px;               
border-radius:  5px 5px 0px 0px;   
box-shadow:0px 2px 2px 0px rgba(0, 0, 0, 0.5) inset,0p;
}
/* ********************* End header du site ******************* */


/* ********************* Strat contenue du site ******************* */
#contenue_body{
display:block;
width:970px;
height:580px;
position:relative;
top:170px;
left:0px;
/*background-color:#FF0000;*/
}
/* ********************* End contenue du site ******************* */


/* ********************* Start footer du site ******************* */
#footer{
display:block;
margin-top:2px;
display:block;
width:970px;
height:30px;
text-align:center;
color:#FFFFFF;
font-weight:bold;
padding-top:5px;
}
/* ********************* End footer du site ******************* */


/* ************************************* produits ***********************/
				.detailproduitliste span{
						  display:block; 
						  width:130px;
						  height:120px;
						  margin-left:5px;
						  margin-top:5px;						  
						  padding-top:2px;
						  padding-left:2px;
						  border-radius:5px;
						  box-shadow:	0px 2px 2px 0px rgba(0, 0, 0, 0.5) inset,0px 2px 2px 0px rgba(255, 255, 255, 0.5); 
						  overflow:hidden; font-weight:bold; cursor:pointer;				
				}

				.detailproduitliste hr{
						 display:block; 
						 color:#CCCCCC; 
						 height:110px; 
						 width:2px; 
						 margin-top:-115px;
						 margin-left:150px;
				}
				
				.produitajoutpagnerbouton{
						margin-left:683px !important; 
						margin-top:-105px !important;  
						color:#000000 !important; 
						height:16px !important;
						width:130px !important; 
						padding-top: 2px !important; 					
						text-align:center !important;
						font-size:10px; 
						z-index:1 !important; 
						background-image:url(img/calque/fondn.png);
						background-color:#666666;
						box-shadow:	2px 2px 2px #cccccc inset,5px 5px 5px #dddddd inset;
						-moz-border-radius:  10px 10px 10px 10px;         
						-webkit-border-radius:10px 10px 10px 10px;            
						border-radius:  10px 10px 10px 10px;
				}
				
				.produitajoutpagnerbouton:hover{background-color:#FF00FF; }











