.fond {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(fond.gif);
	background-repeat: repeat;
	background-position: center center;
	cursor: crosshair;

}
a:link {
	font-family: Eurostile;
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-family: Eurostile;
	color: #000000;
	text-decoration: none;
	cursor: crosshair;
}
.texte {
	font-family: Eurostile;
	font-size: 11px;
	color: #333333;
	text-align: justify;


}
.bordure {
	padding-left: 5px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: thin solid #990000;



}
.repetition {
	background-image: url(barre.gif);
	background-repeat: repeat-x;
}
