@charset "utf-8";
/* CSS Document */
/* Fichier commun.css */

*{
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: black;
}

h2 {
	color: #0374A9;/* bleu marine */
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	width: 500px;
	padding-top: 15px;
}
html>body h2 {
	padding-top: 5px;
}
#h3 {
	color: #2DC4A1;/* vert pâle */
	font-size: 1em;
	padding-left: 20px;
}
h4 {
	margin-bottom: 0;
	padding-bottom: 0;
	text-decoration: underline;
}
a{
	color: #0374A9;/* bleu marine */
	text-decoration: none;
	font-weight: bold;
	padding-left: 0;
}   
a:hover{
	color: #0374A9;/* bleu marine */
	text-decoration: underline;
}

.stats {
	position: relative;
	bottom: 70px;
	left: 200px;
	width:100px;
	z-index: -10;
}
a.popup {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	text-align: center;
}
.centre{
	text-align: center;
}


