@charset "iso-8859-1";

a:link { color : NAVY; text-decoration : none; }
a:active { color : NAVY; text-decoration : underline; }
a:visited { color : NAVY; text-decoration : none; }
a:hover { color : DARKRED; text-decoration : underline; }

a.lienstopmenu:link { color : WHITE; font-size : 9pt; text-decoration : none; }
a.lienstopmenu:active { color : WHITE; font-size : 9pt; text-decoration : underline; }
a.lienstopmenu:visited { color : WHITE; font-size : 9pt; text-decoration : none; }
a.lienstopmenu:hover { color : WHITE; font-size : 9pt; text-decoration : underline; }

a.liensmenu:link { color : NAVY; font-size : 9pt; text-decoration : none; line-height: 14pt; }
a.liensmenu:active { color : NAVY; font-size : 9pt; text-decoration : underline; line-height: 14pt; }
a.liensmenu:visited { color : NAVY; font-size : 9pt; text-decoration : none; line-height: 14pt; }
a.liensmenu:hover { color : NAVY; font-size : 9pt; text-decoration : underline; line-height: 14pt; }

body
 {
	font-size : 9pt;
	font-family : Verdana;
 }

td
 {
	font-size : 9pt;
	font-family : Verdana;
 }
 
.page
 {
	font-size : 10pt;
	font-family : Verdana;
 }

.tdpage
 {
 	background-image: url(images/epi.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
 }

h1
 {
	font-size : 15pt;
	font-family : Verdana;
 }
 
h2
 {
	font-size : 12pt;
	font-family : Arial;
 }

.topmenu
 {
 padding: 5px;
 padding-left: 15px;
 background-color: #692B36;
 }

.longtexte
 {
 font-size : 8pt;
 }