* {
	margin: 0;
	padding: 0;
}

body {
	width: 800px;
	margin: 0 auto;
	font-size: 16px; 
	font-family: "Times New Roman", "Garamond", "Georgia";
	background-color: #ffffff;
	background: url(img/haut.jpg) no-repeat top;
	padding-top: 400px;
	padding-left: 20px;
}

table{
	padding: 0px; 
	margin: 0px; 
	border:0px; 
	border-spacing: 0px;
	border-collapse:collapse;
	background-color: #ffffff;
}

td{
	text-align: center;
}

img{
	border:0px;
}

h1{
	font-size: 18px;
}

h2{
	font-size: 16px;
}

a {
	text-decoration: underline;
	color : #043406;
}

a:hover {
	text-decoration: underline;
	color : #043406;
}
a:link { 
	text-decoration: underline;
	color : #043406;
}
a:visited {
	text-decoration: underline;
	color : #043406;
}
a:active {
	text-decoration: underline;
	color : #043406;
}

.ev{
	float: left;
	width: 60px;
}

.ev_texte{
	height: 110px;
	padding-bottom: 10px;
	text-align: justify;
}

.al{
	float: left;
	width: 210px;
}

.al_texte{
	height: 150px;
	padding-bottom: 10px;
	text-align: justify;
}
