/*---------------------------------------------------*/
/*----------- 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:#4D6185;
	scrollbar-track-color:#BAD0FC;
	scrollbar-shadow-color:#000000;
	scrollbar-face-color:#BAD0FC;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-darkshadow-color:#999999;
	scrollbar-3dlight-color:#CCCCCC;
	}
/*---------------------------------------------------*/
/*------- le style global qui centre la page --------*/
/*---------------------------------------------------*/
.global {
	width: 900px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	}
/*---------------------------------------------------*/
/*------------ les divers style de bloc -------------*/
/*---------------------------------------------------*/
.leblocheader {
	width:900px;
	background-image: url('images/img104.jpg');
	border: 0px none #000000;
	}
.arbre {
	}
.titresite {
	}
.leblocmenu {
	border: 1px solid #0000FF;
	margin-top:5px;
	width: 150px;
	 /* cette ligne indique la hauteur du bloc menu */
	float:left;
	background-repeat: no-repeat;
	background-position: left center;
	}

.lebloccontenu {
	background-image: url(images/img13.jpg);
	border: 1px solid #0000FF;
	margin-top:5px;
	width: 730px;
	 /* cette ligne indique la hauteur du bloc contenu */
	float:right;
	text-align: center;
	background-repeat: repeat-x;
	}
.lebloctitre {
	border-bottom: 1px solid #000000;
	background-image: url('images/img09.jpg');
	height: 15px;
	width: 150px;
	}
	.lebloctitre1 {
	border-bottom: 1px solid #000000;
	background-image: url('images/img09.jpg');
	height: 15px;
	width: 730px;
	}
/*---------------------------------------------------*/
/*------------ Et maintenant les textes -------------*/
/*---------------------------------------------------*/
.menutitre {
	text-align: center;
	font-weight: bold;
	margin-left:10px;
	}
.titre {
	text-align: left;
	font-weight: bold;
	margin-left:10px;
	}

.texte {
	text-align: left;
	
	overflow:auto;
	padding-left:10px;
	padding-right:10px;
	font-family: Eurostile, Arial, "Times New Roman";
	font-size: 16px;
	}
	.texte1 {
	text-align: left;
	
	overflow: hidden;
	padding-left:00px;
	padding-right:00px;
	font-family: Eurostile, Arial, "Times New Roman";
	font-size: 16px;
	}
a {
	color: #000099;
	text-decoration: none;
	}
a:hover {
	color: #0066FF;
	}
/*---------------------------------------------------*/
/*-     et voilà c'est pas bien dur à faire...      -*/
/*-                                                 -*/
/*-                                       Rorschach -*/
/*---------------------------------------------------*/
