/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	background: #cbc4bf;
}
#conteneur {
	width:790px;
	height:100%;
	position:relative;
	left:0;
	top:0;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bg-cont.png) repeat-y;
}
#cont {
	width:790px;
	float: left;
	background: url(../images/bg-cont.png) repeat-y;
}
#menu {
	background: #ebebeb url(../images/menu.jpg) no-repeat;
	float: left;
	height: 602px;
	width: 150px;
	padding-top: 150px;
	padding-right: 10px;
}
html>body #menu {
height: auto;
min-height: 602px;
}

div.sepa {
	float: left;
	width: 150px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#barre-a, #barre-b, #barre-c {
	float: left;
	width: 199px;
	padding-bottom: 12px;
	margin: 5px;
	background: no-repeat;
	font-size: 0px;
}
#barre-a {
	background: url(../images/barre-a.png) no-repeat center bottom;
	margin-left: 6px;
}
#barre-b {
	background: url(../images/barre-b.png) no-repeat center bottom;
}
#barre-c {
	background: url(../images/barre-c.png) no-repeat center bottom;
}
#texte {
	float: right;
	width: 600px;
	padding: 15px;
}
div.demi {
	float: left;
	width: 280px;
	padding-right: 10px;
	padding-left: 10px;
}
div.full {
	float: left;
	width: 570px;
	padding: 15px;
}
input,textarea {
	color: #b354b1;
	border-top: 1px solid #fff;
	border-right: 1px dashed #CECECE;
	border-bottom: 1px solid #CECECE;
	border-left: 2px solid #b354b1;
	background: #EDEBE9;
}
input.submit {
	border: none;
}
img {
	border:none
}
img.titre {
	float: left;
	margin-right: 5px;
}
img.droite {
	float: right;
	margin-left: 10px;
}
.image-hover img {
  opacity: 1.0;
  filter:alpha(opacity=100);
}
.image-hover:hover img {
  opacity: 0.8;
  filter:alpha(opacity=80); 
}

