body {
	background-image: url(img/bg.jpg);
	text-align: center;
	
	
}
#claque
{
	background-image: url(img/fond.jpg);
	position: relative;
	width: 800px;
	height : 600px;
	background-repeat: no-repeat;	
}
#rondcentre {
	background-image: url(img/rondcentre.gif);
	background-repeat: no-repeat;
	position: absolute;
	width : 1px;
	height : 1px;
	left: 100px;
	vertical-align: middle;
	text-align: center;
	color: #000000;
	top: 150px;
}

#texte {
	position: absolute;
	right: 270px;
	text-align: center;
	width: 270px;
	left: 535px;
	top: 136px;
	
}
#flag {
	position: absolute;
	left: 550px;
	top: 5px;
	width: 50px;
}
