html{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
body {
	padding:0px;
	margin:0px;
}

/* CSS Document */
.cadre_exterieur{
	width: 800px;
	margin-left:-400px;
	position:absolute;
	left:50%;
	background-color: #FFFFFF;
	padding:0px;
	margin-top:0px;
	}


.bg_logo, .bg_texte_haut {
	min-height: 10px;
}

.cadre_exterieur{
}
.zone_centre
{
}

/* 
** Zone du logo 
*/
.bg_logo, .bg_texte_haut {
	margin: 0px;
	padding: 0px;
	color: #000;
}
.bg_logo {
}
.bg_texte_haut {
	text-align: center;
	padding-top: 5px;
	font-size: 14px;
}
.bg_top {
	background-image: url(bg_top.png);
	background-repeat:repeat-x;
	background-position: center bottom;
	height:20px;
}



/*
** Zone centrale
*/
.bg_main {
}

/*
** Zone du bas
*/
.bg_txt_bas {
	color: #FFFFFF;
	height: 20px;
	text-align: center;
}

.bg_bottom {
	background-image: url(bg_bottom.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height:20px;
}
.bg_mentions {
	text-align: center;
	height: 15px;
}

/* 
** Zone du menu 
*/
.bg_menu, .bg_sous_menu {
	background-repeat: repeat-y;
	background-position: left;
	text-align: left;
}
.bg_menu {
}
.bg_sous_menu {
	text-align: left;
	background-image: url(bg_sous_menu.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #B7B7B7;
	background-repeat: no-repeat;
	background-position: top;
}


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

}
.txt_titre_menu {
}
.txt_menu,.txt_menu_clicked,.txt_sous_menu,.txt_sous_menu_clicked {
	color: #333;
	text-decoration:underline;
	font-weight: bold;
	text-align:center;
	font-size:13px;
}
.txt_menu,.txt_menu_clicked {
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	line-height:30px;
}
.txt_sous_menu,.txt_sous_menu_clicked{
	border-right-color: #666666;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 1px;
	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: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #EA961D;
	font-size: 18px;
}
.txt_menu:hover , .txt_sous_menu:hover {
	background-repeat: no-repeat;
	background-position: top;
	color: #C40038;
	text-decoration: underline;
}
.txt_menu a:hover, .txt_sous_menu a:hover , txt_menu_clicked a:hover, .txt_sous_menu_clicked a:hover {
	color: #000;
}
.txt_bottom {
}

/*
** Autres...
*/
.boutique_icon, .boutique_image, .img_galerie {
	border: 1px solid #000000;
}
a {
	text-decoration:underline;
}
a:link { }
a:visited {	 }
a:hover {
}
/* 
** Zones de pub
*/
.bg_pub_haut,.bg_pub_bas {
	font-size: 12px;
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
	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: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
}
.bg_pub_haut a,.bg_pub_bas a {
	color: #FFFFFF;
}

/*
** pour forcer le cadre du frame à aller en bas du menu et du content
*/

.spacer {
	height:30px;
}

