body {
font-family: Verdana, Arial, sans-serif;
font-size: 11pt;
background: #FFFFbb;
color: #000000;
margin-top:20px;
margin-left:0px;
margin-bottom:0px;
}

p {
text-align:justify;
}

img {
border:0;
}

h3, h4 {
text-align:center;
}

ul {list-style-position:inside}
ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}

a:link.nav {
display:block;
color: #000000;
font-weight:bold;
}

a:visited.nav {
display:block;
color: #000000;
font-weight:bold;
}

a:hover.nav {
display:block;
color: #2D3282;
background-color: #FFFF99;
font-weight:bold;
}

a:active.nav {
display:block;
color: #0000FF;
font-weight:bold;
}


a:link.nav2 {
color: #000000;
font-weight:bold;
}

a:visited.nav2 {
color: #000000;
font-weight:bold;
}

a:hover.nav2 {
color: #000000;
background-color: #FFFF99;
font-weight:bold;
}

a:active.nav2 {
color: #0000FF;
font-weight:bold;
}


td {
text-align: justify;
font-weight:bold;
}

td.nav {
font-weight:bold;
text-align:center;
}


/* Formulaire */

input { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px #999999 solid;
	vertical-align:middle;
	margin:0;
	padding:0;
	height: 20px;

}

input.input-radio {
	width:20px;
	height: 20px;
	margin:0;
	padding:0;
	font-size: 11px;
	vertical-align:middle;
	}


.textfeld {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 250px;
	height: 100px;
	border: 1px #999999 solid;
	margin-top: 5px;
	padding: 2px;

}

.form-td {
	text-align:left;
	vertical-align:center;
	margin:0;
	padding:0;
}

.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-align: center;
	width: 75px;
	height: 20px;
	background-color: #e2001a; 
	margin-top: 3px; 
	margin-left: 1px; 
	cursor:pointer;
}


a:link.annee {
color: #000000;
font-weight:bold;
padding:3px;
text-decoration:none;
border:1px solid blue;
}

a:visited.annee {
color: #000000;
font-weight:bold;
padding:3px;
text-decoration:none;
border:1px solid blue;
}

a:hover.annee {
color: #2D3282;
background-color: #FFFFFF;
font-weight:bold;
padding:3px;
text-decoration:none;
border:1px solid blue;
}

a:active.annee {
color: #0000FF;
background-color: #FFFFFF;
font-weight:bold;
padding:3px;
text-decoration:none;
border:1px solid blue;
}