img {
    border: 0;
}

body {
    padding:0;
    margin:0;
    background-color: white;
    background-image: url("/sites/templates/images/background.jpg");
    background-repeat:repeat-x;
    font-family: arial;
    font-size: 12px;
    background-color: #333333;
}

#page {
    position: absolute;
    left: 50%;
    margin-left: -450px;
    padding: 0px;
    top: 0px;
    width: 900px;
}

a, #content a {
    text-decoration: underline;
    
}

#logoIndex {
	position: absolute;
	top:0px;
	left: 240px;
	}
	
ul.topnav {
	position: absolute;
    padding:0;
    margin:0;	
    left: 450px;
    top:25px;
	}
	
ul.topnav li {
    list-style-type: none;
    background-image: url("/sites/templates/images/puce_menu.gif");
    background-repeat:no-repeat;
    line-height: 11px;
    padding-bottom: 10px;
    }
    
ul.topnav li a {
    padding-left: 25px;
    font-size: 11px;
    font-weight: bold;
    color:white;
    text-decoration:none;
    }  
    
ul.topnav li a:hover {
    text-decoration:underline;
    }            		

#intro {
    position: absolute;
    padding:0;
    margin:0;   
    top: 170px;
	}
	
#barre {
    position: absolute;	
    background-image: url("/sites/templates/images/barre_index.gif");
    background-repeat:repeat-x;
    height: 5px;
    width: 900px;
    top: 170px;    
	}  
	
#content_index {
    position: absolute;    
	font-family: century gothic, arial;
	top: 590px; 
	font-size: 14px;
	color:#e68970;
	text-align: center;
	width: 900px;
	letter-spacing: 4px;
	}	  