/* CSS Document */

img {border : 0;}
BODY {
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #660000;
}


table#tableau {
margin: auto; 
width: 926px; 
float:none;
}

table#header {
	border: solid #000 0px;
	width: 926px;
	text-align: center;
}

table#corps {
background:  url(images/corps.jpg);
border: solid #000 0px;
width: 926px;
}

table#mep {
margin: auto; 
width: 900px; 
float:none;
}

table#corps_bas {
	background:  url(images/corps_bas.jpg);
	border: solid #000 0px;
	width: 926px;
	margin-top: -3px;
	text-align: center;
	height: 150px;
}

table#header_bas {
	background:  url(images/header_bas.jpg);
	border: solid #000 0px;
	width: 926px;
	height: 10px;
}

table#footer {
	background:  url(images/footer.jpg);
	border: solid #000 0px;
	width: 926px;
	height: 41px;
}

table#copyright {
	border: solid #000 0px;
	width: 926px;
	height: 10px;
	text-align: center;
}
	
.copyrighttd{
	font-family: Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	text-align: center;
	}
.copyrighttd a:hover{
	text-decoration: none;
	color: #FFFF00
}
