h1 {
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-family: Verdana;
	font-style: normal;
	font-size: 16pt;
	font-weight: bold;
}
li {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	list-style-type: square;
}
li.liste_menu {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	list-style-type: none;
}
a  {
	font-family: Verdana;
	font-style: normal;
	font-size: 11px;
}
a.footer  {
	font-family: Verdana;
	font-style: normal;
	font-size: 9px;
}
a:link {
	/* lien non encore visite */
	color:#0033FF; /* bleu */
	text-decoration: none;
}	
a:active {
	/* lien en cours d'activation */
	color:#ff6666; /* rouge */
	text-decoration: none;
}
a:hover {
	/* lien survole */
	color:#ff6666; /* rouge */
	text-decoration: underline;
}
a:visited {
	/* lien deja visite */
	color:#0033FF; /* bleu */
	text-decoration: underline;
}	
#menu {
	font-family: Verdana;
	font-size: 11px;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin:0px;	
	width: 149px;
}
#menu li {
	margin-bottom:4px;
	list-style: none;
}
#menu li a {
  	height: 18px;
	text-decoration: none;
}		
#menu li a:link {
	/* lien non encore visite */
	color:#0033FF; /* bleu */
	text-decoration: none;
	display: block;
	background: grey;
	padding: 4px 0 0 15px;
}
#menu li a:hover {
	/* lien survole */
	color:#ff6666; /* rouge */
	text-decoration: underline;
	padding: 4px 0 0 15px;
	font-weight: bolder;
}
#menu li a:visited {
	/* lien deja visite */
	color:#0033FF; /* bleu */
	text-decoration: underline;
	display: block;
	padding: 4px 0 0 15px;
}
p.titre {
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-family: Verdana;
	font-style: normal;
	font-size: 16pt;
	font-weight: bold;
}
p.sous-titre {
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-family: Verdana;
	font-style: normal;
	font-size: 14pt;
	font-weight: bold;
}
p.texte {
	color: #000000;
	text-align: justify;
	text-decoration: none;
	font-family: Verdana;
	font-style: normal;
	font-size: 9pt;
	font-weight: normal;
}
p.texte_center {
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-family: Verdana;
	font-style: normal;
	font-size: 9pt;
	font-weight: normal;
}
p.texte1 {
	color: #000000;
	text-align: justify;
	text-decoration: none;
	font-family: Verdana;
	font-style: normal;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: -1em;
}
p.texte2 {
	color: #000000;
	text-align: justify;
	text-decoration: none;
	font-family: Verdana;
	font-style: normal;
	font-size: 9pt;
	font-weight: bold;
}
p.texte2_right {
	color: #000000;
	text-align: right;
	text-decoration: none;
	font-family: Verdana;
	font-style: normal;
	font-size: 9pt;
	font-weight: bold;
}
p.texte2_center {
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-family: Verdana;
	font-style: normal;
	font-size: 9pt;
	font-weight: bold;
}
p.texte3 {
	color: #000000;
	text-align: justify;
	text-decoration: none;
	font-family: Verdana;
	font-style: normal;
	font-size: 7pt;
	font-weight: normal;
	line-height: 5pt;
}
p.texte3_center {
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-family: Verdana;
	font-style: normal;
	font-size: 7pt;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 0px;
}
p.avertissement {
	color: #FF0000; /* rouge */
	text-align: justify;
	text-decoration: none;
	font-family: Verdana;
	font-style: normal;
	font-size: 9pt;
	font-weight: bold;
}
p.avertissement_center {
	color: #FF0000; /* rouge */
	text-align: center;
	text-decoration: none;
	font-family: Verdana;
	font-style: normal;
	font-size: 9pt;
	font-weight: bold;
}
p.avertissement-titre {
	color: #FF0000;
	text-align: center;
	text-decoration: none;
	font-family: Verdana;
	font-style: normal;
	font-size: 14pt;
	font-weight: bold;
}
