<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ====================== */
/* Feuille CSS des styles */
/* ====================== */

/* Styles sur body et background */

body{
	background-color:#000 ;
	margin: 0 ;
	color: #aaaaaa ;
}
.titre{
	color: #4a7bbe;
    font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', 'serif';
    font-size: 36px;
    line-height: 43px;
	font-weight:bold;
}
.titre-women{
	color: #cf0360;
    font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', 'serif';
    font-size: 36px;
    line-height: 43px;
	font-weight:bold;
}
.sous-titre{
	color: #4a7bbe;
    font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', 'serif';
    font-size: 24px;
    line-height: 30px;
	padding-left:30px;
}
b{
	color: #4a7bbe;
	font-weight:bold;
}
.liste{
	list-style-type:circle;
}
.erreur{
	font-size:17px;
	font-weight:bold;
	color:#FF0000;
	text-align:center;
	}

/* Styles sur les liens */

a {
    color: #4a7bbe 
    text-decoration: underline;
}
a:visited {
    color: #4a7bbe;
    text-decoration: none;
}
a:hover {
    color: #4a7bbe;
	font-style:italic;
    text-decoration: none;
}
.tooltip {
	position: absolute;
	height: 78px;
	width: 216px;
	background:url(img/tooltip.gif) top left no-repeat transparent;
	display: none;
	z-index: 20;
}
.tooltip h3 {
	padding-top: 28px;
	padding-left: 20px;
	position: relative;
}
.tooltip p {
	padding-left: 20px;
	position: relative;
}

.popup-left-corner span:before {
   content: '';
   border: 10px solid transparent;
   border-right: 10px solid rgb(173, 208, 247);
   position: absolute;
   left: -20px;
   top: 50%;
   margin-top: -10px;
}
.popup-left-corner {
    margin:100px;
    float:left;
    position:relative;
    cursor:pointer;
}
.popup-left-corner:hover span{
    display:block;
}
.popup-left-corner span{
background: rgb(173, 208, 247);
   border-radius: 5px;
   -moz-border-radius: 5px;
   position: absolute; /* !!! */
   padding: 5px;
   left:120%;/* la position Ã&nbsp; gauche */
   top:1%;
    width: 200px;
   text-align: center;
   box-shadow: 1px 1px 3px 0px black;
   display:none;
}</pre></body></html>