html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	margin: 6px;
	padding: 3px;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
}
.bord_cadre{
	position:absolute;
	left:50%;
	border: 1px solid #FFFFFF;
	width: 950px;
	margin-left:-475px;
	margin-top:-3px;
}
.zone_centre
{
	float:left;
	width: 948px;
	margin: 1px;
}
.bg_left {
	padding-left: 10px;
	padding-right: 5px;
	float:left;
	width: 200px;
}
.bg_main {
	padding: 10px;
	float:left;
	width: 700px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	min-height:380px;
}
.bg_top {
	background-image: url(bg_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	width: 950px;
	height: 145px;
	vertical-align: middle;
}
.bg_bottom {
	background-image: url(bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	height: 35px;
}
.bg_menu_top{
}
.bg_menu_bottom{
}
.txt_hors_menu{
	display: block;
	padding: 5px;
	text-align: center;
	margin: 0px 10px;
}
.txt_titre_menu,.txt_menu,.txt_menu_clicked,.txt_sous_menu,.txt_sous_menu_clicked {
	display: block;
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 5px;
	width: 170px;
	background-repeat: no-repeat;
	background-position: left top;
}
.txt_menu,.txt_menu_clicked {
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-left: 22px;
	padding-bottom: 2px;
	background-image: url(bg_txt_menu.jpg);
	padding-left: 10px;
}
.txt_titre_menu {
	color: #FF3300;
	background-color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	margin-left: 20px;
}
.txt_sous_menu,.txt_sous_menu_clicked{
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 160px;
}
.txt_sous_menu_clicked,.txt_menu_clicked {
	color: #FF6600;
	background-image: url(bg_txt_menu_select.jpg);
}
.txt_menu:hover, .txt_sous_menu:hover {
	color: #FF9900;
	background-image: url(bg_txt_menu_hover.jpg);
}
.txt_sous_menu,.txt_sous_menu_clicked,.txt_sous_menu:hover{
	background-image: url(bg_txt_sous_menu.jpg);
}

.txt_bottom {
	color: #FFFFFF;
	padding-top: 10px;
}
.boutique_icon, .boutique_image, .img_galerie {
	border: 1px solid #FFFFFF;
}
a {
	color: #FF0000;
	font-weight: bold;
}
a:link { text-decoration:none; }
a:visited {	text-decoration:none; }
a:hover {
	text-decoration:underline;
	color: #FF9900;
}
/*
** pour forcer le cadre du frame à aller en bas du menu et du content
*/

.spacer {
  clear: both;
}

