html
{
	overflow-y: scroll;
}

body
{
	width: 900px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	scrollbar-arrow-color:#FF0000;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FF0000;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-darkshadow-color:#FF0000;
	scrollbar-track-color:#FFFFFF;
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
}

p
{
	font-size: 11px;
}

#navigation
{
	font-size: 9px;
	padding: 0px;
	width: 100%;
	height: 13px;
	border-bottom: 1px solid #808080;
	color: #808080;
}

#navigation a
{
	text-decoration: none;
	color: #808080;
}

#navigation a:hover
{
	text-decoration: none;
	color: #000000;
}

#tableau
{	
	width: 100%;
}

#en_tete
{
	width: 825px;
	height: 100px;
	background-image: url("images/fonds/fond_en-tete.jpg");
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

#menu
{
	float: left;
	width: 180px;
}

.element_menu
{
	margin-bottom: 20px;
	background-image: url("images/fonds/fond_menu.jpg");
	background-repeat: no-repeat;
}

.element_menu p
{
	color: #000000;
	font-size: 8pt;
	text-align: left;
}

.element_menu a
{
	text-decoration: none;
	color: #000000;
	font-family: "Arial Black", "Times New Roman", Times, serif;
	font-size: 14px;
}

.element_menu a:hover
{
	color: #808080;
}

.element_menu a:focus
{
	background-color: #808080;
	color: #FFFFFF;
}

#corps
{
	width: 605px;
	margin-left: 180px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	color: #000000;
	border: 1px solid;
	font-size: 9pt;
	min-height: 565px;
}

.pied_de_page
{	
	margin-top: 0px;
	padding-top: 0px;
	width: 625px;
	margin-left: 180px;
	height: 35px;
	font-size: 7pt;
	text-align: left;
}

.haut_page a
{
	color: #000000;
}

.haut_page a:hover
{
	color: #FF0000;
}

#table_contenu
{
	height: 500px;
	vertical-align: top;
}
