body {
	background-color: #ffffff;
	font-family: Verdana;
	font-size:10pt;
	margin-top: 0;
      }
.header {
	background-color: #ffffff;
	position: absolute;
	height: 110px;
	width: 800px;
	left: 120px;
	top: 0px;
	right: auto;
	font-size: 24pt;
	font-weight: bold;
	color: #0099ff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 20px 20px 20px 20px;
}
.onglet1 {
	font-family: Veranda, Ariel, Helvetica, sans-sherif;
	font-size: 8pt;
	color: #000000;
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	left: 600px;
	visibility: visible;
	padding: 5px 5px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
}
.onglet1 a {
	color: #000000;
}
.onglet1 a:hover{
	color: #ff0000;
}
.menu {
	font-family: Veranda, Ariel, Helvetica, sans-sherif;
	font-size: 12pt;
	font-style: normal;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-color: #585858;
	position: absolute;
	visibility: visible;
	top: 80px;
	right: auto;
	left: 200px;
	/*width: 950px;*/
	text-align: center;
	padding: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
}
.menu a{
	 color: #000000; text-decoration: underline; text-decoration: none;
	 }
.menu a:hover{
	 color: #f0f0f0; text-decoration: underline; text-decoration: none;
	 }
.main{
	position: absolute;
	background-color: #ffffff;
	top: 110px;
	left: 60px;
 	width: 950px;
	padding: 20px 20px 20px 20px;
	-moz-border-radius: 0 0 5px 5px;
}
.foot{
	position: relative;
	background-color: #ffffff;
	bottom: 5px;
	padding: 20px 20px 20px 20px;
	-moz-border-radius: 0 0 5px 5px;
}

a { color: #a80000; text-decoration: none;}
a:hover { color: #505050; text-decoration: underline; text-decoration: none; }
h3 {color: #a80000;}
h4 {color: #660000;}
