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

body {
	background-color: #000000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#111111;
	overflow-x:hidden;
}
#wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:600px;
	z-index:0;
}				
#blue {
	position:absolute;
	left:575px;
	top:150px;
	width:300px;
	height:300px;
	z-index:32;
	background-image: url(images/background/bleu.png);
	background-repeat:no-repeat;
}
#red {
	position:absolute;
	left:275px;
	top:150px;
	width:349px;
	height:323px;
	z-index:0;
	background-image: url(images/background/heart.png);
	background-repeat:no-repeat;
}
#white {
	position:absolute;
	left:25px;
	top:150px;
	width:300px;
	height:300px;
	z-index:-2;
	background-image: url(images/background/white.png);
	background-repeat:no-repeat;
}
#rd {
	position:absolute;
	left:437px;
	top:514px;
	width:27px;
	height:27px;
	z-index:2;
	background-image: url(images/background/dotrouge.png);
	background-repeat:no-repeat;
}
#ecs {
	position:absolute;
	left:471px;
	top:523px;
	width:118px;
	height:11px;
	z-index:2;
}
#box {
	position:absolute;
	left:625px;
	top:226px;
	width:202px;
	height:150px;
	padding-bottom:3px;
	z-index:33;
	overflow: auto;
}
#cp {
	position:absolute;
	left:795px;
	top:588px;
	width:120px;
	height:13px;
	z-index:2;
}

