.fond {
	background-attachment: fixed;
	background-image: url(../img/fond.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.petit_fond {
	background-attachment: fixed;
	background-image: url(../img/petit_fond.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
A.vertical {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding: 0px 0px 0px 3px;
	width: auto;
	height: 20px;
	background-color: #CC0000;
}
A.vertical:hover {
	COLOR: #990000;
	background-attachment: fixed;
	background-image: url(../img/fond_titre_menu.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: Aucune;
}
.police {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #785D13;
}
.bordureflash
)