img {
    border: 0;
}

body {
    padding:0;
    margin:0;
    background-color: white;
    background-image: url("/sites/templates/images/background_repeat.gif");
    background-repeat:repeat;
    font-family: arial;
    font-size: 13px;

}

#page {
    position: absolute;
    left: 50%;
    margin-left: -440px;
    padding: 0px;
    top: 0px;
    width: 880px;
}

a, #content a {
    text-decoration: underline;
    color: #6e7c87;
    font-weight: bold;
}

#header {
	position: absolute;
	left: 40px;
    top:0px;
	width: 800px;
	height: 340px;
    background-image: url("/sites/templates/images/header.jpg");
    background-repeat:no-repeat;
	}
	
#logo {
    position: absolute;
    left: 0px;
    top:0px;
    }	
    
ul.topnav {
	margin: 0;
	padding: 0;
	position: relative;
	float: right;
	top:274px;
	}  
	
ul.topnav li {
    
    } 
    
ul.topnav li a {
    display: block;
    background-image: url("/sites/templates/images/menu_puce.gif");
    background-repeat:no-repeat;
    background-position: 0px 27px;
    padding-left: 35px;
    padding-top:24px;
    padding-right: 20px;
    font-style: italic;
    font-weight: bold;
    color: #5a5a5a;
    border-left: 1px solid #d3d3d3;
    height: 42px;
    text-decoration: none;
    font-size: 16px;
    }
    
ul.topnav li a:hover {
    display: block;
    background-image: url("/sites/templates/images/menu_puce_hover.gif");
    background-repeat:no-repeat;
    background-position: 0px 27px;
    }
    
#background_content {
	position: absolute;
	left: 40px;
	top:340px;
	width: 800px;
	background-color: 800px;
	}  
	
#background_content {
    position: absolute;
    left: 40px;
    top:340px;
    width: 800px;
    background-color:white;
    background-image: url("/sites/templates/images/background_content.jpg");
    background-repeat:no-repeat;
/*height: 800px;*/    
    }   
    
#title {
    position: absolute;
    left: 40px;
    top:0px;
    width: 720px;
    top:15px;
	}   
	
#content {
    position: absolute;
    left: 40px;
    top:80px;
    width: 720px;
    } 
    
#bottom {
    position: absolute;
/*top:1140px;*/
    background-image: url("/sites/templates/images/background_bottom.png");
    background-repeat:no-repeat;
    width: 880px;
    height: 50px;
    text-align: center;
    font-size: 10px;
    padding-top: 25px;
    
	} 
	
#background_repeat {
    position: absolute;
    top:0px;
    width: 880px;
    background-image: url("/sites/templates/images/background_repeat.png");
    background-repeat:repeat-y;
/*height: 1140px;*/
	}
	
#coordonnees {
	position: absolute;
	top:251px;
	color:white;
	font-size:14px;
	font-weight: bold;
	text-align: right;
	width: 400px;
	left: 367px;
	
	}		   
    
/*---------Mise en page-------------*/

h1 {
	color: #6e7c87;
	font-size: 22px;
	font-weight: bold;
	}
	
#content li {
	list-style-image:url("/sites/templates/images/puce.gif");
    display: list-item;
    }
    
#content table#donnees {
    background-color: #f5f9ec;
    border-collapse:collapse;
    width: 100%;
    
    }   
    
#content table#donnees tr td {
    border:1px solid #7bbed9;
    text-align: center;
    font-weight: bold;
    padding:3px;
    }
    
#content table#donnees tr th {
    background-color:#7bbed9;
    color:white;
    font-weight: bold;
    text-align: center;
    border:1px solid white;
     padding:3px;
    }       
    
	
	

	