/*---------------------------------------------------*/
/*----------- le style général de la page -----------*/
/*---------------------------------------------------*/
body {
    margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align:center;
	background: url('images/ap.gif');
/*---------------------------------------------------*/
/*--- on définit ici les couleurs de la scrollbar ---*/
/*---------------------------------------------------*/	
	scrollbar-arrow-color:#008800; 
	scrollbar-track-color:#ABD6B9; 
	scrollbar-shadow-color:#000000; 
	scrollbar-face-color:#FAF8EB; 
	scrollbar-highlight-color:#008800; 
	scrollbar-darkshadow-color:#008800; 
	scrollbar-3dlight-color:#CCCCCC;
	}
/*---------------------------------------------------*/
/*------- le style global qui centre la page --------*/
/*---------------------------------------------------*/
.global {
	width: 80%;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	}
/*---------------------------------------------------*/
/*------------ les divers styles de bloc -------------*/
/*---------------------------------------------------*/
.blocHeader {
	width:auto;
	background-image: url('images/milieuHeader.jpg');
	border: 1px solid #000000;
	}
.image {
	}
.titreSite {
	}
.blocMenuHeader {
	background-image: url('images/basHeader.jpg');
	width: auto;
	height: 18px;
	border-top: 1px solid #000000;
	}
.blocMenu {
	background-image: url('images/menu.jpg');
	border: 1px solid #000000;
	margin-top:5px;
	width: 155px;
	height: 455;
	float:left;
	list-style-image: url(images/puceBouleJaune.gif);
	list-style-position: inside;
	}
.blocContenu {
	background-image: url('images/menu.jpg');
	border: 1px solid #000000;
	margin-top:5px;
	margin-left:5px;
	width: auto;
	height: 455; /* cette ligne indique la hauteur du bloc contenu */
	float:center;
	}
.blocContenuIndex {
	background-image: url('images/menu.jpg');
	border: 1px solid #000000;
	margin-top:5px;
	width: auto;
	height: 455; /* cette ligne indique la hauteur du bloc contenu */
	float:center;
	}
.blocTitre {
	border-bottom: 1px solid #000000;
	background-image: url('images/titre.jpg');
	height: 20px;
	list-style-image: url('images/puceCarreJaune.gif');
	list-style-position: inside;
	}
.blocFooter {
	background-image: url('images/footer.jpg');
	width: auto;
	height: 17px;
	border: 1px solid #000000;
	margin-top: 5px;
	clear: left;
	}
.blocFooterIndex {
	background-image: url('images/footer.jpg');
	width: auto;
	height: 17px;
	border: 1px solid #000000;
	margin-top: 5px;
	clear: right;
	}
/*---------------------------------------------------*/
/*------------ Et maintenant les textes -------------*/
/*---------------------------------------------------*/
.menuTitre {
	text-align: right;
	font-weight: bold;
	margin-right:10px;
	}
.titre {
	text-align: left;
	font-weight: bold;
	margin-left:10px;
	color: #006600;
	font-size: 13px;
		}
.texteTableau {
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	}
.texteMenu {
	font-size: 11px;
	height: 425px;
	padding-left: 5px;
	padding-right: 0px;
	overflow: auto;
	}
.footer {
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	}
.texte {
	text-align: left;
	height: 425px;
	overflow: auto;
	padding-left: 10px;
	padding-right: 5px;
	line-height: 20px;
	}
.titreContenu {
	text-align: center;
	font-weight: bold;
	margin-left:10px;
	color: #CC0000;
	font-size: 13px;
	}

a {
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
	}
a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	}
a.noStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	}
a.noStyle:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
a.lienPt {
	color:#006600;
	font-size:10px;
	text-decoration:underline;
	}
a.lienPt:hover {
	color:#666666;
	font-size:10px;
	text-decoration:none;
	}
input {
	BORDER-RIGHT: #006600 1px solid; 
	BORDER-TOP: #006600 1px solid; 
	FONT-WEIGHT: 100; FONT-SIZE: 10px; 
	BORDER-LEFT: #006600 1px solid; 
	COLOR: #000000; 
	BORDER-BOTTOM: #006600 1px solid; 
	FONT-FAMILY: Verdana,arial,sans-serif; 
	BACKGROUND-COLOR: #ffffff
	}
textarea {
	BORDER-RIGHT: #006600 1px solid; 
	BORDER-TOP: #006600 1px solid; 
	FONT-WEIGHT: 100; 
	FONT-SIZE: 10px; 
	BORDER-LEFT: #006600 1px solid; 
	COLOR: #000000; 
	BORDER-BOTTOM: #006600 1px solid; 
	FONT-FAMILY: verdana,arial,sans-serif; 
	BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: justify
	}
