body {
	margin: 0;
		font-family: Century Schoolbook, verdana, arial, sans-serif;
		background: #c6401b;
		text-align:center;

		scrollbar-arrow-color:#000000; 
		scrollbar-track-color:#CCCCCC; 
		scrollbar-shadow-color:#000000; 
		scrollbar-face-color:#CCCCCC; 
		scrollbar-highlight-color:#CCCCCC; 
		scrollbar-darkshadow-color:#999999; 
		scrollbar-3dlight-color:#CCCCCC;
		}


/*---------------------------------------------------*/


.global {
	width: 920px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	}


/*---------------------------------------------------*/


.leblocheader {
	width:900px;
	height: 129px;
	}
.leblocmenu {
	background: #c6401b;
	width: 163px;
	height: 444px;
	float:left;
	}
.lebloccontenu {
	background-image: url('images/corps.jpg');
	width: 737px;
	height: 471px;
	float:left;
	}
.lebloccontenu2 {
	background-image: url('images/corps5.jpg');
	width: 737px;
	height: 471px;
	float:left;
	}
.lebloccontenu5 {
	background-image: url('images/corps4.jpg');
	width: 737px;
	height: 472px;
	float:left;
	}
.leblocfin {
	background-image: url('images/fin.jpg');
	width:900px;
	height: 30px;
	float:left;
	}


/*---------------------------------------------------*/


.menutitre {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	margin-left: 10px;
	}
.titre {
	text-align: left;
	font-weight: bold;
	margin-left: 10px;
	}
.texte {
	text-align: center;
	color: #ffffff;
	font-size: 70%;
	margin-top:200px;
	height:444px;
	overflow:auto;
	padding-left:10px;
	padding-right:10px;
	}
a {
	color: #000000;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: underline;
	}