/*---------------------------------------------------*/
/*----------- le style général de la page -----------*/
/*---------------------------------------------------*/
body {
    margin: 0px;
	background:url(images/background.jpg);
	font-family: verdana, arial, sans-serif;
	font-size: 75%;
	text-align:center;
/*---------------------------------------------------*/
/*--- on définit ici les couleurs de la scrollbar ---*/
/*---------------------------------------------------*/	
	scrollbar-arrow-color:#000000; 
	scrollbar-track-color:#CCCCCC; 
	scrollbar-shadow-color:#000000; 
	scrollbar-face-color:#FF9900; 
	scrollbar-highlight-color:#CCCCCC; 
	scrollbar-darkshadow-color:#999999; 
	scrollbar-3dlight-color:#CCCCCC;
	}
/*---------------------------------------------------*/
/*------- le style global qui centre la page --------*/
/*---------------------------------------------------*/
.global {
	width: 900px;
	height:650px;
	margin-right:auto;
	margin-left:auto;
	margin-top:1px;
	margin-bottom:1px;
	/*padding:0px;*/
	text-align:left;
	}
/*---------------------------------------------------*/
/*------------ les divers style de bloc -------------*/
/*---------------------------------------------------*/
.leblocheader {
	width:900px;
	height:120px;
	background-image:url(images/img_haut.jpg);
	/*border: 1px solid #000000;*/
	}

.leblocheadmenu {
	width:900px;
	height:110px;
	}

.leblocmenu {
	/*border: 1px solid #000000;*/
	/*margin-top:5px;*/
	width: 27%;
	height: 470px; /* cette ligne indique la hauteur du bloc menu */
	background-image:url(images/img_gauche.jpg);
	}
.lebloccontenu {
	/*border: 1px solid #000000;*/
	background-image:url(images/img_fond2.jpg);
	/*background-repeat:no-repeat;*/
	/*background-position:100% 0%;*/
	/*margin-top:5px;*/
	/*margin-left:10px;*/
	width: 700px;
	height: 470px; /* cette ligne indique la hauteur du bloc contenu */
	}
.leblocbas {
	/*border: 1px solid #000000;*/
	background:url(images/img_bas.jpg);
	height:40px;
	}
/*.lebloctitre {
	border-bottom: 1px solid #000000;
	background-image: url('images/img09.jpg');
	height: 15px;
	}*/
/*---------------------------------------------------*/
/*------------ Et maintenant les textes -------------*/
/*---------------------------------------------------*/

.titre {
	text-align: left;
	font-weight: bold;
	margin-left:10px;
	font-size:18px;
	color:#000066;
	}
	
.texte {
	margin-left:10px;
	text-align:justify;
	height:460px;
	overflow:auto;
	}
	
.liens { 
	color:#3c4157
	}
	
a:hover {
	color: #FF9900;
	}
