html,body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #A04016;
	color: #5B0000;
	width: 100%;
	height: 100%;
}
.bord_cadre{
	border: 1px solid #990000;
	width: 952px;
	background-color: #FFFFFF;
	padding: 1px;
	text-align: center;
}
.bg_top {
	text-align: center;
	width: 952px;
	height: 155px;
	background-color: #FFCCFF;
	background-image: url(bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.bg_left {
	width: 200px;
	background-color: #FFE8DD;
	border: 1px solid #990000;
	margin: 0px;
	padding-left: 10px;
}
.bg_main {
	width: 740px;
	border-left-style: none;
	min-height:380px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	text-align: left;
}
.bg_bottom {
	text-align: center;
	height: 20px;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #990000;
	background-color: #FFE8DD;
}
.bg_menu_top{
	margin: 0px;
	padding: 0px;
	height: 2px;
}
.bg_menu_bottom{
	margin: 0px;
	padding: 0px;
	height: 2px;
}
.txt_hors_menu{
	display: block;
	padding: 5px;
	text-align: center;
	margin: 0px 10px;
}
.txt_menu,.txt_menu_clicked,.txt_sous_menu,.txt_sous_menu_clicked {
	display: block;
	width: 200px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 8px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left;
}
.txt_titre_menu {
	padding-left: 10px;
	background-image: url(bg_titre.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 5px;
	text-align: left;
	font-weight: bold;
}
.txt_menu{
	background-image: url(bg_txt_menu.jpg);
}
.txt_menu_clicked{
	background-image: url(bg_txt_menu_select.jpg);
}
.txt_menu:hover {
	color: #CC6600;
	background-image: url(bg_txt_menu_highlight.jpg);
}
.txt_sous_menu,.txt_sous_menu_clicked{
	background-color: #FFCCCC;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #990000;
	padding-left: 15px;
	margin-left: 2px;
	width: 170px;
}
.txt_sous_menu_clicked {
	color: #FF6600;
}
.txt_sous_menu:hover {
	color: #CC6600;
}
.txt_bottom {
	color: #990000;
	padding-top: 2px;
}
.boutique_icon, .boutique_image, .img_galerie {
	border: 1px solid #000000;
}
a {
	color: #990000;
	font-weight: bold;
}
a:link { text-decoration:none; }
a:visited {	text-decoration:none; }
a:hover {
	text-decoration:underline;
	color: #CC6600;
}
/*
** pour forcer le cadre du frame à aller en bas du menu et du content
*/

.spacer {
  clear: both;
	background-color: #999999;
}

