html,body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	color: #000000;
	width: 100%;
	height: 100%;
}
.bord_cadre{
	position:absolute;
	left:50%;
	border: 1px solid #000000;
	width: 1080px;
	margin-left:-540px;
	margin-top:-3px;
	background-color: #999999;
}
.bg_left {
	padding-left: 10px;
	padding-right: 5px;
	float:left;
	width: 200px;
}
.bg_main {
	width: 800px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	min-height:380px;
	float:left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.bg_top {
	text-align: center;
	width: 1080px;
	height: 135px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #999999;
}
.bg_bottom {
}
.bg_menu_top{
}
.bg_menu_bottom{
}
.txt_hors_menu{
	display: block;
	padding: 5px;
	text-align: center;
	margin: 0px 10px;
}
.txt_titre_menu,.txt_menu,.txt_menu_clicked,.txt_sous_menu,.txt_sous_menu_clicked {
	display: block;
	color: #000000;
	text-align: left;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 5px;
	width: 170px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #666666;
}
.txt_titre_menu {
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: center;
	margin-right: 5px;
	margin-left: 10px;
	padding-left: 10px;
	border: 1px solid #000000;
	background-color: #000000;
}
.txt_menu,.txt_menu_clicked{
	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: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
}
.txt_menu,.txt_menu_clicked,.txt_sous_menu,.txt_sous_menu_clicked {
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	background-image: url(bg_txt_menu.gif);
}
.txt_sous_menu,.txt_sous_menu_clicked{
	padding-bottom: 0px;
	padding-left: 20px;
	width: 160px;
	font-size: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #FFFFFF;
}
.txt_sous_menu_clicked,.txt_menu_clicked {
	color: #FFFFFF;
	background-image: url(bg_txt_menu_select.gif);
	font-weight: bold;
}
.txt_menu:hover, .txt_sous_menu:hover {
	color: #FFFFFF;
	background-image: url(bg_txt_menu_hover.gif);
}
.txt_sous_menu,.txt_sous_menu_clicked,.txt_sous_menu:hover{
	background-image: url(bg_txt_sous_menu.gif);
}
.txt_sous_menu_clicked:hover,.txt_menu_clicked:hover{
	color: #FFFFFF;
}
.txt_bottom {
	color: #000000;
	padding-top: 2px;
}
.boutique_icon, .boutique_image, .img_galerie {
	border: 1px solid #000000;
}
a {
	color: #CCCCCC;
	font-weight: bold;
}
a:link { text-decoration:none; }
a:visited {	text-decoration:none; }
a:hover {
	text-decoration:underline;
	color: #666666;
}
/*
** pour forcer le cadre du frame à aller en bas du menu et du content
*/

.spacer {
  clear: both;
	background-color: #999999;
}


