html,body {
	font-family: "Arial";
	font-size: 12px;
	background-color: #003300;
	margin: 0px;
	padding: 2px;
	color: #666666;
	width: 99%;
	height: 100%;
	background-image: url(bg_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
input, textarea {
	background-color: #EEEEEE;
	border: 1px solid #333333;
}
.bord_cadre{
	position:absolute;
	left:50%;
	height: auto;
	width: 1000px;
	margin-left:-500px;
	margin-top:0px;
	background-image: url(bg_centre.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.bord_cadre_haut{
	background-image: url(bg_haut.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding:0px;
}
.bg_logo{
	width:270px;
}
.bg_left{
	float: left;
	width:270px;
	padding-top: 18px;
	padding-left: 10px;
}
.bg_right{
	padding-top: 40px;
	float:right;
	width:700px;
}
.bg_menu,.bg_sous_menu {
	text-align: left;
	margin-right: 20px;
}
.bg_menu{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 3px;
}
.bg_sous_menu {
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.bg_main {
	padding-top: 40px;
	margin-top: 0px;
	margin-left:20px;
	width:600px;
}
.bg_txt_bas {
	margin-left: 12px;
	margin-right: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: #E8E8E8;
	clear: both;
	}
.bg_bottom {
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	height:	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 {
	font-weight: normal;
	color: #FFFFFF;
	padding: 15px;
	background-color: #006600;
}
.txt_menu,.txt_menu_clicked {
	font-size: 14px;
}
.txt_sous_menu,.txt_sous_menu_clicked{

}
.txt_sous_menu_clicked,.txt_menu_clicked {
	color: #006600;
	background-color: #FFFFFF;
	border: 1px solid #006600;
}
.txt_sous_menu_clicked {
}
.txt_menu:hover , .txt_sous_menu:hover {
	color: #FFFFFF;
	background-color: #009900;
}
.txt_bottom {
	font-size: 11px;
}
.boutique_icon, .boutique_image, .img_galerie {
	border: 1px solid #666666;
}
.boutique_ref, .boutique_nom, .boutique_option1, .boutique_option2, .boutique_tarif {
	color: #000000;
}
a {
	color: #006600;
	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;
}

