/* CSS Document */
body {
	background: #79b128 url(../images/bg.png) repeat-x;
	text-align: center;
	margin: 0px;
}
#conteneur {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	background: url(../images/menu.jpg);
	float: left;
	height: 314px;
	width: 218px;
}
#head {
	background: url(../images/head.jpg);
	float: left;
	height: 31px;
	width: 586px;
	padding-top: 283px;
}
#bg-texte {
	background: url(../images/texte.jpg);
	float: left;
	height: 366px;
	width: 804px;
}

#texte {
	background: url(../images/bg-texte.jpg) no-repeat;
	float: left;
	height: 366px;
	width: 764px;
	padding-right: 20px;
	padding-left: 20px;
}
html>body #texte, html>body #bg-texte {
height: auto;
min-height: 366px;
}

#foot {
	background: url(../images/foot.jpg) no-repeat;
	float: left;
	height: 23px;
	width: 804px;
	padding-top: 15px;
}
div.tiers {
	float: left;
	width: 265px;
	background: url(../images/bg-tiers.jpg) repeat-y;
	padding-left: 20px;
}
div.tiers-bis {
	float: left;
	width: 230px;
	padding-left: 20px;
}

div.deuxtiers {
	float: left;
	width: 460px;
	padding-right: 10px;
}
div.demi {
	float: left;
	width: 342px;
	padding-right: 10px;
	padding-left: 10px;
}
div.demideuxtiers {
	float: left;
	width: 215px;
	padding-right: 10px;
}

div.full {
	float: left;
	width: 724px;
	padding-right: 20px;
	padding-left: 20px;
}
img {
	border: none;
}
img.logo {
	float: right;
	margin-bottom: 17px;
	margin-top: 14px;
}
img.bouton {
	float: left;
	margin-left: 25px;
}
img.gauche {
	float: left;
}
img.droite {
	float: right;
}
img.rubrique {
	margin-right: 5px;
	margin-left: 5px;
}
img.sepa {
	margin-top: 15px;
	margin-bottom: 15px;
}
img.thumb {
	margin: 7px;
}
img.thumb-gauche {
	margin: 7px 0px 7px 14px;
	float: left;
}

.plan img {
	opacity: 1.0;
	filter:alpha(opacity=100);
	border: 3px solid #FFFFFF;
}
.plan:hover img {
	opacity: 0.7;
	filter:alpha(opacity=70);
	border: 3px solid #666666;
}

.image-hover img {
  opacity: 1.0;
  filter:alpha(opacity=100);
}
.image-hover:hover img {
  opacity: 0.7;
  filter:alpha(opacity=70); 
}
input,textarea,input.obligatoire {
	color: #3F9300;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px dashed #b2b2b2;
	background-color: #f4f4f6;
}
input.obligatoire {
	border-left: 4px solid #FFAC11;
}
input.radio {
	background: #FFFFFF;
	border-style: none;
}
