
body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(images/fond.jpg);
	old_background-image: url(images/anniversaire.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.fond_logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
}
.titre {
	font-size: 18px;
	color: #003399;
	text-decoration: none;
}
.boite {
	border: 1px solid darkgreen;
}
.texte_form {
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #006699;
}
bouton {
	font-size: 10px;
}
.bouton {
	font-size: 14px;
}
a {
	text-decoration: none;
	color: #000000;
}

