1}
2caption {
3	font-family: Helvetica;
4	font-size: 18px;
5	font-weight: bold;
6	color: #003161;
7}
8th {
9	font-family: Helvetica;
10	font-size: 14px;
11	font-height: 22px;
12	font-weight: bold;
13	color: #003161;
14}
15a:link {
16	color: #003161;
17	text-decoration: none;
18}
19a:active {
20	color: #003161;
21	text-decoration: none;
22}
23a:visited {
24	color: #003161;
25	text-decoration: none;
26}
27a:hover {
28	color: #FFFFFF;
29	text-decoration: underline;
30}
31td {
32	font-family: Helvetica;
33	font-size: 12px;
34	font-weight: normal;
35}
36label {
37	font-family: Helvetica;
38	font-size: 14px;
39	font-weight: bold;
40}
41.texte {
42	font-family: Helvetica;
43	font-size: 12px;
44	font-weight: normal;
45}
46.texteinv {
47	font-family: Helvetica;
48	font-size: 12px;
49	font-weight: bold;
50	color: white;
51}
52label {
53font-family:"trebuchet ms",sans-serif;
54font-size: 12px;
55font-weight:bold
56}
57input {
58border:1px solid #003161;
59background-color: white;
60font-family:"trebuchet ms",sans-serif;
61font-size: 12px;
62color: #003161;
63}
64select, option {
65background-color: white;
66font-size: 12px;
67color: #003161;
68}
69textarea {
70border:1px solid #003161;
71background-color: white;
72font-family:"trebuchet ms",sans-serif;
73font-size: 12px;
74color: #003161;
75}