<tyle type="txt/css">
/*Feuille de style  1024/738 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:150px;left:150px;position:absolute;font-size:18px;}
#Titre{text-align:center;width:100%;font-size:24px;}
.Info{font-size:17px;font-weight:bold;}

#fond{position:absolute; width:668px;
 height:440px; z-index:1; left: 25px; top: 25px;}

#Text1{position:absolute;width:160px;
 height:12px; z-index:3; left: 65px; top: 30px;}

#Text2{position:absolute;width:275px;
 height:12px; z-index:4; left: 300px; top:30px;}

#gauche{position:absolute; width:160px;
 height:137px; z-index:2; left: 65px; top: 55px;}

#droite{position:absolute; width:350px;
 height:400px; z-index:2; left: 300px; top: 55px;}
</style>
