ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  color: #ffffff;   
  text-decoration: none;
}

a:hover
{
  color: #00aeef;
  text-decoration: underline;
}

a:active
{
  color: #00aeef;
  text-decoration: underline;
}
body
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background-color:#969996;
}

    
#profil {
    position: absolute;
    top:0px;
    left:0px;
    width:223px;
    height:160px;
    background-image:url(/clubs/profil.jpg);
    float:left;
}

#profil .img_compte{
    position:absolute;
    top:5px;
    left:5px;
    width:52px;
    height:41px;
}
#profil .titre_compte{
    position:absolute;
    top:5px;
    left:70px;
    width:150px;
    height:30px;
}
#profil .texte_compte{
    position:absolute;
    top:32px;
    left:70px;
    width:150px;
    height:25px;
    line-height:25px;
    color:#ffffff;
    font-size:12px;
}

#profil .img_profil{
    position:absolute;
    top:50px;
    left:5px;
    width:52px;
    height:42px;
}
#profil .texte_profil{
    position:absolute;
    top:80px;
    left:70px;
    width:150px;
    height:30px;
    line-height:15px;
    color:#ffffff;
    //font-weight:bold;
    font-size:12px;
    
}
#profil .img_panier{
    position:absolute;
    top:100px;
    left:5px;
    width:52px;
    height:43px;
}

#profil .titre_panier{
    position:absolute;
    top:110px;
    left:70px;
    width:150px;
    height:20px;
    
    
}


#profil .texte_panier{
    position:absolute;
    top:130px;
    left:70px;
    width:150px;
    height:30px;
    line-height:15px;
    color:#ffffff;
    //font-weight:bold;
    font-size:12px;
    
}