body
{
	font-family: Arial;
	color: Black;
	font-style: normal;
	font-size: larger;
}
.PhraseCroisiere
{
	height:40px;
	text-align: center;
	font-size: x-large;
	text-decoration: underline;
	font-style: italic;
	font-weight: bolder;
}
.bouton
{
	text-align: center;
	height: 70px;
	width: 600px;
	margin-top: 0px;
	position: relative;
}
.voile
{
	background-image: url(../voile.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	width: 500px;
	height: 500px;
	margin-left: 50px;
}
.signature
{
	width: 500px;
	height: 100px;
	float: none;
}
.CB
{
	width: 500px;
	height: 50px;
	float: left;
}
.imprimante
{
	float: right;
	width: 100px;
	height: 50px;
}
th
{
	font-family: Arial;
	font-style: normal;
	color: Black;
	text-decoration: none;
	text-align: center;
	font-size: larger;
}
a:visited
{
	font-family: Arial;
	color: Purple;
	text-decoration: underline;
	font-style: normal;
}
a:link
{
	font-family: Arial;
	font-style: normal;
	color: Blue;
	text-decoration: underline;
	text-align: center;
	font-size: larger;
}
a:hover
{
	font-family: Arial;
	color: Blue;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	font-size: x-large;
}
a:active
{
	color: Blue;
	font-family: Arial;
	font-style: italic;
	font-size: larger;
	text-decoration: underline;
}