/*////////////////////////////////////////////////////////
///////////////////// MENULEFT /////////////////////*/

div#menuleft {
    border:0px solid #fff;
    background: url('../img/menuleft/bas.png');
    background-repeat:no-repeat;
    background-position:bottom;
    background-color:#363533;
    width:270px;
    float:left;
}

/*////////////////////////////////////////////////////////
///////////////////// MENUPRATIQUE /////////////////////*/
div.menupratique {   
    background-repeat:no-repeat;
    width:270px;
    padding-top:6px;       
}
div.menupratique {
    margin-left:4px;
}
div.menupratique ul li {    border:0px solid #fff;
    background: url('../img/menupratique/background_li.png');
    margin-top:3px;
    margin-left:3px;
    height:36px;
    width:256px;
}
div.menupratique ul li:hover {
    background: url('../img/menupratique/background_lihover.png');
}
div.menupratique ul{
    padding:0px 0px 0px 0px;
}
div.menupratique li a{
    font-size:14px;
    display:block;
    height:25px; 
    text-decoration:none;
    color:#fff;
    text-align:left;
}
div.menupratique li:hover {
    color:#fff;
    text-decoration:underline;
}
div.menupratique li a img{
    float:left;
}
div.menupratique li a span{
    float:left;
    margin:12px 0px 0px 10px;
    font-size:13px;
}


/*////////////////////////////////////////////////////////
///////////////////// TEXTE_ACCUEIL /////////////////////*/

div#texte_accueil {    
    margin-left:7px;
    background: url('../img/menuleft/texte_accueil.png');
    background-repeat:no-repeat;
    width:256px;
    height:161px;
    margin-top:20px;
}
div#texte {
    margin-left:7px;
    background: url('../img/menuleft/texte.png');
    background-repeat:no-repeat;
    width:256px;
    height:161px;

}
div#newsletter {
    margin-left:7px;
    background: url('../img/menuleft/newsletter.png');
    background-repeat:no-repeat;
    width:256px;
    height:160px;

}
div#label {
    border:0px solid #000;
    margin-left:7px;
    background: url('../img/menuleft/label.png');
    background-repeat:no-repeat;
    width:256px;
    height:220px;
}
div#partenaires {
    border:0px solid #000;
    margin-left:7px;
    background: url('../img/menuleft/partenaires.png');
    background-repeat:no-repeat;
    width:256px;
    height:220px;
}
div#imagebas{
    margin-bottom:0px;
}
input{
    margin-left:10px;
}

