@charset "iso-8859-1";
/* CSS Document */
body {
	background: #597076;
	text-align: center;
}
#conteneur {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	width: 795px;
	float: left;
	height: 64px;
	background: url(../images/logo.jpg);
	padding-top: 16px;
	padding-right: 15px;
}
#head {
	width: 810px;
	float: left;
	height: 154px;
	background: #FFFFFF url(../images/bg-head.png) repeat;
}
#menu {
	width: 810px;
	float: left;
	background: url(../images/menu.jpg);
	height: 27px;
	padding-top: 10px;
}
#cont-texte {
	background: url(../images/bg-texte.png);
	float: left;
	width: 810px;
}
#texte {
	background: url(../images/haut-texte.jpg) no-repeat;
	float: left;
	width: 780px;
	height: 320px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
html>body #texte {
height: auto;
min-height: 320px;
}
div.tiers {
	float: left;
	width: 240px;
	padding: 10px 5px 0px;
}
div.deux-tiers {
	float: left;
	width: 480px;
	padding: 10px 5px 0px;
}
div.demi {
	float: left;
	width: 350px;
	padding-right: 20px;
	padding-left: 20px;
}
div.full {
	float: left;
	width: 740px;
	padding-right: 20px;
	padding-left: 20px;
}

#foot {
	background: url(../images/foot.jpg) no-repeat;
	float: left;
	height: 19px;
	width: 810px;
	padding-left: 20px;
}
table {
	padding: 5px;
	width: 100%;
	background: #FFFFFF;
	text-align: left;
}
td.colspan {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background: #333333;
}
tr {
	background: #F5F5F5;
}
td {
	padding: 5px;
}
input,textarea,input.obligatoire {
	color: #000000;
	border-top: 1px dashed #fff;
	border-left: 1px dashed #FFFFFF;
	border-bottom: 1px dashed #B2B2B2;
	border-right: 1px dashed #FFFFFF;
	padding-left: 2px;
	background: #FFFFFF;
}
img, input.submit {
	border: none;
}
img.prestations {
	float: right;
	margin: 10px;
}
.image-hover img {
  opacity: 1.0;
  filter:alpha(opacity=100);
}
.image-hover:hover img, input.submit:hover {
  opacity: 0.7;
  filter:alpha(opacity=70); 
}
