body
{
	font-family: Arial;
	color: Black;
	font-style: normal;
	font-size: larger;
	position: absolute;
}
.PhraseAchat
{
	width: 380px;
	height: 30px;
	float: left;
	margin-top: 190px;
	margin-right: 0px;
	margin-left: 50px;
	font-size: 25px;
	text-align: left;
	position: relative;
}
.voile
{
	background-image: url(voile.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	width: 500px;
	height: 500px;
	margin-top: -25px;
	margin-left: -225px;
	float: left;
	position: relative;
}
.neuf
{
	width: 225px;
	height: 30px;
	margin-left: 50px;
	margin-top: 100px;
	font-size: x-large;
	position: relative;
	padding-left: 50px;
}
.ou
{
	width: 30px;
	height: 20px;
	margin-left: 350px;
	margin-right: 150px;
	margin-top:100px;
	position: relative;
}
.occasion
{
	width:350px;
	height: 30px;
	margin-left: 145px;
	margin-top: 100px;
	font-size: x-large;
	position: relative;
}
a:visited
{
	font-family: Arial;
	color: Purple;
	text-decoration: underline;
	font-style: normal;
}
a:link
{
	font-family: Arial;
	text-decoration: underline;
	font-style: normal;
	color: Blue;
}
a:hover
{
	font-family: Arial;
	color: Blue;
	font-style: normal;
	font-weight: bolder;
	text-decoration: underline;
	font-size: xx-large;
}
a:active
{
	color: Blue;
	font-family: Arial;
	font-style: italic;
	text-decoration: none;
}