
HTML, BODY {
	position:absolute;
    background: #f6f6f6;
	height:150%;
	width:100%;
	overflow : auto;
}
#titre img{
        z-index: 1;
        position:absolute;
		left:180px;	
		top:30px;
        margin: 0px;
        padding: 0px;
		width:80px;
}
#titre a{
        z-index: 1;
        position:absolute;
		left:220px;	
		top:92px;
        margin: 0px;
        padding: 0px;
		font-size: 16px;
        color: black;
		font-family: "century gothic", sans-serif ;
}
#menu_1 li{
        position:relative;
		left:100px;	
		top:150px;
		width:200px;
}
#menu_1 li, #menu_1 a{
    	font-size: 16px;
		text-align: right;
		line-height : 32px;
        color: grey;
		font-family:"century gothic", sans-serif ;
		list-style-type: none;
		
}
a{text-decoration:none;}
#menu_1 a:hover{color: #f00f84;}

#images_1 img{
		position: absolute;
		left:350px;	
		top:300px;
		height:250px;
}
#images_2 img{
		position: absolute;
		left:538px;	
		top:100px;
		height:200px;
}
#images_3 img{
		position: absolute;
		left:670px;	
		top:300px;
		height:150px;
}
#images_4 img{
		position: absolute;
		left:935px;	
		top:150px;
		height:150px;
}