a img  {
    border: 0;
}

body {
    padding:0;
    margin:0;
    background-color: white;
    background-image: url("/sites/templates/images/background.gif");
    background-repeat:repeat;
    font-family: arial;
    font-size: 12px;

}

#background {
    padding:0;
    margin:0;
    background-image: url("/sites/templates/images/background_top.gif");
    background-repeat:repeat-x;
    height: 263px;
}


#page {
    position: absolute;
    left: 50%;
    margin-left: -460px;
    padding: 0px;
    top: 0px;
    width: 920px;
}

a, #content a {
    text-decoration: underline;
    color: #336193;
}

#header {
    position: relative;
    float: left;
    background-image: url("/sites/templates/images/header.gif");
    background-repeat:no-repeat;
    /*top:57px;*/
    left: 0px;
    height: 299px;
    width: 920px;
    }  
    
#logo {
    position: absolute;
    top:90px;
    left: 67px;
 
}    
    

ul.topnav {
        position: relative;
    float: left;
    margin: 0;
    padding: 0;
    top:0;
    height: 57px;
    left: 10px;
    width: 900px;
    }
    
ul.topnav li  {
     padding-left: 10px;
     padding-right: 10px;
     border-left: 1px dotted #ed724c;
     height: 57px;
     line-height: 57px;
    }
    
ul.topnav li.last, ul.topnav li.last_here  {
     border-left: 1px dotted #ed724c;
     border-right: 1px dotted #ed724c;
    }
    
ul.topnav li a  {
     color:white;
     font-weight: bold;
     font-size: 14px;
     text-decoration: none;
     padding-left:21px;
     padding-right: 21px;
    } 
    
ul.topnav li a:hover, ul.topnav li.here a, ul.topnav li.here_last a   {
    background-image: url("/sites/templates/images/menu_hover.gif");
    background-repeat:no-repeat;
    background-position: top center;
    }
    
#title {
    position: absolute;
    top:250px;
    left: 70px;
    
    } 
    
#background_repeat {
    position: relative;
    float: left;
    background-image: url("/sites/templates/images/background_repeat.png");
    background-repeat:repeat-y;
    /*top:356px;*/
    left: 0px;
/*height: 800px;*/
    width: 920px;
    }
    
#content_panel {
    position: relative;
    top:10px;
    left:10px;
    width: 900px;
    float: left;
    }
    
#content_top {
    position: relative;
    background-image: url("/sites/templates/images/content_background_top.gif");
    background-repeat:no-repeat;

    left: 0px;
    height:18px;
    width:900px;
    float: left;
    }
    
#content_content {
    position: relative;
    background-image: url("/sites/templates/images/content_background_content.gif");
    background-repeat:repeat-y;
    left: 0px;
    width:900px;
    float: left;
    padding-left: 42px;
    }  
    
#content_bottom {
    position: relative;
    background-image: url("/sites/templates/images/content_background_bottom.gif");
    background-repeat:no-repeat;
    left: 0px;
    width:900px;
    float: left;
    height: 30px;
    }                   
    

    
#bottom {
    position: relative;
    float: left;
    background-image: url("/sites/templates/images/bottom.png");
    background-repeat:no-repeat;
    left: 0px;
    /*top:0px;*/
    width:920px;
    height: 30px;
    text-align: center;
    padding-top: 28px;
    color:white;
    font-size: 13px;
    font-weight:bold;
    }   

#bottom a {
    color:white;
    }   
/*Mise en page*/     
    
h1 {
    font-size: 20px;
    color:white;
    font-size: 20px;
    margin: 0;
    padding: 0;
    }                       
    
#content_content_content {
    
    background-color: white;
    width: 788px;
    padding: 15px;
    border: 1px solid #ebebeb;
    font-size: 14px;
    font-weight: bold;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    color:#333333;
    }
    


ul.topnav {
    display: none;
 
    }
    
       