.fond {
	background-image: url(images/fond.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-color: #000000;



}
.page {
	font-size: 14px;
}
#contenu {
	overflow-y: auto;
	height: 382px;
	width: 628px;
	margin-top: 12px;

}
.cadre {
	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: #990000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #990000;
}
.imgCad {
	padding: 12px 8px 8px 12px;
	border: 1px solid #990000;
	background-image: url(images/fondImgCad.png);

}
h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;


}
td {

	font-size: 14px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;

}
p {
	text-indent: 8pt;
	text-align: left;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #FF0000;
