@charset "utf-8";
/* CSS Document */

body {
	background-image: url(mesimages/paper.png);
}



#glob{
	background-image: url(mesimages/1fond.png);
	height: 740px;
	width: 820px;
	position: relative;
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 15px;
}

#voile{
	background-color: #FFF;
	height: 740px;
	width: 819px;
	position: absolute;
	z-index: 2;
	background-image: url(mesimages/1body.jpg);
	background-repeat: repeat;	
	
}


#logo a{
	background-image: url(mesimages/1logotype.png);
	height: 66px;
	width: 473px;
	margin-top: 0px;
	position: absolute;
	top: 270px;
	left: 178px;
}
#logo a:hover{
	background-image: url(mesimages/1logotype2.png);
	}
#divers a{
	background-image: url(mesimages/1divers.png);
	height:66px;
	width: 398px;
	margin-top: 0px;
	position: absolute;
	top: 410px;
	left: 216px}
#divers a:hover{
	background-image: url(mesimages/1divers2.png);
	}

