/* CSS Document */

/* Feuille de style du site de la BHPT */

/* Habillage des pages */
		body {
			position:relative;
			margin-left:auto;
			margin-right:auto;
			width:1024px;
			text-align:left;
			color:black; /* couleur de la police d'écriture */
			background: white;
			font-family: Andalus;}

/* Présentation du logotype */
		#Logo {
			position: absolute; left: 78px; top: 33px; width: 180px; height: 112px;}

/* Présentation de l'intitulé */
		#Intitule {
			position: absolute; left: 258px; top: 33px; width: 700px; height: 80px;}
			
/* Présentation de Menu */
		#Menu {
			position: absolute; left: 77px; top: 157px; width: 195px; height: 380px; border-bottom: 3px solid #9E1E21;
}
			
/* Présentation du Corps de la page index */
		#Corps_img {
			position: absolute; left: 275px; top: 112px; width: 683px; height: 405px; text-align: justify;}
			
/* Titre dans corps */
		#Titre_corps {
			position: absolute; left: 308px; top: 112px; width: 617px; height: 112px; text-align:center;}
			
/* Présentation du Corps */
		#Corps_index {
			position: absolute; left: 276px; top: 147px; width: 683px; height: 355px; overflow: auto; 
			text-align:justify; padding-right:10px; padding-left: 10px; 
			margin-top: 15px;}
			
/* Présentation du Corps avec défilant num*/
		#Corps_num {
			position: absolute; left: 303px; top: 140px; width: 628px; height: 320px; overflow: auto; 
			text-align:justify; padding-right: 10px; padding-left: 10px; 
			margin-top: 50px;}
			
/* Présentation de la barre Info */
		#Info {
			position: absolute; left: 275px; top: 525px; width: 683px; height: 20px;font-size: 14px; text-align: center;}
			



/* Présentation des 3 chapeaux du menu */
		.chapeau {
			font-size: 22px; /* taille de la police */
			color:#000000;}
			
/* Présentation liens pleins */
		.menu {
			text-decoration: none;
			color: #9E1E21;}

/* Présentation des sous-menus actifs */
		.menu2 {
			padding-left:11px;
			text-decoration: none;
			color: #9E1E21;
			font-size: 14px; /* taille de la police */}
			
/* Présentation des sous-menus non-actifs */
		.menu3 {
			padding-left:11px;
			text-decoration: none;
			color:#000000;
			font-size: 14px;}
			
/* acces liens par hypertexte */
		.accat {
			font-size: 16px;
			color: #9E1E21;
			/* font-weight: bolder; */
			text-decoration: none;}
			
/* nom du catalogue */
		.catal {
			font-size: 18px;
			color: #990000;}
			
/* Mise en italique de certains termes */
		.italiq {font-style:italic;}
		
/* lien menu */
		.lm {
			color: #6d6e71;
			text-decoration: none;}
			
/* présentation des titres des bibliographies (page Bibliographie) */
		.tb {
			text-indent: 2cm;
			font-size: 18px;
			color: black;}
			
/* Infobulles */
	* {font-family: Tahoma` Verdana` Arial` serif;}
		a.info {
			position: relative;
			color: black;
			text-decoration: none;
			border-bottom: 1px gray dotted;
			font-size: 11px;}
		a.info span {
   			display: none; /* on masque l'infobulle */}
		a.info:hover {
   			background: none; /* correction d'un bug IE */
   			z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
   			cursor: help; /* on change le curseur par défaut en curseur d'aide */}
		a.info:hover span {
   			display: inline; /* on affiche l'infobulle */
  			position: absolute;
   			white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
   			top: 30px; /* on positionne notre infobulle */
   			left: 20px; 
   			background: white;
   			color: black;
   			padding: 1px;
   			border: 1px solid #9E1E21;
   			border-left: 4px solid #9E1E21;}   

/* Présentation pour la première carte de la cartothèque */
#carte1 {
position: absolute; left: 40px; top: 150px; width: 143px; height: 111px;}
#text-carte1 {
position: absolute; left: 185px; top: 150px; width: 437px; height: 95px;}

/* Présentation du cadre des images du diaporama */
.TABLE {position: absolute; left: 265px; top: 33px; width: 195px; height: 330px;}
.tabl {position: absolute; left: 800px; top: 500px; width: 195px; height: 10px;}

/* Présentation de l'adresse de la BHPT */
.adres {text-align:center;}			

/* Mise en gras de certains termes */
.gras {font-weight:bold;}


.Style1 {font-size: 36px;
		font-style: italic;
		font-weight: bold;}
/* Présentation des liens */
.lien
{
/*margin-top: 5px;*/
/*text-indent: 2cm;*/
/*font-weight:bold;*/
font-size: 14px;
}

/* présentation mel */
.mel
{
text-indent: 1cm;
font-size: 10px;
line-height: 20px;
font-size: 12px;
color: gray;
}

/* Couleur liens */
.coulie
{
color: gray;
text-decoration: none;}

/* Présentation des 3 chapeaux du menu */
li {
list-style-type:none; /* suppression des puces */
font-size: 22px; /* taille de la police */
color:#9E1E21;
text-align:left; /* alignement du texte */
}

