body
{
	font-family: Arial;
	color: Black;
	font-style: normal;
	font-size: medium;
}
.voile
{
	background-image: url(Images/voile.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 500px;
	height: 485px;
	float: left;
	background-position: top;
}
.voilePropo
{
	background-image: url(../voile.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 500px;
	height: 485px;
	float: left;
	background-position: center;
}
ul
{
	font-size: medium;
	font-family: Arial;
	font-weight: normal;
}
.PhraseAchat
{
	width: 550px;
	height: 50px;
	text-align: center;
	font-size: x-large;
	text-decoration: underline;
	font-style: italic;
	font-weight: bolder;
}
.contact
{
	width: 30px;
	height: 5px;
	margin-left: 20px;
	float: left;
	font-size: large;
}
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;
	font-size: medium;
}
a:hover
{
	font-family: Arial;
	color: Blue;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	font-size: larger;
}
a:active
{
	color: Blue;
	font-family: Arial;
	font-style: italic;
	text-decoration: underline;
}