
body {    
    background:#ffffff url(./../../resources/images/fond-body.gif) center top no-repeat;    
    background-attachment: fixed;
    font-size: 10px;
    font:1em Arial, Helvetica, sans-serif;    
    color: #5f6062;
    margin: 10 px; 
    padding:0 0 10px 0;
    width: 100%;
    position: center;
}

#top {
    position: relative;
    background-color:#ffffff;   
    border-top:solid 2px #848587; 
    border-bottom: solid 2px #848587; 
    border-left:solid 2px #848587; 
    border-right:solid 2px #848587; 
    
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    
    margin: 10px 10px 10px 10px;
    padding:10px 10px 10px 10px;
}

#bottom {   
    float: center;
    background-color: #ffffff;   

    border-top:solid 2px #848587; 
    border-bottom: solid 2px #848587;
    border-left:solid 2px #848587; 
    border-right:solid 2px #848587; 

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

    margin: 10px 10px 10px 10px;
    padding:10px 10px 10px 10px;    
}
/*
#bottom a:link, #top a:visited {
    color: #8bc53f;
    font-weight : bold;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
}

#bottom a:link:hover, #top a:visited:hover  {
    color: black;
    font-weight : bold;
    text-decoration : underline;
}
*/

#left {
    float: left;   
    background-color: #ffffff; 
    padding: 5px;
    width: 0px;
    heigth: 750px;
}

#right {
    float: right;
    background-color: #ffffff;
    padding: 5px;
    width: 150px;
}

#content {
    position: relative;
    background-color: #ffffff;
    padding: 5px;

}
/*
#top a:link, #top a:visited {
    color: #8bc53f;
    font-weight : bold;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
}

#top a:link:hover, #top a:visited:hover  {
    color: black;
    font-weight : bold;
    text-decoration : underline;
}*/