@charset "UTF-8";
/* CSS Document */

.bas {
	font-size: 12px;
	text-decoration: none;
}
.mail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.mail:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C07F0D;
	text-decoration: none;
}
#fond {
	background-image: url(images/degrade.jpg);
	background-repeat: repeat-x;
	height: 800px;
}

