/**
* Feuille de style CSS destinée à la mise en page des conditions de vente
*/

#main_cadre
{
    font-weight : normal;
}

#main_cadre p
{
    text-align : justify;
    text-indent : 20px;
    margin : 5px 0;
    font-size : 0.9em;
}

#main_cadre .retour_haut_page
{
    text-align : right;
    padding : 10px;
    font-weight : bold;
}


#main_cadre h3
{
    font-weight : bold;
    margin-top : 20px;
}


#main_cadre h2
{
    font-weight : bold;
    margin-top : 20px;
    margin-bottom : 30px;
    text-align : center;
}



#main_cadre ol, #main_cadre ul
{
    margin-top : 20px;
    margin-left : 40px;
}

#main_cadre dd
{
    margin-bottom : 10px;
}