body
{
	margin: 0px;
	padding: 0px;
	background-image: url("img/accueil-bg.png");
}
img
{
	border: none;

}
#accueil
{
	display: block;
	text-align: center;
	margin-top: 40px;
	margin-left: 150px;
	position: absolute;
}
#text1
{
	width: 520px;
	height: 60px;
	margin-top: 280px;
	margin-left: 490px;
	position: absolute;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold ;
	color: white;
	text-align: justify;
	padding-top: 10px;
	z-index: 2;
}
#text2
{
	width: 450px;
	height: 60px;
	margin-top: 320px;
	margin-left: 540px;
	position: absolute;
	font-family: Verdana;
	font-size: 13px;
	color: white;
	text-align: justify;
	padding-top: 10px;
	z-index: 3;
}