/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #020202 url(../images/bg.png) repeat-x;
	text-align: center;
}
#conteneur {
	width: 862px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	height: 21px;
	width: 862px;
	margin-right: auto;
	margin-left: auto;;
}
#cont {
	background: url(../images/bg-txt.png);
	float: left;
	width: 862px;
}
#contenu {
	background: url(../images/contenu-feng-shui.jpg) no-repeat;
	float: left;
	height: 435px;
	width: 775px;
	padding-top: 65px;
	padding-right: 57px;
	padding-left: 30px;
}
html>body #contenu {
height: auto;
min-height: 435px;
}
#texte {
	float: right;
	width: 347px;
	padding-left: 20px;
	height: 500px;
	padding-bottom: 10px;
}
html>body #texte {
height: auto;
min-height: 500px;
}
div.demi {
	width: 160px;
	padding-right: 12px;
	float: left;
}
div.demi-droite {
	width: 161px;
	padding-left: 12px;
	float: left;
}
#cont-news {
	background: url(../images/cont-news.png) repeat-y right;
}
#nathalie, #cont-news  {
	float: left;
	width: 352px;
	padding-left: 31px;
	padding-right: 0px;
}
#news {
	background: url(../images/news.jpg) no-repeat;
	float: left;
	height: 92px;
	width: 312px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 40px;
}
html>body #news {
height: auto;
min-height: 92px;
}

#news-foot {
	background: url(../images/foot-news.png) no-repeat;
	float: left;
	height: 40px;
	width: 352px;
}
#cont-foot {
	background: url(../images/bg-foot.png) repeat-x;
	float: left;
	height: 21px;
	width: 100%;
}
#foot {
	clear: both;
	height: 21px;
	width: 822px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#foot img {
	float: right;
}
#sous-menu {
	background: url(../images/bg-sous-menu.png) repeat-x;
	float: left;
	height: 16px;
	width: 347px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 2px;
}
img {
	border: none;
}
img.head {
	float: left;
	padding-bottom: 18px;
}
img.gauche {
	float:left;
	margin-right: 10px;
}
input.submit:hover {
  opacity: 0.7;
  filter:alpha(opacity=70); 
}
.image-hover img {
  opacity: 1.0;
  filter:alpha(opacity=100);
}
.image-hover:hover img {
  opacity: 0.7;
  filter:alpha(opacity=70); 
}
