html, body {
	width: 100%;
	_width: 98%;
	height:100%;
	_height:100%;
	margin:0;
	padding:0;
	color:#FFF;
	background-color: #F6F5EE;
	overflow: auto;
}
body {
	text-align: center;
}

div, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 120%;
	color: #000000;
}
a {
	text-decoration: none;
	color:#4076AF;
}
a:hover{
	color: #333;
}
h1 {
	font-size: 110%;
	line-height: 22px;
}
h2 {
	font-size: 100%;
	line-height: 16px;
}
sup {
	vertical-align: top;
}
.general {
	width: 785px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index:1;
}
#imghaut {
	position:relative;
	top:0;
	left:0;
	width: 785px;
	text-align:center;
	height:136px;
	z-index:2;
}
#logo {
	position:absolute;
	top: 190px;
	left:0;
	width: 785px;
	text-align:center;
	z-index:2;
}
.txthome {
	position:absolute;
	top: 300px;
	left:0;
	width: 785px;
	text-align:center;
	z-index:2;

}
#actualites {
	position:relative;
	top: 230px;
	width:100%;
	height:auto;
	z-index:5;
}
#actualites h1 {
	text-transform:uppercase;
	color:#F00;
	font-weight:bold;
	padding:0;
	margin:0;
}
#actualites a {
	color:#F30;
}
#actualites a:hover {
	color:#000;
}
