/* CSS Document */
body {
	font-family:"Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}
h1 { 
	font-size: 1.2em; 
	margin: 0; 
	text-align:center;
}
h2 { 
	font-size: 1.2em; 
	margin: 0px; 
	text-align:center;
} 
h3 { 
	font-size: 1.2em; 
	text-align:center;
	}
h4 { 
	font-size: 2.2em; 
	margin: 0; 
	text-align:center; 
} 
h5 {font-size: 10px;
	margin: 0;
	text-align:center;
	background-color: #FFFFD7; 
	}
#header {
height: 158px;
margin-left: 280px;
}
#conteneur {
position: relative;
width: 900px;
margin: 0 auto;
background-color:#FFFFFF;
}
#centre {
margin-left: 300px;
margin-right:360px;
text-align:center;
margin-top:10px;

}
#gauche {
position: absolute;
left:0;
width: 290px;
text-align:center;
margin-left: 10px;
margin-top:10px;

}
#droite {
position: absolute;
right:0;
width: 360px;
text-align:center;
margin-top:10px;
margin-left:10px;

}
#pied {
height: 160px;
text-align:center;
border-top: #663300 1px solid;
background-image: url(pied.gif);
}
#p1 {
text-align:left;
margin-left: 7px;
}
a:link {
	color: #990033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990033;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #990033;
}
