/* CSS Document */
body {
	background: url(bg.jpg);
	text-align: center;
}
#conteneur {
	width: 797px;
	margin-right: auto;
	margin-left: auto;
}
#barre-head {
	background: url(barre-head.jpg);
	float: left;
	height: 15px;
	width: 797px;
}
#head {
	background: #FFFFFF url(head.jpg);
	float: left;
	height: 198px;
	width: 797px;
}
#cont-txt {
	background: url(bg-txt.jpg);
	float: left;
	width: 757px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
#foot {
	background: url(foot.jpg);
	float: left;
	height: 13px;
	width: 782px;
	font-size: 0.6em;
	padding-top: 12px;
	text-align: right;
	padding-right: 15px;
}
a {
	color: #707036;
	text-decoration: none;
	font-weight: bold;
}
a:hover,a.interlink:hover {
	color: #DD611E;
	text-decoration: underline;
}
a.interlink {
	color: #707036;
	font-weight: normal;
}
a.hdclic {
	font: 0.6em Verdana, Arial, Helvetica, sans-serif;
	color: #87936c;
}
a.foot {
	color: #FFFFFF;
	text-decoration: none;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
}
a.foot:hover {
	color: #FFB300;
}
a.gris-puce {
	background: url(puce-programmes-gris.jpg) no-repeat;
	padding-left: 13px;
}
img{
	border: none;
}
img.gauche {
	float: left;
}
img.droite {
	float: right;
}
img.centre {
	margin-right: auto;
	margin-left: auto;
}
img.preload {
	display: none;
}
object {
	float: right;
	margin-right: 7px;
}
.image-hover img {
  opacity: 1.0;
  filter:alpha(opacity=100);
}
.image-hover:hover img {
  opacity: 0.8;
  filter:alpha(opacity=80); 
}
img.gallerie {
	margin: 5px 6px;

}