.bordure {
	border: 2px solid #FFFFFF;
}
A.vertical {
	DISPLAY: block;
	COLOR: #003300;
	Font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding: 0px 0px 0px 3px;
	background: #CCCC99;
}
A.vertical:hover {
	color: #FFFFFF;
	background: #A42B58;
}
.titre {
	font:italic bold 14px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(../img/fond_titre.jpg) left top repeat-x;
	border: 1px solid #FFFFFF;
}
.important {
	font:bold 13px Geneva, Arial, Helvetica, sans-serif;
	color: #FF9900;
}
.fond {
	background-attachment: fixed;
	background-image: url(../img/fond.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#feuille {
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #993300;
	height: 20px;
	width: 400px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
	text-indent: 10px;
}
.fond_feuille {
	background-image: url(../img/accueil.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.liste {
	list-style-type: disc;
}
.element_droit{
float:right;
margin:5 10px;
}