/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #1c0404;
	text-align: center;
}
#conteneur {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	width: 830px;
	height: 163px;
	float: left;
	background: url(../images/head.jpg);
	padding-top: 17px;
}
#menu {
	width: 830px;
	height: 26px;
	float: left;
	background: url(../images/menu.jpg);
	padding-top: 10px;
}
#cont-texte {
	width: 830px;
	float: left;
	padding-right: 25px;
	padding-left: 25px;
}
#texte {
	float: left;
	background: #330303 url(../images/bg-texte.jpg) no-repeat center top;
	width: 720px;
	height: 320px;
	padding: 30px;
}
html>body #texte {
height: auto;
min-height: 320px;
}
div.full, div.full-ref {
	float: left;
	width: 720px;
	margin-top: 10px;
}
div.demi {
	float: left;
	width: 330px;
	padding-right: 30px;
}
div.demi-droite {
	float: left;
	width: 360px;
}
div.tiers {
	float: left;
	width: 200px;
	padding-right: 30px;
}
div.tiers-droite {
	float: left;
	width: 260px;
}

#foot {
	background: url(../images/foot.png);
	float: left;
	height: 17px;
	width: 830px;
}
div.sepa {
	clear: both;
	margin: 2px 0px 7px;
	padding: 0px;
	background: #cdb48f;
	height: 1px;
	width: 100%;
	font-size: 0px;
}
img {
	border: none;
}
img.droite {
	float: right;
	margin-left: 5px;
}
img.gauche {
	float: left;
	margin-right: 5px;
}
table {
	padding: 2px;
	color: #e9cca3;
	font-weight: bold;
	text-align: left;
}
td {
	padding: 5px;
	border: 1px dotted #8C393C;
}

.image-hover img {
  opacity: 1.0;
  filter:alpha(opacity=100);
}
.image-hover:hover img, input.submit:hover {
  opacity: 0.7;
  filter:alpha(opacity=70); 
}
