body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F5F5F;
}
#entete {
	margin: 0;
	width: 955px;
	height: 126px;
    float:left;
	background-image: url(../medias/logoYEI.gif);
}
#corps {
	width: 965px;
	text-align: left;
    float: left;
}
#rubrique {
	width: 158px;
	text-align: right;
    float:left;
	margin: 0;
}
#main {
	width: 797px;
	text-align: left;
    float:left;
	background-image: url(../medias/filetBleuV.gif);
}
#footer {
	margin: 0;
	width: 955px;
	height: 78px;
    float:left;
	background-image: url(../medias/footer.gif);
}
#rubrique h1 {
	font-size: 12px;
	font-weight: bold;
	color: #A42E2E;
}
#rubrique p {
	font-size: 11px;
	color: #A42E2E;
}
#main table {
	font-size: 11px;
}
.txtrouge {
	color: #5644CF;
	font-weight: bold;
}