body
{
   background-image: url("fonds/backgnd2.gif");
   background-attachment: fixed; /* Le fond restera fixe */
   color: yellow;
}
h1
{
	text-align: center;
	font-family: "vineta BT","Arial Black", Arial, Verdana, serif;
}
.imageflottante
{
	float: right;
}
em
{
	color: red;
	font-size: 1.4em;
}
strong
{
	color: #9de73d;
	font-size: 1.2em;
}
.mail
{
	text-align: center;
}
.retour 
{
	text-align: center;
	font-family: "vineta BT","Arial Black", Arial, Verdana, serif;
}
a
{
	text-decoration: none;
	color: #9de73d;
}
a:hover
{
	text-decoration: underline;
	color: red;
}
