.bordure {
	border: 1px solid #FFFFFF;
}
A.vertical {
	DISPLAY: block;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding: 5px 0px 0px 3px;
	width: auto;
	height: 30px;
	background-image: url(../img/bt1.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
A.vertical:hover {
	COLOR: #666666;
	background-image: url(../img/bt2.jpg);
}
.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: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
}
.fond {
	background-attachment: fixed;
	background-image: url(../img/fond.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fond_droit {
	background-attachment: fixed;
	background-image: url(../img/menu_droit.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
a.lien:link {
	color: #FF6600;
	text-decoration: none;
}
a.lien:visited {
	text-decoration: none;
	color: #333333;
}
a.lien:hover {
	text-decoration: underline;
	color: #333333;
}
a.lien:active {
	text-decoration: none;
	color: #FF6600;
}
.fond_body {
	background-attachment: fixed;
	background-image: url(../img/fond_body.jpg);
	background-repeat: repeat;
	background-position: center top;
}
