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

#LayerGdFond {
	position:absolute;
	/* background-image: url(../masque_gr.png); */
	width:390px;
	height:234px;
	z-index:1;}
#LayerGdImg {
	position: absolute;
	width:390px;
	height:234px;
	z-index:0;
}

#LayerPtFond {
	position:absolute;
	background-image:url(../masque_pt.png);
	margin-right:10px;
	width:250px;
	height:150px;
	vertical-align:top;
	z-index:1;}
#LayerPtImg {
	position: relative;
	width:250px;
	height:150px;
	vertical-align:top;
	z-index:0;
}
#Text_img {
	position: absolute;
	width:400px;
	height:150px;
	margin-top:240px;
	text-align:justify;
	z-index:2;
}
