/*---------------------------------------------------*/
/*----------- le style général de la page -----------*/
/*---------------------------------------------------*/
body {
    margin: 0;
	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:#99CCFF; 
	scrollbar-shadow-color:#000000; 
	scrollbar-face-color:#6699FF; 
	scrollbar-highlight-color:#CCCCCC; 
	scrollbar-darkshadow-color:#999999; 
	scrollbar-3dlight-color:#CCCCCC;
	}
/*---------------------------------------------------*/
/*------- le style global qui centre la page --------*/
/*---------------------------------------------------*/
.global {
	width: 762px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	}
/*---------------------------------------------------*/
/*------------ les divers style de bloc -------------*/
/*---------------------------------------------------*/
.leblocheader {
	width:760px;
	background-image: url('images/img04.jpg');
	border: 1px solid #000000;
	}
.arbre {
	}
.titresite {
	}
.leblocmenuheader {
	background-image: url('images/img07.jpg');
	width: 760px;
	height: 17px;
	border-top: 1px solid #000000;
	}
.leblocmenu  { background-image: url("images/img12.jpg"); margin-top: 5px; width: 150px; height: 700px; float: left; border: solid 1px #000000 }
.lebloccontenu  { background-image: url('images/img12.jpg');margin-top: 5px; width: 600px; height: 700px; float: right; border: solid 1px #000000 }
.lebloctitre {
	border-bottom: 1px solid #000000;
	background-image: url('images/img09.jpg');
	height: 15px;
	}
/*---------------------------------------------------*/
/*------------ Et maintenant les textes -------------*/
/*---------------------------------------------------*/
.menutitre {
	text-align: left;
	font-weight: bold;
	margin-left:10px;
	}
.titre {
	text-align: left;
	font-weight: bold;
	margin-left:10px;
	}
#id { }
