html,body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
select, input, textarea{
	background-color: #666666;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
}
/* Logo */
.bg_top {
	text-align: center;
	width: 100%;
	height: 255px;
	background-color: #444444;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.zone_menu
{
	background-color: #333333;
	width: 100%;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.bg_menu {
	text-align: center;
	padding: 5px;
}
.bg_sous_menu {
	text-align: center;
	padding: 5px;
}
.zone_centre
{
	width: 100%;
	background-color: #444444;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.bg_main {
	padding: 5px;
	min-height:400px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
.bg_txt_bas {
	padding: 5px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
.bg_bottom {
	background-color: #333333;
	text-align: center;
	min-height: 30px;
}
.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 {
	color: #FFFFFF;
	margin-right: 10px;
}
.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 {
	color: #CCCCCC;
}
.txt_sous_menu_clicked {
}
.txt_menu:hover , .txt_sous_menu:hover {
	color: #CCCCCC;
}
.txt_bottom {
}
.boutique_icon, .boutique_image, .img_galerie {
	border: 1px solid #CCCCCC;
}
.boutique_ref, .boutique_nom, .boutique_option1, .boutique_option2, .boutique_tarif {
	color: #CCCCCC;
}
a {
	color: #CCCCCC;
}
a:link { text-decoration:none; }
a:visited {	text-decoration:none; }
a:hover {
	text-decoration:underline;
	color: #AAAAAA;
}
/*
** pour forcer le cadre du frame à aller en bas du menu et du content
*/

.spacer {
  clear: both;
}
