//PARTIE GAUCHE
 
#home{
    position:relative;
    width:119px;
    height:84px;
    z-index:10;
}

#langues {
    position:relative; 
    margin-top:5px;
    margin-left:5px;
    width:110px; 
    height:15px;
}

#securite{
    position:relative;
    margin-top:15px;
    width:119px;
    height:24px;
    text-align:center;
    font-family: verdana;
    
}

#recherche{
    position:relative;
    margin-top:5px;
    width:119px;
    height:20px;
    text-align:center;
    font-family:arial;
    font-size:11px;
    color:#ffffff;
    line_height:20px;
}


#img_menu{
    position: relative;
    width:118px;
    height:290px;
    background-image:url('/charte/club/main/menu_1_vide.png');
    z-index:5;
}

 #texte_menu {
    
    font-weight: bold;
    color:#000000;
    font-size:11px; 
    text-align:center; 
    line-height:14px;
    z-index:8; 
    
}


#menu1{
    position:absolute;
    width:105px;
    
    top:220px;
    left:0px;
    z-index:6; 
    
    
}

#menu1 a {
	color: #ffffff;	
}

#menu1 a:hover{
	color: grey;	
	text-decoration: none;
}


 #tache_blanche{
    position: absolute;
    width:104px;
    height:148px;
    bottom:125px;
    left:2px;
    background-image:url('/charte/club/main/tache_blanche.png');
 }
 #rubriques {
    position:absolute;
    left:3px;
    top:0px;
    font-family: Verdana;
    font-size:10px;
    line-height:12px;
 	text-decoration: none;
    width:180px;
}
#rubriques a {
	color: #ffffff;	
    text-decoration: none;
}

#rubriques a:hover{
	color: #ffff00;	
	text-decoration: underline;
}


#sous_menu{
    position:absolute;
    width:119px;
    height:131px;
    bottom:3px;
	left: 0px;
}

#sous_menu .guide{
    width:22px;
    height:30px;
    }

#sous_menu .livraison{
    width:22px;
    height:22px;
    }

#sous_menu .echange{
    width:25px;
    height:22px;
    }

#sous_menu .madewis{
    width:25px;
    height:25px;
    }

#sous_menu .paiement{
    width:22px;
    height:22px;
    }

#sous_menu .nom_sousmenu{
    position : absolute;
    top:5px;
    left: 30px;
    width:89px;
    height:131px;
    float:right;
    list-style: none;
    }

#sous_menu .nom_sousmenu li{
    line-height:23px;
    list-style: none;
}

 