
.important {
	color:red;
	font-weight:bold;
}

.justify{	
	text-align:justify;
}

.where h1 {
font-family:Arial;
	font-size:12px;
	margin-bottom:10px;
}
.table {
	width:100%;
	text-align:center;
}

.table TH{
	color:white;
	background-color:blue;
	padding:5px;
}

.table TD{
	padding:5px;
	border-style: solid;
	border-color: #CCCCCC; 
	border-width: 2px;
}


a {
	font-weight:bold;
}
a,a:active{
	text-decoration:none;
	color:#555753;
}
 
a:hover{
	text-decoration:underline;
}




h1 {
	margin-bottom:3px;
}
h2 {
	margin-bottom:3px;
}

h4 {
	margin-bottom:3px;
}
h5 {
	margin-bottom:3px;
}


.confirmation { 
	color:#EC9503;
	
}
.header1, .header1 a, .header1 a:hover{

	font-size: 14px;
	font-weight: bold;
	padding:3px 3px 3px 10px;
	background:  url('/custom/images/title_fond.gif') repeat-y;
	margin-bottom:10px;
	margin-top:40px;
	color:white;
}



#logo { 
	/*position: absolute; 
	top: 10px; 
	left: 10px; */
	margin: 0px; 
	font: 9pt/29pt;
	line-height:35px;
}

#logo img{
border-style:none
}


.catOn, .catOn A{
	background-color: #48a3e2;
	color:white;
	border: 1px solid Black;
}
.catOff, .catOff A{
	background-color: #3a76b9;
	color:white;
	border: 1px solid Black;
}

#categories .label,
#categories a,
#categories a:visited{	
	color: #9685BA;
	font-weight: bold;
	text-decoration: none; 
}
#categories a:hover {	
	text-decoration: underline; 
	color: #B7A5DF;
}
#categories .separation{    
	color: black;
	font: bold;
	margin: 0px 10px 0px 10px; 
}

#contenu{ 
	/*position:absolute;
	top:126px;
	left:240px;   */
	margin:0;
	padding:0;	

}

.boxInformation{	
	font-family:Arial;
	border: solid 1px;
	margin:0 10px 10px 0;
	font-weight: bold;
	text-align:left;
	font-size: 12px;
}


.boxInformation form{	
	margin:0;
	padding:0;
}

.boxInformation .small_product_price{
	font-size: 10px;
	font-weight: bold;
	color:red;	
}

.boxInformation .title{
	padding:2px;
	margin:0px;	
	text-align:center;		
	font-size: 12px;
	color:white;

}
.boxInformation .content{
	padding:10px;
	margin:0px;	
	font-size: 12px;	
}
.boxInformation .content ul{
	margin:0px;
	margin-top:5px;
	padding-left:5px;
}
.boxInformation .content li{
	margin:0px;
	margin-left:10px;
	padding-left:0px;

}
.bordercolor1{
	border-color: #386cb2;
}
.bgcolor1{
	background-color:#386cb2;	
}
.bordercolor2{
	border-color: #4189ca;
}
.bgcolor2{
	background-color:#4189ca;	
}
.bordercolor4{
	border-color: #cc3300;
}
.bgcolor4{
	background-color:#cc3300;	
	
}




/********************  FORMULAIRE
*/
#admin_form span.label {
	display:block;		
}

#admin_form span.action {
color:blue;

}
#admin_form SELECT {
font-size:10px;

}

/* basic elements */
body {
	color: #555753; 
	margin: 0px; 
	behavior:url("/include/csshover.htc");
	background: url(/custom/images/fond.jpg) no-repeat fixed center; 
	
}



/****************   SPEC
*/
.specList {	
	font-family: Arial, sans-serif;
	text-align: left;
	font-size: 10pt;
}

.specList1 TH{
	font-weight: bold;

	color:black;


	padding-left:10px;
	padding-right:10px;
}
.specList2 TH{
	font-weight: bold;

	color:black;


	padding-left:10px;
	padding-right:10px;
}
.specList H4{
	font-size: 10pt;
}
.specList1 TD{
	color:black;
	background-color: #D6DCFE;
	padding-left:10px;
	padding-right:10px;
}
.specList2 TD{
	padding-left:10px;
	padding-right:10px;
	color:black;
}
.pictureNoBorder, A.pictureNoBorder, A.pictureNoBorder:hover, .pictureNoBorder:hover,.pictureNoBorder A,.pictureNoBorder A:hover, .pictureNoBorder img:hover{
	border-style: none;
	text-decoration:none;
}

.otherStep A{
	font-size:12px;
}


.pictureBig {
	border-style: solid;
	border-color: #CCCCCC; 
	border-width: 2px;
	width:120px;
}

.pictureSmall {
	border-style: solid;
	border-color: #CCCCCC; 
	border-width: 2px;
	width:100px;
}

.pictureTiny {
	border-style: solid;
	border-color: #CCCCCC; 
	border-width: 2px;
	width:80px;
}
/*********Product Detail
*/
.productDetail {
	padding: 10px;
}

.productDetail .left{
	text-align:center;	
	/*float:left;*/
	width:150px;
	vertical-align:top;
}
.productDetail .middle {	
	/*float:left;
	width:60%;*/
	vertical-align:top;
	width:100%;
	
}
.productDetail .right{	
	/*float:left;
	width:20%;
	text-align:center;*/
	
	width:200px;
	vertical-align:top;
	padding-left:10px;

		
}

.productDetail span.photo img{	
	margin: 0px 10px 0px 0px;

}
.productDetail .product_price{
	font-size: 22px;
	font-weight: bold;
	color:red;	
}
.productDetail .product_oldPrice{
	font-size: 16px;
	font-weight: bold;
	text-decoration:line-through;
	color:red;	
}
.productDetail .specTable TH{
	text-align:left;
}
.description{
	text-align:justify;
	margin:0px;
	
}

/*********CADDIE
*/
#caddy div.texte{
	background: url(/custom/images/windowBody_750.gif) repeat-y;
	font-family:  Arial, sans-serif;
	display:block;
	width:660px;
	font-size: 12px;
	
	margin: 0;
	/*border: solid 1px;*/
	padding: 20px 50px 20px 40px
}

.product_price{
	font-size: 14px;
	font-weight: bold;
	color:red;	
}



/********************* PROFIL
*/
#profil div.aide {
  font-weight:bold;
  font-family:   Arial, sans-serif;
  font-size:12px;  
}

#profil ul{
	margin-top:0px;
	margin-bottom:5px;
	font-weight:bold;
}
/*********** BUTTONS
*/

.button, input{
    background-color: #f0f0f0;
    font-size: 11px;
    color:#333;
    background-color:#fff;
    background-image:url("/custom/images/input.png");
    background-position:top;
    background-repeat:repeat-x;
    border:1px solid #999;

}

.button:hover{
	border:1px solid black;
}

.smallHelp{
  	font-family:  Arial, sans-serif;
	font-size: 10px;
}

.aide{
  	font-family:  Arial, sans-serif;
	font-size: 13px;
}

.aide ul{
	
	margin: 0;
	padding: 10px 20px 15px 25px; 
	list-style: square;
	
}

.aide li {
	list-style: circle;   
	padding-bottom:0px;

}


.stepOn{
	font-size: 24px;
	color: #000080;
}

.stepOff{
	font-size: 18px;
	color: #BFBFFF;

}



/**************** LISTE de produits les un s en dessous des autres
*/
.listBlock{

}

.listBlock span.header{
  font-family:  Arial, sans-serif;
  display:block;
  text-align:center;
  color:blue;	
  font-size: 18px;
  margin-bottom:20px;
}

.listBlock ul{
  font-family:  Arial, sans-serif;
  font-size: 12px;
   margin: 0;
  padding: 0px 20px 0px 15px; 
   
}
.listBlock li {
	list-style: none;  	
	padding-bottom:20px;
}

.listBlock span.product_title{
	padding:0;  font-size: 12px;
}

.listBlock span.product_price{
	font-size: 14px;
	color:red;	
}


        
 /*************** Bas de pages
 */
 .footer {
 text-align:center;
 font-size:12px;
 }
 
 
 
 .realLink,.realLink:visited {
	text-decoration:underline;
	color:blue;

}





.menu_h{
	text-align:center;
	vertical-align: top;
	font-family:Arial;
}
.menu_h span, .menu_h span A{
	background-color: #3a76b9;
	color:white;
	font-size:13px;
	padding:2px;
}

.menu_h span A:hover{
	background-color: #48a3e2;
	color:white;
	font-size:13px;
	
}



.catOn, .catOn A{
	background-color: #48a3e2;
	color:white;
	border: 1px solid Black;
}
.catOff, .catOff A{
	background-color: #3a76b9;
	color:white;
	border: 1px solid Black;
}




/********************  GRAND
*/

.block {	
	width: 100%;
	display:block;	
}
	
.block .product_price{
	font-size: 12px;
	font-weight: bold;
	color:red;	
}
.block .product_beforePrice{
	font-size: 12px;
	font-weight: normal;
	color:green;	
}
.block .product_price A{
	font-size: 12px;
	font-weight: bold;
	color:red;	
}
.block .inline{
	float:left;
	padding-right:20px;	
	padding-bottom:20px;	
}

.block fieldset {
    background:  url("/custom/images/fieldset-ie-bg.gif") #EEEEF8 repeat-x top;
    border: 1px solid #676565;
    margin-bottom: 20px;
}

.block  > fieldset {
    background: none;
    background-color: #EEEEF8;
}
.block legend {
    font-size: 13px;
    font-weight: bold;
    color: #676565;
    background-color: #D6DCFE;
    padding: 3px;
    margin: 0 0 0 0;
    border: 1px solid #676565;
}

.block .content,.block .listBlock{
	padding:10px;
	
}


.block .catTitle{
	text-align:center;
}

.block .sousCat{
	text-align:center;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
}

/****************   LIST DE PRODUITS dans un tableau
*/
.productsList {
	font-family:  Arial, sans-serif;
	text-align: center;
	font-size:10px;
}
.productsList  SELECT{
	font-family:  Arial, sans-serif;
	font-size:10px;
}

.productsList A{
	font-size:10px;
}
.productsList ul,.productsList li{
	font-family:  Arial, sans-serif;
	list-style: circle;   
	padding-bottom:5px;
	font-size: 8pt;
	text-align:left;
}

.productsList TH {
	font-size: 8pt;
	text-align: center;
	border: thin;
	padding: 5px;
	padding-left:8px;
	padding-right:8px;
	color:black;
}
.productsList TH{
	background-color: #D6DCFE;
	border-bottom:solid 1px black;
	border-top:solid 1px black;	
}
.productsList H4{
	font-size: 10pt;
}
.productsList1 TD{
	font-size: 8pt;
	border: thin;
	color:black;
	background-color: #EFF7FF;
	border-bottom:solid 1px black;
	padding-left:8px;
	padding-right:8px;
	padding-top:10px;
}
.productsList2 TD{
	font-size: 8pt;
	border: thin;
	padding-left:8px;
	padding-right:8px;
	padding-top:10px;
	color:black;
	border-bottom:solid 1px black;
}
.productsList .price{
	text-align:right;
}
.productsList .description{
	text-align:left;
}
.bigPrice{
	color:red;
	font-size:18px;
}




/*********** ¨PRODIUTS DE LA PAGE D'ACCUEIL
*/
   #promo_embedded { 
       position:relative;
        width: 325px; 
        height: 150px; 
        background-color: #0099FF;          
        border: 1px solid black;
    } 
    #magicproduct_embedded { 
       position:relative;
        width: 325px; 
        height: 150px; 
        background-color: #ccccFF; 
         border: 1px solid black;
    } 
   #lowprice_embedded { 
       position:relative;
        width: 325px; 
        height: 150px; 
        background-color: #FF6666; 
         border: 1px solid black;
    } 
   
    #picture_product { 
        position: relative; 
        top: 10px; 
        left: 5px; 
        width: 150px; 
        z-index: 0; 
    } 
    #picture_promo { 
        position: absolute; 
        top: 10px; 
        left: 5px; 
        width: 150px; 
        z-index: 1; 
    } 
     #picture_occasion { 
        position: absolute; 
        top: 100px; 
        left: 16px; 
        z-index: 1; 
    } 
    #title { 
        position: absolute; 
        top: 10px; 
        left: 165px; 
        width: 160px; 
        font-weight: bold;
    }     
     #price { 
        position: absolute; 
        top:105px; 
        left: 165px; 
        width: 160px; 
        line-height:18px;    
        }
        
        

/* SMALL PICTURE */
.pictureSmallDIV {
	position:relative;
	padding:0;	
}
.pictureSmallDIV .picture{
	width:100px;
	padding:0;
	border-style: solid;
	border-color: #CCCCCC; 
	border-width: 2px;
}
.pictureSmallDIV .secondPicture IMG{
	position: absolute;
	top:70px;
	left:4px;
	border-style: none;
	
}


/* TINY PICTURE */
.pictureTinyDIV {
	position:relative;
	padding:0;	
	width:80px;
}
.pictureTinyDIV .picture{
	width:80px;
	padding:0;
	border-style: solid;
	border-color: #CCCCCC; 
	border-width: 2px;
}
.pictureTinyDIV .secondPicture IMG{
	position: absolute;
	top:65px;
	left:-5px;
	border-style: none;
	
}

/* TINY PICTURE */
.pictureBigDIV {
	position:relative;
	padding:0;	
	width:120px;
}
.pictureBigDIV .picture{
	width:120px;
	padding:0;
	border-style: solid;
	border-color: #CCCCCC; 
	border-width: 2px;
}
.pictureBigDIV .secondPicture IMG{
	position: absolute;
	top:90px;
	left:15px;
	border-style: none;
	
}

