body
{
	background-color:	#000000;
	color: 				#FFFFFF;
	margin-left: 0px;
	font-family: Arial;
}
#banniere
{
	height:				177px;
	width:				1200px;
	background-color:	#000000;
	background-image:	url('img/banniere.png');
	background-repeat:	no-repeat;
	float: left;
}
#body
{
	width:				1200px;
	background-color:	#000000;
	float: left;
}
#menu
{
	height:				573px;
	width:				232px;
	background-color:	#000000;
	background-image:	url('img/menu.png');
	background-repeat:	no-repeat;
	float: 				left;
	text-align: 		right;
}
#menu a
{
	color: #bbe1f6;
	margin-right: 60px;
	text-decoration: none;
}
#menu a:hover
{
	color: #0066FF;
	margin-right: 60px;
	text-decoration: none;
}

a
{
	color: #bbe1f6;
	margin-right: 60px;
	text-decoration: none;
}
a:hover
{
	color: #0066FF;
	margin-right: 60px;
	text-decoration: none;
}
#corps
{
	width:				968px;
	background-color:	#000000;
	float: 				left;
}

h1
{
	font-size: 42px;
	font-weight: bold;
	color: #bbe1f6;
	margin-bottom: 0px;
}
h2
{
	font-size: 22px;
	color: #bbe1f6;
}
h3
{
	margin-top: 0px;
}

#bottom
{
	width: 1200px;
	text-align: center;
}