@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	background: #FFFFFF;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	/*text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
}
td {
	vertical-align: top;
}
a:link {
	font-size: 10px;
	color: #0099FF; /*#0066FF; #0000FF;*/
	text-decoration: underline;
}
a:hover {
	font-size: 10px;
	color: #00CCFF; /*#0099FF; #333333;*/
	text-decoration: underline;
}
a:visited {
	font-size: 10px;	
	color: #0099FF; /*#0066FF; #0000FF;*/
	text-decoration: underline;
}
/* =========================== */
.pub-tit-centre {
	background-color: #FF0000;
	color: #FFFFFF;
	background-position: center;
	text-align: center;
	margin: 1px;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	font-size: 12px;
}
/* =========================== */
h1 {
	font-size: 12px;
	font-weight: bold;
}
h2 {
	font-size: 11px;	
	font-weight: bold;
}
h3 {
	font-size: 10px;
	font-weight: bold;
}
