body{
	margin: 0px;
	background-image: url('img/fin.jpg');
	background-repeat: repeat-y;
	font-family: verdana;
	font-size: 12px;
	color: #144e61;
}
a{
	color: #144e61;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#nouvelles{
	width: 195px;
	position: absolute;
	top: 400px;
	left: 30px;
}
#texte{
	position: absolute;
	top: 310px;
	left: 285px;
	width: 650px;
}
#personnel{
	position: absolute;
	top: 250px;
	left: 675px;
}
#fond{
	width: 1036px;
	height: 1143px;
	background-repeat: no-repeat;
}
html>body #fond {
	height: auto;
	min-height: 1143px;
} 
a.menu{
	line-height: 30px;
	background-color: #e51b3d;
	height: 37px;
	width: 100%;
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.menu:hover,a.menudeja{
	line-height: 30px;
	background-color: #3bbee3;
	height: 37px;
	width: 100%;
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.menu2{
	line-height: 20px;
	background-color: #e51b3d;
	height: 25px;
	width: 100%;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	padding-left: 5px;
}
a.menu2:hover,a.menu2deja{
	line-height: 20px;
	background-color: #3bbee3;
	height: 25px;
	width: 100%;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	padding-left: 5px;
}