<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
}
.bg_top {
	width: 100%;
	height: 100px;
	vertical-align: left;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.zone_centre
{
	color: #FFFFFF;
	background-color: #333333;
	float:left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.bg_left {
	padding-left: 10px;
	padding-right: 10px;
	float:left;
	width: 200px;
}
.bg_main {
	float:left;
	min-height:450px;
	width: 700px;
}
.bg_bottom {
	text-align: center;
	width: 100%;
	background-color: #000000;
	padding-bottom: 100px;
}
.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: right;
	padding-right: 15px;
	width: 190px;
}
.txt_titre_menu {
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 0px;
	padding-bottom: 15px;
	font-weight: bold;
	text-decoration: underline;
	text-align: right;
	width: 190px;
}
.txt_menu,.txt_menu_clicked {
	font-size: 14px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 2px;
}
.txt_sous_menu,.txt_sous_menu_clicked{
	font-size: 10px;
	font-weight: normal;
}
.txt_sous_menu_clicked,.txt_menu_clicked {
	color: #999999;
	font-weight: bold;
}
.txt_menu:hover, .txt_sous_menu:hover {
	color: #999999;
}
.txt_bottom {
	color: #FFFFFF;
	padding-top: 10px;
}
.boutique_icon, .boutique_image, .img_galerie {
	border: 1px solid #000000;
}
a {
	color: #999999;
	font-weight: bold;
}
a:link { text-decoration:none; }
a:visited {	text-decoration:none; }
a:hover {
	text-decoration:underline;
	color: #666666;
}
/*
** pour forcer le cadre du frame à aller en bas du menu et du content
*/

.spacer {
  clear: both;
}

</pre></body></html>