*{
        margin:0px;
        padding:0px;
    }

    body{
        font-family:arial;
        font-size:0.8em;
        color:#666666;
        background-color: #dbdbdb;
    }

    td{
        font-family:arial;
        font-size:0.9em;
        color:#ffffff;
    }


    .modulo_1{
       background-color: #6AAFA1;
    }
    .modulo_2{
       background-color: #4A9E8C;
    }
    .entete_tab_liste_recherche{
       background-color: #E5571A;
       height:25px;
    }
    .entete_etape_commande{
       background-color:#105647;
       height:45px;
    }

    .but{
       color:#ffffff;
       font-weight:bold;
       background-color:#E5571A;
       border:1px solid #E5571A;
    }

    .but_disabled{
       color:#E68961;
       font-weight:bold;
       background-color:#E5571A;
       border:1px solid #E5571A;
     }

    a{
        color:#E5571A;
        font-size:1em;
        text-decoration:none;
    }
    a:hover{
        text-decoration:underline;
    }

    p{
       padding-bottom:8px;
    }


    img, div, a, input { behavior: url(/iepngfix.htc) }


    hr{
       color: #F86728;
       background-color: #F86728;
       height: 1px;
       border: 0;
    }



    .lienFiche { font-weight:bold;font-family:arial; font-size:1.2em; color:#ffffff;}






    .wrapper{
        clear:both;
        height:1px;
    }

    #conteneur {
        width:962px;
        margin:0 auto;
        background-color: #ffffff;
    }



    #bandeau{
        border:0px solid red;
        width:100%;
        background-image:url(/template/img/header2.png);
        background-repeat:no-repeat;
        background-position:center top;
        background-color: #ffffff;
    }





    #nav_haut{
        position:relative;
        top:186px;
        border:0px solid purple;
        text-align:right;
    }

    #nav_haut a {
        color:#ffffff;
        text-decoration:none;
        font-weight:bold;

    }




    /************************************************************/


    div#col_gauche {
         border:0px solid red;
         float: left;
         width: 175px;
         background-color:#ffffff;
         margin-right: 10px;
         margin-top:290px;

    }
    #menu_gauche{
       text-align:right;

    }




    #menu_nav_catalogue{
       text-align:left;
       padding-left:20px;
       margin-left:20px;
       padding-top:0px;
       background-color:#dbdbdb;
    }

    #menu_nav_catalogue li{
       list-style-type:none;

    }
    #menu_nav_catalogue a{
        color:#000000;
        font-size:0.8em;
        font-weight:bold;
        text-decoration:none;
        text-transform:uppercase;
    }



    #menu_nav_recherche{
       text-align:left;
       padding-left:0px;
       margin-left:18px;
       padding-top:0px;

    }


    #menu_nav_conseil{
       text-align:left;
       padding:10px;
       margin-left:18px;
       color:#000000;
       background-color:#dbdbdb;
       font-size:0.9em;
    }



    /**************************************************************/

    div#col_droite {
         float: right;
         width: 185px;
         margin-left: 10px;
         background: #ffffff;
         border:0px solid green;
         margin-top:190px;
    }
    #menu_droite{

    }
    #menu_droite li{
       text-align:right;
       list-style-type:none;
       padding-right:8px;
       padding-top:8px;
    }

    #menu_droite a{
        color:#E5571A;
        font-size:0.9em;
        font-weight:bold;
        text-decoration:none;
    }



    /**********************************************************/


    div#col_centre {
         margin-top:207px;
         overflow: hidden;
         background-color: #2A8D78;
         padding:20px;
         color:#ffffff;
         background-image:url(/template/img/coins_accroche.png);
         background-repeat:no-repeat;
         background-position:left top;
         min-height:510px;


    }

    #col_centre ul {
       list-style-type:none;
       padding-left:30px;
    }

    #col_centre a{
        color:#ffffff;
        font-size:0.9em;
        font-weight:normal;
        text-decoration:none;
    }

    /**************************************************************/

    #pied{
       height:50px;
       padding-top:2px;
       padding-left:20px;
       padding-right:20px;
       padding-bottom:20px;
       background-color:#ffffff;
       margin:0px;

    }
    #coordonnees_pied{
       float:left;
       height:30px;
       padding:10px;
       background-color:#dbdbdb;
       color:#F86728;
       font-size:0.9em;
    }

    #lien_pied{
       height:30px;
       line-height:30px;
       padding:10px;
       background-color:#dbdbdb;
       color:#F86728;
       font-size:0.9em;
       text-align:right;
       vertical-align:middle;
    }


    .boite_login{
        height:300px;
        background-color: #6AAFA1;
    }


    .boite_login td{
       font-size:1em;
    }

    .boite_login a:link{
       font-size:1em;
    }