/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #bdbdbd url(../images/bg.png) repeat-x;
	text-align: center;
}
#conteneur {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	background: url(../images/head.jpg) no-repeat;
	float: left;
	height: 203px;
	width: 820px;
}
#head a img {
	height: 112px;
	width: 244px;
}
#head a:hover img {
  background: #FFFFFF;
  opacity: 0.2;
  filter:alpha(opacity=20); 
}
#menu {
	background: url(../images/menu.jpg) no-repeat;
	float: left;
	height: 61px;
	width: 800px;
	padding-right: 10px;
	padding-left: 10px;
}
#cont-texte {
	background: url(../images/bg-txt.png);
	float: left;
	width: 820px;
}
#texte {
	float: left;
	height: 240px;
	width: 760px;
	background: url(../images/bas-txt.png) no-repeat center bottom;
	padding: 20px 30px;
}
html>body #texte {
height: auto;
min-height: 240px;
}
div.cadre {
	float: left;
	background: #fff url(../images/bas-cadre.png) no-repeat center bottom;
	width: 435px;
	padding-bottom: 10px;
}
div.full-cadre {
	float: left;
	background: #fff url(../images/bas-full-cadre.png) no-repeat center bottom;
	width: 760px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
div.full-cadre .demi {
	float: left;
	width: 365px;
	padding-right: 15px;
}
div.full-cadre .full {
	float: left;
	width: 760px;
}
#cont-foot {
	background: url(../images/bg-foot.png) repeat-x;
	clear: both;
	width: 100%;
	text-align: center;
}
#foot {
	background: url(../images/foot.jpg) no-repeat;
	height: 70px;
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
}
#foot img {
	float: right;
}
#foot a:hover img, a.image-hover:hover img {
  opacity: 0.8;
  filter:alpha(opacity=80); 
}
table span {
	font-size: 120%;
	font-weight: bold;
	color: #4581c0;
	text-align: center;
}
table {
	padding: 2px;
	width: 93%;
	background: #F0F0F0;
	margin-left: 15px;
	margin-bottom: 10px;
}
tr {
	background: #F7F7F7;
}
td {
	padding: 5px;
}
img {
	border: none;
}
input.submit:hover {
  opacity: 0.7;
  filter:alpha(opacity=70); 
}
/*Newsletter */
#newsletter {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 400px;
	height: 25px;
	background: #ddd;
	text-align: center;
	padding: 2px 10px;
}
#newsletter p {
	color: #2a547c;
	font-weight: bold;
	float: left;
	width: 200px;
	margin: 2px 0px 0px;
}

