@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
}
.fond_tableau {
	background-image: url(fond_ligne.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.fond_headers {
	background-image: url(fond.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.copyright {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #666666;
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.texte {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #333333;
}
.titre_page {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #006699;
	text-align: center;
}
.val1 {
	font-weight: bold;
	color: #003399;
	font-family: "Trebuchet MS";
	font-size: 13px;
}
.val2 {
	font-weight: bold;
	color: #993300;
	font-family: "Trebuchet MS";
	font-size: 13px;
}
