body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url(images/fond_page.jpg);
}
img {
    border:none;
}
#header {
	background-image: url(images/header.jpg);
	height: 250px;
	width: 750px;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	display: none;
}
#conteneur {
	position: relative;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/fond_container.gif);
	background-repeat: repeat-y;
}
#texte {
	margin-left: 220px;
	width: 510px;
	padding-bottom: 5px;
}
#texte a {
color: #5F5D41;
text-decoration: underline;
}
#texte a:hover {
text-decoration: none;
}
#texte h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	letter-spacing: 0.3em;
	text-indent: 20px;
	padding-top: 20px;
}
#texte h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-indent: 20px;
	padding-top: 10px;
}
#texte ul {
	list-style-type: square;
	list-style-position:inside;
	margin: 0px 0px 10px 0px;
	padding: 0;
}
#menu {
	width: 170px;
	float: left;
	margin-top: 10px;
	padding-left: 15px;
}
#pied {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 8px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	position: absolute;
}
.menugauche {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.menugauchetitre {
	width: 160px;
	background-color: #7F7B67;
	color: #FFFFFF;
	text-decoration: underline;
}
.menugauche li {
	font-size: 0.85em;
	margin-left: 5px;
}
.menugauche a {
margin: 0 2px;
color: #5F5D41;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
}
.textecentre {
	text-align: center;
}
.copy, a.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}
acronym {
	cursor: help;
	text-decoration: underline;
	border: none;
}
