

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

.justify {	
	text-align:justify;
}

.where  {
	font-family:Arial;
	font-size:12px;
	margin-bottom:10px;
	color: #993366;
}
.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:#993366;
}
 
a:hover {
	text-decoration:underline;
}



.stepOn {
	font-size: 15px;
	color: #993366;
	padding-bottom:10px;
	margin-bottom:10px;
}

.stepOff {
	font-size: 12px;
	color: #FFCCCC;
	margin-bottom:10px;
}


.bordercolor1 {
	border-color: #FFCCCC;
}
.bgcolor1 {
	background-color:#FFCCCC;	
}
.bordercolor2 {
	border-color: #4189ca;
}
.bgcolor2 {
	background-color:#4189ca;	
}
.bordercolor4 {
	border-color: #993366;
}
.bgcolor4 {
	background-color:#993366;	
	
}
 
h1  {
	margin-bottom:10px;
	font-size:20px;
	font-weight: normal;
	font-family:"Monotype Corsiva",Kartika,"Comic sans MS",verdana;
	color:#993366;
	background-color:#FFF2F2;
	padding-left:10px;
	
}

h2  {
	margin-bottom:10px;
	font-size:20px;
	font-weight: normal;
	font-family:"Monotype Corsiva",Kartika,"Comic sans MS",verdana;
	color:#993366;
	background-color:#FFF2F2;
	padding-left:10px;
	
}
h3  {
	margin-bottom:10px;
	font-size:15px;
	font-family:"Monotype Corsiva",Kartika,"Comic sans MS",verdana;
	color:#993366;
	background-color:#FFCCCC;
}

h4  {
	margin:0px;
	padding:2px; 
	height:10px;
	font-size:10px;
	background-color:#FFCCCC;
}
h5  {
	margin:0px;
	
	font-size:10px;
	background-color:#FFF2F2;
	font-weight:normal;
	padding:2px;
	font-weight: bold;
}

.confirmation  { 
	color:#EC9503;
	
}
.header1, .header1 a, .header1 a:hover {
	font-size:20px;
	font-family:"Monotype Corsiva",Kartika,"Comic sans MS",verdana;
	color:#993366;
	background-color:#FFCCCC;	
	padding:3px 3px 3px 3px;
	
	
	
}



#logo  { 
	/*position: absolute; 
	top: 10px; 
	left: 10px; */
	margin: 0px; 
	font: 9pt/29pt;
	line-height:35px;
}

#logo img {
	border-style:none
}


.catOn, .catOn A  {
	font-family:"Monotype Corsiva",Kartika,"Comic sans MS",verdana;
	font-size:20px;
	color:#FF9999;	
	text-decoration:none;
	
}
.catOff, .catOff A   {
	font-family:"Monotype Corsiva",Kartika,"Comic sans MS",verdana;
	font-size:20px;
	color:#993366;	
	text-decoration:none;
	
}

.catFirstLetter  {
	font-size:40px;	
	text-decoration:none;
}

#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 {	
	margin:10px;
	width:160px;
	
	text-align:left;
	font-size: 10px;
	border: 1px solid;
}

.boxInformation .content{
	padding:10px;
}

.boxInformation form {	
	margin:0;
	padding:0;
}

.boxInformation .small_product_price {
	font-size: 10px;
	font-weight: bold;
	color:red;	
}

.boxInformation .title {
	padding:3px;
	font-weight: bold;
	margin:0px;
	text-align:left;		
	font-size: 12px;
	color:white;

}
.boxInformation ul {
	margin-left:15px;
	margin-top:5px;
	padding:0px;
}
.boxInformation li {
	
}




/********************  FORMULAIRE
*/
#admin_form span.label  {
	display:block;		
}

#admin_form span.action  {
color:blue;

}
#admin_form SELECT  {
font-size:10px;

}

/* basic elements */
body  {
	
	margin: 0px; 
	font-family:verdana;
	font-size:11px;
	
	background: url(/custom/images/fond.jpg) no-repeat fixed;
	color:#993366;
	background-position: top; 
	
	
}

.bodySite {

	padding:20px;
	margin-top:20px;
	border:solid 1px #FFCCCC;

}



/****************   SPEC
*/
.specList  {	
	font-family: Verdana, sans-serif;
	text-align: left;
	font-size: 9pt;
}

.specList1 TH {
	font-weight: bold;
	color:#993366;
	padding-left:10px;
	padding-right:10px;
}
.specList2 TH {
	font-weight: bold;
	color:#993366;
	padding-left:10px;
	padding-right:10px;
}
.specList H4 {
	font-size: 10pt;
}
.specList1 TD {
	color:black;
	background-color: #FFF2F2;
	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;
	 
}

.pictureSmall  {
	border-style: solid;
	border-color: #CCCCCC; 
	border-width: 2px;
	width:120px;
}

.pictureTiny  {
	border-style: solid;
	border-color: #CCCCCC; 
	border-width: 2px;
	width:80px;
}
/*********Product Detail
*/
.productDetail  {
	padding: 5px;
	margin:5px;
}

.productDetail .left {
	text-align:center;	
	/*float:left;*/
	
	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;
	text-align:center;
	padding-left:10px;
	

		
}

.productDetail span.photo img {	
	margin: 0px 10px 0px 0px;

}
.productDetail .product_price {
	font-size: 10px;
	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;
	font-family:"Monotype Corsiva",Kartika,"Comic sans MS",verdana;
	color:#993366;
	font-size: 18px;
	
}

/*********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;	
}
.small_product_price {
	font-size: 1Opx;
	
	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;

}






/**************** 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;
	 padding-top:40px;
 }
 
 
 
 .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, .menu_h span H1 {	
	color:#993366;
	font-size:13px;
	padding:2px;
}

.menu_h span A:hover,.menu_h H1 A:hover {
	color:#993366;
	font-size:13px;	
}






/********************  GRAND
*/

.block  {	
	width: 100%;
}

.block fieldset  {
    border: 1px solid #ffcccc;
    margin-bottom: 20px;
}

.block  > fieldset  {
    background: none;
}

.block legend  {  	
    font-size: 20px;
    color: #993366;
    padding-right: 5px;
    margin: 0 0 0 0;    
    font-family:"Monotype Corsiva",Kartika,"Comic sans MS",verdana;
}

.block legend P:first-letter  {
    font-size:40px;    
}

.block .content {
	padding:30px;
	text-align:left;
	color:#993366;
}

.block .content LI{
	padding-bottom:10px;
	
	
}

ul {
	list-style: url( "/custom/images/arrow-right.gif" );
	
}

select {
	font-size:10px;
	font-family:verdana;
}


.block .catTitle {
	text-align:center;
}

.block .sousCat, .block .sousCat A  {
	text-align:left;
	color:#FFCCCC;
}

/****************   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;
	background-color: #FFCCCC;
	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: #FFF2F2;
	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;
	font-family: Arial, sans-serif;
}
.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:180px;
}
.pictureBigDIV .picture {
	
	padding:0;
	border-style: solid;
	border-color: #CCCCCC; 
	border-width: 2px;
}
.pictureBigDIV .secondPicture IMG {
	position: absolute;
	top:90px;
	left:15px;
	border-style: none;
	
}

.help {
	color : blue;

}

.error {
	color : red;
}

/* FORM*/

.formHeader {
	margin-bottom:10px;
	font-size:20px;
	font-weight: normal;
	font-family:"Monotype Corsiva",Kartika,"Comic sans MS",verdana;
	color:#993366;
	background-color:#FFF2F2;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
}

.formLabel {
	margin-bottom:10px;
	font-size:10px;
	font-weight: normal;
	font-family:"verdana";
	color:#993366;
	background-color:#FFF2F2;
	padding-left:10px;
	 
}
