*
{
	margin: 0;
	padding: 0;

}

a
{
	text-decoration: none;
	color: black;
}


a img
{
	border: none;
}

body
{
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: black;
	/*background-color: #05131c;*/
	background-color: #0C284F;
}

ul,li,ol
{
	list-style-type: none;
}

div#container
{
	width: 900px;
	margin: auto;
	margin-top: 20px;
}

ul#menu li
{
	width: 92px;
	height: 28px;
	float: left;
	font-weight: bold;
	padding: 2px 4px;
	text-transform: uppercase;
	font-size: 11px;
	/*background-image: url('../images/sidebar_accueil.gif');*/
	/*background: #0a57a4;*/
	background: #0c284f;

}

ul#menu li a
{
	display: block;
	height: 27px;
	width: 90px;
	text-align: center;
	color: white;
}

ul#menu li a:hover
{
	color: white;
	text-decoration: underline;
}

ul#menu li:hover
{
	background-image: url('../images/sidebar.gif');
}

a#image
{
	float: left;
	margin: auto;
	width: 315px;
	height: 446px;
	margin-right: 50px;
	margin-top: 10px;
}

p#texte
{
	color: white;
	padding-top: 80px;
	
	font-size: 14px;
}

p#footer
{
	width: 900px;
	text-align: center;
	margin: auto;
	padding-top: 10px;
	color: white;
}

.spacer
{
	clear: both;
	font-size: 1px;
	height: 1px;
}
