@charset "UTF-8";

body {
	background-color: #800000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#page {
	width: 1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

/*** Entête de la page ***/

div#entete {
	margin: 0px;
	width: 1000px;
	height: 128px;
	font-size: 12px;
	background-image: url(../image/header.png);
}

#entete h1 {
	display: none;
}

div#banniereEntete {
	margin-top: 47px;
	margin-left: auto;
	margin-right: auto;
	width: 468px;
	height: 60px;
	background-color: #000000;
}

div#corps {
	margin: 0px;
	width: 1000px;
	background-image: url(../image/content.png);
}

/*** Menu de la page ***/

#menuList {
	color: #FFFFFF;
	margin-left: 5px;
	width: 159px;
	float: left;
}

#menuList a {
	color: #FFFFFF;
	text-decoration: none;
}
#menuList a:hover { color: #FFF000; }

p.menu {
	border-bottom: #FFFFFF solid 1px;
	font-size: 0.8em;
	margin-top: 20px;
	margin-bottom: 10px;
}

p.sousMenu {
	text-align: right;
	font-size: 0.7em;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*** Corps de la page ***/

#cadrePrincipal {
	color: #333333;
	margin-top: 30px;
	margin-left: 50px;
	margin-bottom: 30px;
	width: 570px;
	float: left;
	font-size: 0.75em;
}

#cadrePrincipal a{
	color: #333333;
	text-decoration: underline;
}
#cadrePrincipal a:link{ color: #000000; }
#cadrePrincipal a:hover{ color: #F00000; }

p.signature {
	font-weight: bold;
	text-align: right;
}

table {
	width: 570px;
}
th {
	background-color: #999999;
}
td {
	background-color:#CCCCCC;
}
td.number {
	text-align: center;
}

/*** Bannière publicitaire verticale ***/

#banniereLaterale {
	background-color: #800000;
	width: 120px;
	height: 600px;
	float: right;
	margin-top: 24px;
	margin-right: 24px;
}

/*** Footer de la page ***/

p.footer {
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 0.7em;
	clear: both;
	color: #999999;
}

p.footer a{
	color: #999999;
	text-decoration: none;
}

div.footer {
	margin: 0px;
	background-image: url(../image/footer.png);
	height: 16px;
	width: 1000px;
}

