<tyle type="txt/css">
/*Feuille de style  800/600 pour recherche par âges*/
div {
	text-align: left;
	font-family: arial;
	font-size:11pt;
}
.T1 {	font-weight:bold;color:#660000;}






/*========== positionne le div sur la page : toutes les pages des fichiers du site sauf exception*/
#PosiTable{position:absolute;left:5px;top:2px;}

/*========== dimensionne le tableau principal :toutes les pages des fichiers du site sauf exception */
.Tabledebase{width:100%;height:288px;}







/*désactive le soulignement de tous les liens----*/
a{text-decoration:none;font-weight:bold;}

/* colore le fond du lien au passage souris---------*/
a:hover {background:#F6EDD8;}

/* color le lien au passage souris------------------*/
a:hover {color: red;}


#fond {	background-color: #CACAFD;}

/*--barres de défilement dans le div------------------*/
#droite {
	
	overflow: auto;
	margin: 0px;
	padding: 10px;
	background-color: #F6EDD8;
	scrollbar-face-color: #660000;
	scrollbar-shadow-color: #660000;
	scrollbar-highlight-color: #F6EDD8;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: #FDF8ED;
	scrollbar-arrow-color: #FDF8ED;
} 
/* il faudra tout régler pour une autre résolution--------------*/
#gauche{
	margin: 0px;
	padding: 10px;
	border-width: 1;
	border-color: #333399;
	border-style: solid;
	background-color: #F6EDD8;
}
.titre {
	font-weight: bold;
	color:#660000;
}
/* contient tout et permet de tout positionner sur la page-----------------*/
#Conteneur{top:200px;left:100px;position:absolute;font-size:14px;}

#Titre{text-align:center;width:100%;font-size:20px;}

.Info{font-size:17px;font-weight:bold;}

#fond{position:absolute; width:535px;
 height:260px; z-index:1; left: 20px; top: 5px;}

#Text1{position:absolute;width:60px;
 height:10px; z-index:3; left: 30px; top: 20px;}

#Text2{position:absolute;width:220px;
 height:10px; z-index:4; left: 172px; top:20px;}

#gauche{position:absolute; width:120px;
 height:110px; z-index:2; left: 30px; top: 60px;}

#droite{position:absolute; width:370px;
 height:220px; z-index:2; left: 170px; top: 40px;}
</style>
