html {
	font-family: "Arial";
	font-size: 10px;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
}
body {
	padding:0px;
	margin:0px;
}
.cadre_exterieur{
	width: 320px;
	margin-left:-160px;
	position:absolute;
	left:50%;
	margin-top:0px;
}
.zone_centre
{
	margin:5px;
	background-color: #FFFFFF;
}
.zone_centre, .bg_logo, .bg_texte_haut 
{
}

.bg_logo, .bg_texte_haut {
	min-height: 50px;
}
/* 
** Zone du logo 
*/
.bg_logo, .bg_texte_haut {
	margin: 0px;
	padding: 0px;
}
.bg_texte_haut {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

/*
** Zone centrale
*/
.bg_main {
	padding: 5px;
	margin-top: 5px;
}

/*
** Zone du bas
*/
.bg_txt_bas {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.bg_bottom {
	text-align: center;
	height: 10px;
}

/* 
** Zone du menu 
*/
.bg_menu, .bg_sous_menu {
	text-align: left;
}
.bg_menu {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.bg_sous_menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


/*
** Définition du menu
*/
.administration{
}
.txt_hors_menu{

}
.txt_titre_menu {
}
.txt_menu,.txt_menu_clicked,.txt_sous_menu,.txt_sous_menu_clicked {
	color: #FFFFFF;
	text-decoration:none;
}
.txt_menu,.txt_menu_clicked {
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	line-height:16px;
}
.txt_sous_menu,.txt_sous_menu_clicked{
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	line-height:16px;
}
.txt_sous_menu_clicked,.txt_menu_clicked {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #FFFFFF;
}
.txt_menu:hover , .txt_sous_menu:hover {
	background-repeat: no-repeat;
	background-position: top;
}
.txt_menu a:hover, .txt_sous_menu a:hover , txt_menu_clicked a:hover, .txt_sous_menu_clicked a:hover {
	color: #CCCCCC;	
}
.txt_bottom {
	color: #000000	
}

/*
** Autres...
*/
.boutique_icon, .boutique_image, .img_galerie {
	border: 1px solid #000000;
}
a:link {  }
a:visited {	}
a {
	text-decoration:underline;

}
/* 
** Zones de pub
*/
.bg_pub_haut,.bg_pub_bas {
	font-size: 12px;
	text-align: center;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #000000;
}
.bg_pub_haut a,.bg_pub_bas a {
}

/*
** pour forcer le cadre du frame à aller en bas du menu et du content
*/

.spacer {
  height:30px;
}

