/* CSS Document */
body {
	background-color: #0E0E0E;
	margin-left: 0px;
	margin-top: 0px;
}

.corps {
	width: 980px;
	height: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.entete {
	width: 823px;
	height: 177px;
}

.menu {
	width: 823px;
	height: 23px;
	background-color: #009982;
}

.bandeau {
	width: 823px;
	height: 27px;
	background-color: #0E0E0E;
}

.logo {
	width: 158px;
	height: 227px;
}

.accueil {
	width: 980px;
	height: 45px;
	background-color: #0E0E0E;
}

.principal {
	width: 980px;
	height: 413px;
	background-color: #1C1C1C;
}

.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #83EEBD;
	text-decoration: underline;
}

.bas {
	width: 980px;
	height: 15px;
	background-color: #0E0E0E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: right;
}