#conteneur {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/fond.jpg);
	background-repeat: repeat-x;
	background-color: #bb9569;
	padding: 0px;
	height: 650px;
}
a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

#bandeau {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 80px;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.4em;
	vertical-align: middle;
	text-align: center;
	color: #410C12;
	background-image: url(../images/fond-banniere.gif);
	line-height: 58px;
}
#texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 500px;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 18px;
	background-image: url(../images/fond_bas.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#video {
	float: left;
	width: 360px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.dates {
	font-size: 16px;
	font-weight: bold;
	color: #410C12;
}
.texte16 {
	font-size: 16px;
}
body {
	background-color: #410C12;
}

