/* CSS Document */
body {
  color:black;
  background-color:black;
}

#conteneur {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
}

#sous_menu {
	padding-bottom: 5px;
	text-align: right;
}
#txt {
	width: 700px;
	float: left;
	padding-right: 35px;
	padding-left: 35px;
	text-align: justify;

}

#liste {
	float: right;
	padding-right: 65px;
	padding-left: 35px;
	text-align: justify;

}

#txt-central {
	float: right;
	width: 450px;
	padding-top: 40px;
	padding-right: 200px;
	padding-left: 25px;
	text-align: center;
}

table {	
	width: 100%;
	border:none;
	float: left;
}




.image-hover img {
  opacity: 1.0;
  filter:alpha(opacity=100);
}
.image-hover:hover img {
  opacity: 0.8;
  filter:alpha(opacity=80); 
}
img {
	border: none;
}
img.banniere {
	float: left;
	margin-leftt: -10px;
	margin-right: 0px;
	border-color=#00000
}
img.gauche,img.titre {
	float: left;
}
img.titre {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 125px;
}
img.partenaire {
	float: right;
}
img.in_text {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-left: 15px;
}

img.in_text2{
	margin-top: 15px;
	margin-right: 15px;
}

img.title {
	margin-top: 15px;
	margin-bottom: 15px;
}
img.title-contact {
	margin-top: 15px;
}
img.album {
	margin-top: 30px;
}
