/* CSS Document */
body {
	text-align: center;
	margin: 0px;
	background: #463000 url(../images/bg.jpg) repeat-x;
}
#conteneur {
	width: 787px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	width: 747px;
	float: left;
	height: 23px;
	padding-top: 22px;
	padding-left: 40px;
}
#haut-site {
	background: url(../images/haut-site.jpg);
	float: left;
	height: 34px;
	width: 787px;
}
#cont {
	background: url(../images/bg-cont.png);
	float: left;
	height: 487px;
	width: 787px;
}
html>body #cont, html>body #texte {
height: auto;
min-height: 487px;
}
#texte {
	float: left;
	height: 487px;
	width: 432px;
	padding-right: 40px;
	padding-left: 40px;
}
div.demi {
	float: left;
	width: 196px;
	padding-right: 10px;
	padding-left: 10px;
}
#droite {
	background: url(../images/droite.jpg);
	float: left;
	height: 487px;
	width: 275px;
}
#foot {
	background: url(../images/foot.png) no-repeat;
	float: left;
	height: 31px;
	width: 787px;
}
img {
	border: none;
}
img.gauche {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
img.gauche-haut {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.droite {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.savoirplus {
	float: left;
	margin-top: 5px;
}
.image-hover img {
  opacity: 1.0;
  filter:alpha(opacity=100);
}
.image-hover:hover img {
  opacity: 0.7;
  filter:alpha(opacity=70); 
}
img.sepa {
	margin-top: 15px;
	margin-bottom: 15px;
}
input,textarea {
	color: #FF7D09;
	border-top: 1px solid #fff;
	border-right: 1px dashed #CECECE;
	border-left: 1px solid #CECECE;
	border-bottom: 2px solid #df7e00;
	background: #E4E0E0;
}
input.submit {
	border: none;
}
