.conteneur {
width: 767px;
height: 100%;
margin-left: auto;
margin-right: auto;
text-align: left;
}
body {
	width: 767px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-repeat: repeat;
	background-color: #000000;
}

.bandeau {
float:left;
	width: 767px;
	height: 77px;
}


.boutons {
	float:right;
	width: 767px;
	height: 25px;
	margin-top:30px;
	text-align:right;
}

.contenu-haut {
	float:left;
	width:767px;
	height:17px;
	background-image: url(../images/haut-contenu_03.gif);
	background-repeat:no-repeat;
	}
.contenu-bas {
	float:left;
	width:767px;
	height:12px;
	background-image: url(../images/pied_10.gif);
	background-repeat:no-repeat;
	}
.contenu-milieu {
	float:left;
	background-color:#FFFFFF;
	width:747px;
	
	padding-left:10px;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-top: -10px;
}

.contenu-milieu img {
float:left;
padding-left:5px;
padding-right:5px;
}
.contenu-milieu object {
margin-top:20px;
margin-left:100px;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size:24px;
	color: #FF0000;
	text-align: right;
}
h2 {
	font-family: "Courier New", Courier, mono;
	font-size:18px;
	color: #999999;
	
}
a, a:link, a:visited{
text-decoration:underline;
color:#000000;
}
a:hover {
text-decoration:underline;
color:#FF0000;
}
.gras {
color:#FF0000;
	font-weight: bold;
}
