﻿p{
	font-family: Verdana;
	font-size: medium;
	text-align: left
}
li{text-align: left}
.logo{height:6vh}
.Grand_Titre {
	font-size: x-large;
	font-weight:bold;
	text-align: center
}
.Titre_Pages {
	font-size: xx-large;
	font-weight:bold;
	text-align: center
}
.Titre_Gauche {
	font-size: large;
	text-align: left;
	color :blue;
	font-weight:bold
}
a{
    position:relative;
    z-index:25;
    color:#000;
    text-decoration:none;
	font-size:small;
}
a:hover {z-index:70}
a span{display: none}
a:hover span{
    display:block;
    position:absolute;
    top:1em; left:1em; width:max-content;
    border:1px solid #0cf;
    background-color:#4a59d8; color:white;
	line-height:120%;
	font-size:small;
	text-align:left;
}
.pg{
	font-size: small;
	text-align: right;
	font-style:italic
}
.Texte_Gauche {text-align: left}
.Texte_Centre {text-align: center}
.Texte_droite {text-align: right}
.Podium_Place {text-align: center; font-style: italic; font-size: small}