/* CSS Document */
body {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding-bottom: 45px;
}
#conteneur {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	background-image: url(../images/head.jpg);
	float: left;
	height: 162px;
	width: 800px;
}
#menu {
	font-size: 0px;
	float: left;
	height: 61px;
	width: 800px;
}
#menu-gauche {
	background-image: url(../images/menu-gauche.jpg);
	float: left;
	height: 61px;
	width: 183px;
}
#menu-centre {
	float: left;
	height: 61px;
	width: 432px;
}
#menu-droite {
	background-image: url(../images/menu-droite.jpg);
	float: left;
	height: 61px;
	width: 185px;
}
#rideau-gauche {
	background-image: url(../images/rideau-gauche.jpg);
	float: left;
	height: 409px;
	width: 55px;
}
#texte {
	width: 691px;
	height: 409px;
	float: left;
	margin-bottom: 45px;
}
#langues {
	float: right;
	height: 21px;
	width: 120px;
}
html>body #texte {
height: auto;
min-height: 409px;
}

#rideau-droite {
	background-image: url(../images/rideau-droite.jpg);
	float: left;
	height: 409px;
	width: 54px;
}
div.photos {
	text-align: center;
	width: 200px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #333333;
}
div.photos-2 {
	text-align: center;
	width: 400px;
	float: left;
	margin-right: 70px;
	margin-left: 70px;
	border: 1px solid #333333;
}

div.largeur {
	width: 691px;
	height: 10px;
	float: left;
}
img.img-accueil {
	margin-top: 20px;
	margin-bottom: 20px;
}
img.img-atelier {
	margin-top: 20px;
	margin-bottom: 0px;
}
.image-hover img {
	opacity: 1.0;
	filter:alpha(opacity=100);
	border-color: #ffe6a0;
}
.image-hover:hover img {
	opacity: 0.7;
	filter:alpha(opacity=70);
	border-color: #FF8942;
}
img.drapeau {
	border: none;
}