html
{
	overflow-y: scroll;
}

body
{
	background-color: rgb(238,242,251);
}

#body
{
	width: 950px;
	margin: auto;
	background-color: #FFFFFF;
	padding: 15px;
	font-family: Verdana, Arial, Times New Roman, Times, serif; 
	font-size: 11px;
	border: 2px solid #70b4e5;
}

#navigation
{
	height: 13px;
	border-bottom: 1px solid rgb(158,160,161);
	font-size: 9px;
	color: #000000;
}

#corps
{
	margin-left: 150px;
	padding-bottom: 10px; 
	color: #000000; 
	border: 0px;
	min-height: 560px;
}

#corps2
{
	border: 0px;
	width: 750px;
	border-top: 1px solid #70b4e5;
	border-left: 1px solid #70b4e5;
	background: url('../images/fond/fond_corps.png');
	background-repeat: repeat-x;
}

#corps2 td
{
	vertical-align: top;
}

#menu
{
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-top: 0px;
}

#en_tete
{
}

#speedbarre
{
	list-style-type: none;
	height: 22px;
	margin-top: 0px;
	margin-bottom: 14px;
	margin-left: 0;
	padding: 0;
	border: 0;
	vertical-align: center;
}

#pied_de_page
{	
	margin-top: 10px;
	background: url('../images/fond/fond_pied-page.png');
	background-repeat: repeat-y;
	background-position: 150px 0px;
}

#contenu_pied_de_page
{
	border: 1px solid #70b4e5;
	padding: 2px;
	font-size: 9px;
}