* {
	margin: 0;
	padding: 0;
	}

body, html { 
    overflow-x: hidden;  
    margin:0;
    padding:0;
    height: 100%;
    width: 100%; 
        }

.mandatory_red
	{
    color: red;
	}

body {
    background-color:#ffffff;
    font-family: century gothic;
    font-size: 11px;
    color: #515151;
    height: 100%;   
    }
    
html {
	height: 100%;
	}

#page {  
    position:absolute;
    left: 50%;
    margin-left: -500px;
    padding:0px; 
    top:0px;
    width:1000px;
}



/*HEADER*/

#logo {
	position: absolute;
	left: 0px;
	top:0px;
	}

#menu_panel {
	position: absolute;
	left: 343px;
	top:0px;
	width: 657px;
	height: 170px;
    background-image: url("/sites/images/background_header.jpg");
    background-repeat: no-repeat;	
	}
	
/*MENU HAUT*/

#menu_contenu {
	position: absolute;
	top:93px;
	left: 135px;
	
	}
	
#menu_contenu ul li {
	float: left;
	display: inline;
	list-style: none;
	}	
	
#menu_contenu ul li a {
	display:block;
	font-size: 12px;
	text-decoration: none;
	color:white;
	padding: 0 13px 0 13px;
	}
	
#menu_contenu ul li a:hover {
	color:#dd552b;
	}			
	
/*RECHERCHE*/

#recherche {
	position: absolute;
	top:10px;
	left: 520px;
	}	
	
#recherche_input {
	position: absolute;
	top:0px;
	left:0px;
	}
	
#recherche_bouton {
	position: absolute;
	top:0px;
	left:100px;
	}
	
/*MENU GAUCHE*/

#menuGauche {
	position: absolute;
	left: 0px;
	top:170px;
	width: 225px;
	min-height: 354px;
    background-image: url("/sites/images/background_menu_gauche.gif");
    background-repeat: no-repeat;	
    background-color: #535152;
	}
	
table#categorie {
	width: 225px;
	}	
	
td.menu_header {
	color:#dd552b;
	font-size:18px;
	font-weight:bold;
/*border :1px solid red;*/
	text-align: center;
	padding-bottom: 25px;
	padding-top: 10px;
	}


#menu ul.menu li {
	list-style: none;
	padding-left: 22px;
	width: 185px;
	margin:18px 0 0px 0;
	}
	
#menu ul.menu li {
	list-style: none;
	padding-left: 22px;
	width: 185px;
	border-bottom: 1px dotted white;
	}
	
#menu ul.menu li a {
	font-size: 12px;
	text-decoration: none;
	color: white;
	}	
		
	
#menu ul.menu li.selected a  {
	font-size: 12px;
	text-decoration: none;
	color: #dd552b;
	}	
	
#menu ul.menu li a:hover  {
	color: #dd552b;
	}		
	
/*SOUS MENU*/

#menu ul.menu ul li {
	list-style: none;
	padding-left: 22px;
	width: 185px;
	margin:0px 0 0px 0;
	}

#menu ul.menu ul li {
	border-bottom: 0px dotted white;
	}

#menu ul.menu ul li a  {
	font-size: 11px;
	}

#menu ul.menu ul li.selected a  {
	font-size: 11px;
	}				
	
	
/*ESPACE CLIENT*/

td.menu_header2 {
	color:#dd552b;
	font-size:18px;
	font-weight:bold;
/*border:1px solid red;*/	
	text-align: center;
	height: 70px;
	padding-bottom: 0px;
	padding-top:20px;
	}
	
/*PANIER*/

#panier {
	border-bottom: 1px dotted white;
	padding-left: 22px;
	width: 185px;
	margin-bottom: 10px;
	}
	
img#panier_img {
	float: left;
	display: block;
	padding-top: 3px;
	}	
	
#panierLien a {
	padding-left:5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color:white;
	}		

/*MON COMPTE*/

#monCompte {
	margin-top:5px;
	margin-left:20px;
	color:white;
	}
	
td#input_label {
	text-align: right;
	padding-right: 5px;
	}	

input.champFormMonCompte {
	width: 100px;
	} 
 
a#btn_form_connexion {
	margin-top:5px;
	margin-left:22px;
	display: block;
    background-image: url("/sites/images/btn_connexion.gif");
    background-repeat: no-repeat;
    text-align: center;
    width: 163px;
    height: 22px;
    font-size: 14px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding-top: 2px;
    cursor: pointer;
	}
	
 #content a#gros_bouton, #content a#btn_form_connexion, #content .boutonMonCompteContenu a {
	margin-top:5px;
	margin-left:22px;
	display: block;
    background-image: url("/sites/images/btn.gif");
    background-repeat: no-repeat;
    text-align: center;
    width: 203px;
    height: 22px;
    font-size: 14px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding-top: 2px;
    cursor: pointer;
	}	
	
a#tres_gros_bouton {
    margin-left:0px;
    display: block;
    background-image: url("/sites/images/btn_big.png");
    background-repeat: no-repeat;
    text-align: center;
    width: 213px;
    height: 21px;
    font-size: 14px;
    font-family: arial;
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding-top: 3px;
    cursor: pointer;
    } 
    	 
	
a#gros_bouton {
    margin-left:0px;
    } 
    	
	
a#btn_form_connexion:hover, #content a#gros_bouton:hover, #content a#btn_form_connexion:hover, #content .boutonMonCompteContenu a:hover {
    color: #f4b6a3;
    } 
    
.boutonMonCompteContenu input {
    background-image: url("/sites/images/btn_contact.gif");
	background-repeat: no-repeat;
	width: 141px;
	height: 21px;
	padding-bottom:3px;
	border:0px;border:none;
	text-decoration: none;float: left;
	text-align: center;
	cursor: pointer;
    font-size: 14px;
    font-family: arial;
    color: white;
    font-weight: bold;
    background-color: transparent;
}
    
#menuMonCompte {
	margin-top: 3px;
	text-align: center;
	margin-right:20px;
	width: 180px;
    }    	
    
#menuMonCompte a {
	color:white;
	font-size: 11px;
	text-decoration: none;
	}    
	
#menuMonCompte a:hover {
    text-decoration: underline;
    }	
    
/*CONTENT*/   

#content_panel {
	position:absolute;
	width: 775px;
    background-image: url("/sites/images/background_content_panel.jpg");
	background-repeat: no-repeat;
	top:170px;
	left: 225px;
	}
	
#content {
	margin-left: 15px;
	margin-top: 55px;
	margin-right: 15px;
	}	
	
/*LISTE PRODUIT*/

#ListeProduits {
	width: 330px;
	float: left;
	margin-right: 15px;

	}

#ListeProduits .ProduitPetit {
	float: left;
	width: 100px;
	margin-left: 5px;
	margin-right: 5px;
	height: 150px;
	margin-bottom: 25px;
	/*border: 1px solid red;*/
	}
	
#ListeProduits table  {
	width: 100px;
	height:130px; 
	}
	
#ListeProduits td {
	border:1px solid #a9a9a9;
	}
	
	
#ListeProduits td:hover {
	border:1px solid #dd552b;
	}	
	
#ListeProduits .refProduit {
	width:100px;
	height:18px;
	border-bottom: 1px dotted #b6b6b6;
	
	}
	
#ListeProduits .refProduit a.LIEN_ref {
	line-height:20px;
	font-size: 10px;
	letter-spacing:-1px;
	text-decoration: none;
	color: #535152;
	width: 50px;
	overflow: hidden;
	}
	
#ListeProduits .refProduit a.LIEN_ref:hover {
	color: #dd552b;
	}	
	
#ListeProduits .refProduit .LIEN_commander img {
	border: 0px;
	float: right;
	padding-top: 5px;
	}
		
	
			
	
/*PAGE*/

#numPages {
	width: 330px;
	text-align: center;
	color:#dd552b;
	font-size: 14px;
	/*border:1px solid green;*/
	}
	
#content #numPages a {
	color :#535152;
		font-size: 11px;
		text-decoration: none;
	}	
	
#content #numPages a:hover {
	color :#dd552b;
	}
	
#content #numPages .separation {
		color:#535152;

	}
	
a#page_prec, a#page_suiv img {
	
	margin-top: 3px;
	}	
						
	
/*PRODUIT DETAIL*/

#produitDetail {
	margin-left:345px;
	width: 415px;
	}	
	
#ficheProduitRef {
	font-size: 14px;
	float: left;
	color: #535152;
	}
	
#content #ficheProduitPanier a {
	display:block;
	width: 138px;
	height: 52px;
	font-size:12px;
	color:#535152;
    background-image: url("/sites/images/panier_detail.gif");
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 35px;	
	padding-top: 30px;
	float: right;
	margin-top: 5px;
	}	
	
#content #ficheProduitPanier a:hover {
	color: #dd552b;
	}	


  
/*BOTTOM*/

#bottom {
	position: absolute;
	width: 775px;
	height: 30px;
	text-align: center;
	}  
	
#bottom a {
	font-size:10px;
	color:#aaaaaa;
	}   	  

/*ACTU*/


#menu ul.menu li a span.actu {
	font-size: 12px;
	color: #dd552b;	
	}
	
.menuGaucheActu td.menu_header {
	padding-bottom: 40px;
	padding-top: 20px;
	}	
	
.menuGaucheActu #menu ul.menu li {
	list-style: none;
	width: 185px;
	margin:7px 0 0px 0;
	padding-bottom:7px;
	padding-left: 22px;
	border-bottom: 1px dotted white;
	}
	
		
	
#title  {
	position: absolute;
	left: 15px;
	top:15px;
	width: 745px;
	}	
    
  


  
  



    
       	    	  	   
	
/*TABLEAU*/

.tableau_donnees {
	border-left: 1px solid #DD552B;
	border-bottom: 1px solid #DD552B;
	}
	
.tableau_donnees tr td, .tableau_donnees th {
    padding: 4px;
    }   	
	
.tableau_donnees tr td {
    border-right: 1px solid #DD552B;
    border-top: 1px solid #DD552B;
    text-align: center;
    }	
    
.tableau_donnees tr td.total, .enteteTableau, .summaryOrder {
    text-align: right;
    font-weight: bold;
    }       
    
.tableau_donnees th {
    background-color:  #DD552B;
    color: white;  
    text-align: center;
    } 
	
	
/*formulaire contact*/

#form_contact table tr td {
	height: 40px;
	}
	
#form_contact {
	font-size: 12px;
	}	
	
#content #form_contact #btn_contact {
	display:block;
	width:174px;
	height:84px;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
    background-image: url("/sites/images/btn_contact.gif");
	background-repeat: no-repeat;
	color: white;
	padding-top: 27px;
	}
	
.boutonMonCompteContenu input {
	display:block;
	width:174px;
	height:84px;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
    background-image: url("/sites/images/btn_contact.gif");
	background-repeat: no-repeat;
	color: white;
	padding-top: 0px;
	}
	
#content #form_contact a#btn_contact:hover,.boutonMonCompteContenu input:hover {
	color: #DD552B;
	}	
	
.obligatoire {
	color: #DD552B;
	}
	
.ligneTableau {
	height: 30px;
	}	
	
.commentaires {
	font-weight: bold;
	}	
						             
        
/*MISE EN PAGE*/
a img {
	border: none;
	}
	
h1 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	}	
	
h2 {
    margin: 0;
    padding: 0;
	color: #DD552B;
	font-size: 14px;
	margin-bottom: 10px;
	}
	
h3 {
    color:#DD552B;
    margin:0;
    padding:0;
    font-size:14px;
    }	
    
#content ul {
  	margin-left: 15px;
	}  
	
#content a {
    color: #DD552B;
    }  	
    
#content a:hover {
    color: #e19179;
    } 
    
.highlight {
    color:#bc188c;
    }   
    
       
        
	
	
	  
	
		



