body
{	
	float: none;
	margin: auto;
	width: 1000px;
	color: #060989;
	background-color: black;
	font-family: "Comic Sans MS", "Times New Roman", "Arial Black", Times, serif;
	font-size: 0.8em;
}

#en_tete
{
	width: 1000px;
	height: 120px;
	background-image: url('../img/banniere.jpg');
	border-left: 3px outset #060989;
	border-right: 3px outset #060989;
	border-top: 3px outset #060989;
	border-bottom: 0px;
	border-style: solid;
}

#menu_horizontal
{
	clear: both;
	width: 1000px;
	height: 25px;
	color: white;
	border-bottom: 1px solid #060989;
	background-color: #060989;
	/*background-image: url('../img/menu.jpg');*/
}
	
#menu_horizontal td
{
	width: 230px;
	text-align: center;
	vertical-align: center;
}
	
#menu_horizontal a
{
	text-decoration: none;
	color: white; 
	font-weight: bold;
}

#heure
{
	float: left;
	padding-left: 5px;
	padding-top: 3px;
	width: 240px;
}

#left
{
	float: left;
	width: 72px;
	font-weight: bold;
}

#right
{
	float: right;
	width: 168px;
}

#middle
{
	float: left;
	width: 1000px;
	height: auto; 
	/*height: 830px;*/
	background-image: url('../img/fond.jpg');
	background-repeat: no-repeat;
	background-color: white;
	border-left: 3px outset #060989;
	border-right: 3px outset #060989;
	border-bottom: 0px;
	border-top: 0px;
	border-style:solid;
}

#menu_vertical
{
	float: left;
	width: 163px;
	height: 100%;
	min-height: 830px;
	padding-left: 5px;
	background-image: url('../img/menu_vertical .png');
	background-repeat: no-repeat;
}

#menu_vertical a
{
	text-decoration: none;
	color: black; 
	font-weight: bold;
}

#menu_vertical img
{
	padding-top : 10px;
	height: 10px;
	width: 10px;
	margin-right: 5px;
}	

#menu_vertical .image
{
	float: left;
	width: 15px;
}

#menu_vertical .titre_menu
{
	float: right;
	width: 148px;
	margin-top: 5px;
}

#menu_vertical .cadre
{
	float: left;
	width: 163px;
}

#sous_menu .titre_sous_menu
{
	float: left;
	width: 128px;
	margin-top: 4px;
}

#sous_menu
{
	float: left;
	margin-left: 20px;
}

#barre_defilante
{
	clear: both;
}

#conteneur
{
	margin-top: 15px;
	clear: both;
}

#corps
{
	float: right;
	width: 770px;
	min-height: 830px;
	height: 100%;
	/*height: 805px;*/
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	border-left: 2px dashed #060989;
}

#bas_de_page
{
	clear: both;
	width: 1000px;
	height: 25px;
	background-color: white;
	border-left: 3px solid #060989;
	border-right: 3px solid #060989;
	border-bottom: 3px solid #060989;
	border-top: 2px dashed #060989;
	text-align: center;
	font-size: 12px;
	font-style: italic;	
	padding-top: 4px;
}