.bordure {
	border: 3px solid #FFFFFF;
}
A.vertical {
	DISPLAY: Aucune;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
	padding: 0px;
	width: auto;
	height: 0px;
}
A.vertical:hover {
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #F37988;
	text-decoration: none;
}
.titre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../img/fond_titre.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #FFFFFF;
	font-style: italic;
}
.important {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
}
.fond {
	background-attachment: fixed;
	background-image: url(../img/fond.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;
	margin-left: 60px;
	background-image: url(../img/h1.jpg);
	height: 50px;
	width: 300px;
	clip: rect(auto,auto,auto,50px);
	text-indent: 80px;
}
strong {
	color: #33CCFF;
	font-weight: bold;
}
.droite {
	float: right;
	margin: 5px;
}
.gauche {
	float: left;
	margin: 5px;
	border: 1px solid #FFFFFF;
}
