/* Définition des styles des polices */
body , tr , td , p , dd  {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-Size : 11px;
	font-Weight : normal;
	font-Style : normal;
	color : #000000;
	}
h1, h3 {
	text-align:center;}
h3 {
	background-color:#FFFFFF;
	color:#000080;
	font-size:0.9em;
	margin-bottom:0px;}
/*  Définition des styles des liens */
A:link {color: #000000;text-decoration:none;font-weight: bold;}
A:visited {color: #000000;text-decoration:none;font-weight: bold;}
A:hover {color: #FF0000;text-decoration: underline;}
/*  Définition des propriétés Fieldset */
fieldset, legend{
	border:1px solid #C0C0C0;
	background-color:#EFEFEF;}
fieldset{
	padding: 0.5em 1em;
	margin-bottom:10px;}
legend{
	padding: 0.5ex 1ex;}
/*  définition des listes */
ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;}
/*  Définition des images*/
img {
/* Si on met une image dans un lien (par exemple un logo à gauche du lien), pas de bordure car c'est vilain :-p */
	border:none;}
.ssmenu img {
/* un petit espacement entre l'image et le texte du lien <a href="..."><img.../>blabla</a> */
	margin-right:2px;}
.ssmenu img.hr {
/* Encore un peu expérimental, un <hr /> entre deux items pour faire un "séparateur"... */
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	width:100%;
	display:block;}
#Logo {
	/*background-color: yellow;*/
	/*border: 1px solid #C0C0C0;*/
	position: absolute;
	left: 10px;
	top: 0px;}
#Scroll {
	position: absolute;
	left: 10px;
	top: 108px;}