/* CSS Document */
body {
	background: #646464;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#conteneur {
	width: 808px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	background: url(../images/head.jpg);
	float: left;
	height: 135px;
	width: 808px;
}
#cont {
	background: url(../images/bg.png) repeat;
	float: right;
	width: 800px;
	padding-right: 4px;
	padding-left: 4px;
}
#menu {
	background: url(../images/menu.jpg);
	float: left;
	height: 60px;
	width: 800px;
	padding-right: 4px;
	padding-left: 4px;
}
#texte {
	background: url(../images/sigle.png) no-repeat right bottom;
	float: right;
	height: 350px;
	width: 560px;
	padding: 0px 31px 10px 32px;
}
div.demi {
	float: left;
	width: 260px;
	padding-right: 10px;
	padding-left: 10px;
}
div.full {
	float: left;
	width: 540px;
	margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
div.full hr {
	border-top: 1px dotted #E6E6E6;
	border-right: 1px dotted #FFFFFF;
	border-bottom: 1px dotted #E6E6E6;
	border-left: 1px dotted #FFFFFF;
}
#menu-gauche {
	float: right;
	height: 350px;
	width: 177px;
}
html>body #texte, html>body #menu-gauche {
height: auto;
min-height: 350px;
}

#titre {
	background: url(../images/titre.jpg) no-repeat;
	float: left;
	height: 49px;
	width: 149px;
	padding-top: 6px;
	padding-right: 28px;
}
#cont-menu {
	float: left;
	width: 167px;
	padding-top: 15px;
	padding-left: 10px;
}
#drapeaux {
	float: right;
	height: 20px;
	width: 560px;
	padding: 0px;
	text-align: center;
}
#drapeaux  img {
	float: right;
	margin-right: 2px;
	margin-left: 2px;
}

#foot {
	background: url(../images/foot.png) no-repeat;
	float: left;
	height: 7px;
	width: 808px;
	font-size: 0px;
	padding-bottom: 0px;
}
img {
	border: none;
}
img.gauche {
	float: left;
}
img.droite,img.droite-marge {
	float: right;
}
img.droite-marge {
	margin-left: 10px;
}
#cont-menu img {
	margin-top: 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); 
}
input,textarea, select {
	color: #8C7B86;
	border-top: 1px dashed #fff;
	border-right: 3px solid #6F6F6F;
	border-left: 1px dashed #CECECE;
	border-bottom: 1px dashed #CECECE;
	background: #F7F4F4;
}
input.submit,input.radio  {
	border: none;
}

