/* CSS Document */
/* color prune 953763 */

    /* main */
    body{
        font-family : verdana ;
        font-size : 10px ;
        background-color : #025f55 ;
    }
 
    a{
        color: #606060;
        text-decoration : none ;
     }
   
    a:hover{
        color: #953763;
        text-decoration : none ;
     }
 
    #page_haut{
        border: 0px solid;
        position: relative;
        background-image : url(../image/commun/baniere.png) ;
        background-position : center top  ;
        background-repeat : no-repeat ;
        border-bottom : 0px ;
        width: 904px;
        height : 234px;
        margin: 0 auto;
        padding : 0px ;
        z-index : 1 ;
    }

    #page_centre{
        border: 0px solid;
        position: relative;
        background-image : url(../image/commun/centre.png) ;
        background-position : center top  ;
        background-repeat : repeat-y ;
        width: 904px; 
        margin: 0 auto;
        padding : 0px ;

        
    }
      
    #page_bas{
        position: relative;
        background-image : url(../image/commun/bas.png) ;
        background-position : center top  ;
        background-repeat : no-repeat ;
        width: 904px; 
        height : 32px ;
        margin: 0 auto;
        padding : 0px ;
        border: 0px solid;
        color : #555 ;
    }



    #contenu{
        position: relative;
        margin: 0px auto;
        background-color : #ffffff;
        padding-bottom : 50px ;
        padding-top: 30px;
        width : 890px ;
        height : auto ;
        
    }

    .menu_haut{
        position: relative;
        background-image : url(../image/commun/menu_haut.png) ;
        background-position : center top  ;
        background-repeat : no-repeat ;
        width: 188px; 
        height : 14px ;
        margin: 0 auto;
        padding : 0px ;
        border: 0px solid;
    }
    
    .menu_centre{
        position: relative;
        background-image : url(../image/commun/menu_centre.png) ;
        background-position : center top  ;
        background-repeat : repeat-y ;
        width: 188px; 
        
        margin: 0 auto;
        padding : 0px ;
        border: 0px solid;
    }
    
    .menu_bas{
        position: relative;
        background-image : url(../image/commun/menu_bas.png) ;
        background-position : center top  ;
        background-repeat : no-repeat ;
        width: 188px; 
        height : 13px ;
        margin: 0 auto;
        padding : 0px ;
        border: 0px solid;
    }
    
    .bouton{
        background-image : url(../image/commun/bouton.png) ;
        background-position : center top  ;
        background-repeat : no-repeat ;
        height : 42px ;
        width : 165px ;
        padding-top : 5px ;
        font-size : 16px ;
        font-family : Comic Sans MS ;
    }
    
 
