body
{
	background-image: url("default/fond.jpg");
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #626262;
	
	color: #DDDDDD;
}

/*=========================================================================================================================================*/

#en-tête
{
	height: 140px;
	
	text-align: center;
	
	margin-left: 172px;
	margin-right:0px;
}

#en-tête h1
{
	font-family: "Engravers MT", "Arial Black", "serif";
	font-size: 250%
}

#en-tête h2
{
	font-family: "Engravers MT", "Arial Black", "serif";
	font-size: 150%
}

/*=========================================================================================================================================*/

#menu
{
	background-image: url("default/fond.jpg");
	background-repeat: repeat-x;
	background-color: #626262;
	
	border: 2px solid black;
	width: 160px;
	height: 200px;
	
	padding-top: 5px;
	
	margin: 0px;
	
	position: fixed;
}

#menu .niv1
{
	color: #D0D46A;
}

#menu .niv2
{
	color: #75A131;
}

#menu a
{
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
	color: #EE0000;
}	

/*=========================================================================================================================================*/

#corps
{
	padding-left: 15px;
	padding-right: 15px;
	
	margin-left: 172px;
	margin-right:0px;
}

#corps h1
{
	text-align: center;
	font-size: 40px;
	text-decoration: underline;
}

#corps h2
{
	text-align: center;
	font-size: 30px;
}

#corps table
{
	margin: auto;
	margin-top: 8px;
}

#corps img
{
	margin: 8px 10px;
	border: none;
}

#corps hr
{
	height: 5px;
	background-color: #A7A7A7;
}

#corps .mini
{
	width: 85%;
	overflow: auto;
	margin: auto;
	background-image: url("default/fond.jpg");
	background-repeat: repeat-x;
	border: outset black 4px;
}

#corps #maxi
{
	display: block;
	margin: auto;
}

#corps #maxi2
{
	display: block;
	margin: auto;
}

#corps esp_mini
{
	padding: 0px 8px;
}

/*=========================================================================================================================================*/

#pied_de_page
{
	text-align: center;
	
	margin:  8px 0px 8px 172px;
}

#bloc1
{
	position: absolute;
	top: 0px;
	left: 8px;
}

#block2
{
	position: absolute;
	top: 159px;
	left: 0px;
}