.BackgroundBas  {
	background-repeat: no-repeat;
	background-position: left bottom;
}
.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #673221;
}
.texte_bande  { color: #7f7323; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center }
.texte_copyright { color: #fff; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; }
a:link { color: #6C3D2B; font-size: 12px; font-family: "Times New Roman", Times, serif; text-decoration: underline; text-align: right; }
.texte_menu { color: #7D7050; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; text-align: right; margin-left: 12px }
a:visited { color: #7E6343; font-size: 12px; font-family: "Times New Roman", Times, serif; text-align: right; }
.Background_entete {
background-repeat: no-repeat; background-position: left top}
.titre_menu {
	color: #673221;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin-left: 12px;
	font-weight: bold;
}
.texte_note {
	color: #693625;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	margin-left: 12px;
	font-style: italic;
}
.grand_titre {
	color: #693625;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	margin-left: 12px;
	font-style: italic;
}
#salle_image img{
	border:#e9e4d1 4px solid;
	margin-bottom:5px;
}
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:221px;	width: 686px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: 0px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #920000;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff
}
.paging a:hover {font-weight: bold;}
