html,body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 100%;
	margin:0;
	paddinh:0;
}
select, input, textarea{
}
/* Logo */
.bg_top {
	text-align: center;
	width: 100%;
	min-height:100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.zone_menu
{
	width: 100%;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.bg_menu {
	text-align: center;
	padding: 5px;
}
.bg_sous_menu {
	text-align: center;
	padding: 0px;
}
.zone_centre
{
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.bg_main {
	padding: 5px;
	min-height:400px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.bg_txt_bas {
	padding: 5px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.bg_bottom {
	text-align: center;
	margin: auto;
}
.bg_menu_top{
}
.bg_menu_bottom{
}
.administration{
}
.txt_hors_menu{
}
.txt_titre_menu {
}
.txt_menu,.txt_menu_clicked,.txt_sous_menu,.txt_sous_menu_clicked {
	margin-right: 10px;
	font-weight: normal;
}

.txt_menu,.txt_menu_clicked {
	font-size: 14px;
}
.txt_sous_menu,.txt_sous_menu_clicked{
	font-size: 14px;
	font-style: italic;
}
.txt_sous_menu_clicked,.txt_menu_clicked {
	font-weight: bold;
}
.txt_sous_menu_clicked {
}
.txt_menu:hover , .txt_sous_menu:hover {
}
.txt_bottom {
}
.boutique_icon, .boutique_image, .img_galerie {
}
.boutique_ref, .boutique_nom, .boutique_option1, .boutique_option2, .boutique_tarif {
}
a {
	font-weight: bold;
}
a:link { text-decoration:none; }
a:visited {	text-decoration:none; }
a:hover {
	text-decoration:underline;
}
/*
** pour forcer le cadre du frame à aller en bas du menu et du content
*/

.spacer {
  clear: both;
}
