html,body {
	font-family: "Arial";
	font-size: 14px;
	background-color: #F0F0F0;
	margin: 2px;
	color: #333333;
	width: 99%;
	height: 100%;
}
.cadre_exterieur{
	position:absolute;
	left:50%;
	width: 974px;
	margin-left:-487px;
	margin-top:0px;
}
.zone_centre
{
	width: 948px;
	border: 1px solid #999999;
}

/* 
** Zone du logo 
*/
.bg_top_1 {
	margin: 0px;
	padding: 0px;
	height: 36px;
	background-image: url(bg_top_1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bg_top, .bg_logo, .bg_texte_haut {
	margin: 0px;
	padding: 0px;
	height: 128px;
	color: #000000;
}
.bg_top {
	width: 974px;
	background-image: url(bg_logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_logo {
	width: 724px;
	float: left;
}
.bg_texte_haut {
	width: 240px;
	text-align: left;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}



/*
** Zone centrale
*/
.bg_main_1 {
	background-image: url(bg_main_1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 37px;
}
.bg_main {
	padding: 5px;
	background-image: url(bg_main.jpg);
	background-position: center;
	background-repeat: repeat-y;
	min-height:250px;
}
.bg_main_2 {
	background-image: url(bg_main_2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 45px;
}

/*
** Zone du bas
*/
.bg_txt_bas {
	color: #333333;
	text-align: center;
}
.bg_bottom_1 {
	text-align: center;
	height: 26px;
	background-image: url(bg_bottom_1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bg_bottom {
	text-align: center;
	background-image: url(bg_bottom.jpg);
	background-repeat: repeat-y;
	background-position: center;
	color: #000000;
}
.bg_bottom_2 {
	text-align: center;
	height: 26px;
	background-image: url(bg_bottom_2.jpg);
	background-repeat: repeat;
	background-position: center top;
}

/* 
** Zone du menu 
*/
.bg_menu_1 {
	background-image: url(bg_menu_1.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.bg_menu {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-image: url(bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height:30px;
}


/*
** Définition du menu
*/
.administration{
color:#006600;
}
.txt_hors_menu{

}
.txt_titre_menu {
}
.txt_menu,.txt_menu_clicked,.txt_sous_menu,.txt_sous_menu_clicked {
	padding: 5px;
	color: #000000;
	font-weight: normal;
}
.txt_menu,.txt_menu_clicked {
	font-size: 14px;
}
.txt_sous_menu,.txt_sous_menu_clicked{
	font-size: 12px;
	font-style: italic;
}
.txt_sous_menu_clicked,.txt_menu_clicked {
	color: #006600;
	font-weight: bold;
}
.txt_menu:hover , .txt_sous_menu:hover {
}
.txt_menu a:hover, .txt_sous_menu a:hover {
	color: #FFFFFF;	
}
.txt_bottom {
}

/*
** Autres...
*/
.boutique_icon, .boutique_image, .img_galerie {
	border: 1px solid #000000;
}
.boutique_ref, .boutique_nom, .boutique_option1, .boutique_option2, .boutique_tarif {
	color: #006600;
	background-image: url(puce.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.gadget_page_suivante {
	background-image: url(page_suivante.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
.gadget_page_precedente {
	background-image: url(page_precedente.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
}
a {
	color: #006600;
	font-weight: bold;
}
a:link { text-decoration:none; }
a:visited {	text-decoration:none; }
a:hover {
	text-decoration:underline;
	color: #006600;
}
/*
** pour forcer le cadre du frame à aller en bas du menu et du content
*/

.spacer {
  clear: both;
}

