body
{
	margin-left:auto;
	margin-right:auto;
	font-size:0.75em;
	font-family: Verdana,Arial,sans-serif;
	width: 950px;
}

a
{
	color: #000000;
}

a:hover
{
	color: #A0A0A0;
	font-weight: bold;
}

a:visited
{
	color: #A0A0A0;
}

a:active
{
	color: #A0A0A0;
}

img
{
	border: 0;
}

#centre
{
	text-align: center;
	width: 900px;
}

#en_tete
{
	text-align: center;
	width: 900px;
	height: 230px;
	margin-bottom: 2px;
}

#menu_gauche
{
	float: left;
	width: 150px;
	min-height: 600px;
}

#menu_gauche a
{
	text-align:center;
	white-space:nowrap;
	text-decoration:none;
	display:block;
	color: #A0A0A0;
	width: 140px;
	background-color: #ffffff;
}

#menu_gauche a:hover
{
	text-align:center;
	white-space:nowrap;
	display:block;
	text-decoration:none;
	color: #ffffff;
	width: 140px;
	margin-left: auto;
	margin-right: auto;
	background-color: #A0A0A0;
}

#contenu_droite
{
	margin-left: 170px;
	/*margin-bottom: 10px;*/
	min-height: 600px;
	border-left: 1px solid #A0A0A0;
	padding-left: 8px;
	text-align: left;
}

#pied_de_page
{
	color: #A0A0A0;
	padding: 5px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #A0A0A0;
}