/* monarch.css 26 septembre 2018*/BODY{	font: normal normal 12pt/14pt Arial;	Color:black;	background-image:url(images/ciel.jpg);}span.over{  position:relative;       /* pour servir de référent */  display:index-block;    /* pour appliquer overflow */  overflow:hidden;  vertical-align: bottom;  /* à ajuster suivant besoin */  cursor:pointer;  z-index:10;}span.over span{  position:absolute;  opacity:0;               /* pas vu pas pris */  top:-50;                   /* on place en haut à gauche */  left:400;  z-index:-1;              /* en arrière plan */  transition: opacity 0.5s;}span.over:hover span{  opacity:1;               /* affichage sur le hover */}  li{	color:black;}A:LINK{	color:#blue;}A:VISITED{	color:#ffsdfsdfsdfsf;}A:ACTIVE{	color:#ff0000;}.conjointe{	color:#7800f0;}.date{	font-size:18pt;	color:#171768;}.descript{	font-size:18pt;	color:red;}.dynastie{	font-size:18pt;	text-align:center;	color:red;}.femme {	color:c400c4;}.hr-mince {	color: #171768;	height: 2px;	background-color : #171768;}.hr-epais{	color: #171768;	height: 4px;	background-color : #171768;}.index{	font-size:24pt;	text-align:center;}.lien{	color:red;	text-decoration : none;}.nom{	font-size:18pt;	font-weight:bold;	color:#171768;}.pays{	font-size:18pt;	font-weight:bold;}.region{	font-size:21pt;	text-align:center;	font-weight:bold;	color:#f77c18;}.royaume{	font-size:18pt;	text-align:center;	font-weight:bold;	color:#f77c18;}.special{	background:#c0eef0;	border-top:ridge;	border-right:ridge;	border-left:ridge;			border-bottom:ridge;	padding:5pt;}.titre{	font: normal normal 12pt/14pt Arial;	font-weight:bold;		color:#171768;}.titrepage{	font-size:28pt;	text-align:center;	font-weight:bold;	color:#535353;}.zoom {  padding: 10px;  transition: transform .2s;   width: 90px;  height: 90px;  margin: 0 auto;}.zoom:hover {  transform: scale(1.5); }