#clear {
	clear: both;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.soustitre {
	font-size:13px;
	font-weight:bold;
	color: #0066FF;
	padding-top:10px;
	padding-bottom:5px;
}
#container {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	padding: 0px;
}
#bandeau {
	background-color: #FFFFE6;
	border: 1px solid #0066FF;
	padding: 8px;
	padding-bottom:100px;
	background-image: url(../images/theme/bas_dossier.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#titre {
	height:30px;
	color: #0066FF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#bandeau_texte_gauche {
	float:left;
	width: 305px;
	text-align: justify;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-bottom: 10px;
}
#bandeau_texte_droite {
	float:right;
	width: 305px;
	text-align: justify;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 10px;
}
#bandeau_texte_centre {
	text-align:left;
	text-align: justify;
	padding-bottom: 10px;
	padding-top: 10px;
}
.annotation {
	font-size:10px;
	font-style:italic;
}
