@charset "iso-8859-2";
/* CSS Document */

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #FFC;
	background-color: #300;
}
body {
	background-image: url(fond_p.png);
	background-repeat: repeat-x;
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFC;
	font-weight: bold;
	text-align: center;
}
.titre-container {
	border: 1px solid #000;
	padding: 10px;
	font-style: italic;
}
.cadre {
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #300;
	border-bottom-color: #300;
	border-left-color: #300;
}
.info {
	font-size:14px;
	font-weight:normal
}
.tableau {
	background-image:url(tableau.png)
}