html{
	font-family: "Arial";
	font-size: 12px;
	background-color: #CCCCCC;
	color: #333333;
}
body {
	padding:0px;
	margin:0px;
}

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


.cadre_exterieur{
}
.zone_centre
{
	border: 1px solid #999999;
}

/* 
** Zone du logo 
*/
.bg_logo, .bg_texte_haut {
	margin: 0px;
	padding: 0px;
	color: #000000;
}
.bg_logo_top {
	background-image: url(bg_logo_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:25px;
}
.bg_logo {
	min-height: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(bg_logo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 5px;
}
.bg_texte_haut {
	min-height: 10px;
	background-image: url(bg_texte_haut.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #B6BBC2;
	padding-bottom: 10px;
}
.bg_top {
	background-image: url(bg_top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height:9px;
}



/*
** 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: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-image: url(bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	background-color: #000000;
}
.bg_bottom {
	text-align: center;
	height: 10px;
}

/* 
** Zone du menu 
*/
.bg_menu, .bg_sous_menu {
	background-repeat: repeat-y;
	background-position: left;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 2px;
}
.bg_menu {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background-color: #FFFFFF;
	background-image: url(bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bg_sous_menu {
	text-align: left;
	background-image: url(bg_sous_menu.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #9D9D9D;
	min-height: 10px;
}


/*
** 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: #333333;
	text-decoration:none;
}
.txt_menu,.txt_menu_clicked {
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	line-height:16px;
}
.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;
	color: #FFFFFF;
}
.txt_sous_menu_clicked,.txt_menu_clicked {
	background-image: url(bg_menu_select.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #666666;
	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: #FFFFFF;
}
.txt_menu:hover , .txt_sous_menu:hover {
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
	background-color: #CCCCCC;
}
.txt_menu a:hover, .txt_sous_menu a:hover , txt_menu_clicked a:hover, .txt_sous_menu_clicked a:hover {
	color: #FFFFFF;
}
.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: #000000;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
.bg_pub_haut a,.bg_pub_bas a {
	color: #000000;
}

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

.spacer {
	height:30px;
}
