.toto1
{
	color: yellow;
	font-style: italic
}
h1
{
	font-size: 40px;
	font-family: Bitstream Vera Sans, Georgia, Verdana;
	text-decoration: underline;
	text-align: center;
}
h2
{
	font-size: 30px;
	font-family: Bitstream Vera Sans, Georgia, Verdana;
	font-weight: normal;
}
p
{
	font-size: 20px;
	font-family: Bitstream Vera Sans, Georgia, Verdana;
	color: black;
}
.toto2
{
	font-style: italic;
}
a, a:visited
{
	text-decoration: none;
	color: blue;
}
a:hover
{
	text-decoration: underline;
	color: #0EE2DA;
}
input
{
	font-size: 20px;
	font-family: Bitstream Vera Sans, Georgia, Verdana;
	color: black;
}
body
{
	background-image: url("fond.png");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}















