html
{
	overflow-y: scroll;
}

body
{
	width: 730px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
	font-size: 11px;
}

p
{
	font-size: 11px;
}

#navigation
{
	font-size: 11px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-left: 15px;
	margin-right: 20px;
	height: 15px;
	border-bottom: 1px solid #808080;
	color: #C0C0C0;
}

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

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

#tableau
{	
	width: 100%;
}

#en_tete
{
	width: 100%;
	height: 180px;
	margin-bottom: 0px;
}

#menu_haut
{
	height: 20px;
	background-image: url("images/cadre/menu_haut.gif");
	background-repeat: no-repeat;
	border: 0px;
}

#menu_bas
{
	height: 27px;
	background-image: url("images/cadre/menu_bas.gif");
	background-repeat: no-repeat;
	border: 0px;
}

#menu_centre
{
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#menu
{
	float: left;
	width: 180px;
	margin-left: 30px;
	background-image: url("images/cadre/menu_milieu.gif");
	font-family: "Comic sans MS", Verdana, Arial, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
}

#statistiques
{
	float: left;
	width: 180px;
	margin-top: 30px;
	margin-left: 30px;
	background-image: url("images/cadre/menu_milieu.gif");
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
	font-size: 10pt;
}

.stat_contenu
{
	padding-left: 5px;
	align: center;
	border: 0px;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

.stat_contenu a
{
	text-decoration: none;
	color: #1057FC;
}

.stat_contenu a:hover
{
	text-decoration: none;
	color: #FF0000;
}

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

#menu a:hover
{
	text-decoration: none;
	color: #FF0000;
}

#corps_haut
{
	width: 491px;
	height: 20px;
	background-image: url("images/cadre/haut.gif");
	background-repeat: no-repeat;
	border: 0px;
}

#corps_bas
{
	width: 491px;
	height: 27px;
	background-color: #000000;
	background-image: url("images/cadre/bas.gif");
	background-repeat: no-repeat;
	border: 0px;
}

#corps_centre
{
	padding: 15px;
	min-height: 410px;
}

#corps
{
	width: 491px;
	background-image: url("images/cadre/milieu.gif");
	float: right;
	border: 0px;
	min-height: 410px;
}

#table_contenu
{
	vertical-align: top;
}
