html,body {
	font-family: "Arial";
	font-size: 12px;
	background-color: #E0E1E2;
	margin: 0px;
	padding: 2px;
	color: #000000;
	width: 99%;
	height: 100%;
	background-image: url(bg_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
input, textarea {
	background-color: #E5E5E5;
	border: 1px solid #660000;
}
.bord_cadre{
	position:absolute;
	left:50%;
	width: 930px;
	margin-left:-465px;
	margin-top:0px;
	background-image: url(bg_centre.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height:auto;
}
.bord_cadre_haut{
	background-image: url(bg_haut.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:100%;
}
.bg_left{
	float: left;
	width:190px;
	margin-left:20px;
	margin-top:300px;
}
.bg_right{
	float: right;
	width:700px;
}

.bg_top {
	width: 700px;
	margin-top:16px;
}
.bg_menu,.bg_sous_menu {
	text-align: right;
	margin-left: 1px;
	margin-right: 14px;
	background-color: #CCCCCC;
}
.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 {
	margin-top: 100px;
	margin-right:15px;
	min-height: 500px;
}
.bg_txt_bas {
	margin-left: 19px;
	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;
}
.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: #000000;
	margin-right: 10px;
}
.txt_menu,.txt_menu_clicked {
	font-size: 14px;
}
.txt_sous_menu,.txt_sous_menu_clicked{

}
.txt_sous_menu_clicked,.txt_menu_clicked {
	color: #990000;
}
.txt_sous_menu_clicked {
}
.txt_menu:hover , .txt_sous_menu:hover {
	color: #FF0000;
}
.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: #990000;
	font-weight: bold;
}
a:link { text-decoration:none; }
a:visited {	text-decoration:none; }
a:hover {
	text-decoration:underline;
	color: #CC0000;
}
/*
** pour forcer le cadre du frame à aller en bas du menu et du content
*/

.spacer {
  clear: both;
}

