@charset "utf-8";
/* CSS Document */
body {
	background-color: #652400;
	text-align: center;
}
#conteneur {
	width: 771px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2%;
}
#cont {
	float: left;
	width: 771px;
	background: #211713;
}
#menu {
	float: left;
	width: 771px;
	height: 91px;
	background: url(../images/bg-menu.png) repeat-x;
}
#ban {
	float: left;
	height: 659px;
	width: 267px;
	background: #e1b281 url(../images/ban.jpg) no-repeat;
}
#ban-video {
	float: left;
	height: 200px;
	width: 267px;
	background: #e1b281 url(../images/ban.jpg) no-repeat;
	padding-top: 659px;
}
#texte {
	float: left;
	height: 619px;
	width: 474px;
	padding-top: 40px;
	padding-right: 15px;
	padding-left: 15px;
	background: #e1b281 url(../images/texte.jpg) no-repeat;
}
div.demi {
	width: 180px;
	padding-left: 40px;
	float: left;
}
div.full {
	width: 474px;
	float: left;
}
html>body #texte {
height: auto;
min-height: 619px;
}

img.sigle {
  opacity: 0.8;
  filter:alpha(opacity=80); 
}
img {
	border:none;
}
.image-hover img {
  opacity: 1.0;
  filter:alpha(opacity=100);
}
.image-hover:hover img {
  opacity: 0.7;
  filter:alpha(opacity=70); 
}

img.sigle-cours {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
img.gauche {
	float: left;
	margin: 10px;
}
img.droite {
	float: right;
	margin: 10px;
}
