html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000099;
	margin: 0px;
	padding: 2px;
	color: #000000;
	width: 100%;
	height: 100%;
	background-image: url(bg_fond.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bord_cadre, .zone_centre, .bg_left, .bg_main{
	background-color: #FFFFFF;
}
.bord_cadre{
	border: 1px solid #000000;
	background-color: #FFFFFF;
	position:absolute;
	left:50%;
	width: 982px;
	margin-left:-490px;
	margin-top:0px;
	padding: 15px;
}
.zone_centre
{
	width: 960px;
	margin-top:0px;
}
.bg_top {
	text-align: center;
	width: 980px;
	vertical-align: middle;
	color: #FFFFFF;
	height: 200px;
	background-image: url(bg_top.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.bg_left {
	padding-left: 10px;
	padding-right: 5px;
	float:left;
	width: 220px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #000000;
	padding-top: 10px;
	margin-top: 20px;
}
.bg_main {
	padding: 15px;
	float:left;
	width: 680px;
	margin-top: 10px;
}
.bg_bottom {
	text-align: center;
	height: 35px;
}
.bg_menu_top{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #336699;
	margin-right: 10px;
	}
.bg_menu_bottom{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	margin-right: 10px;
}
.administration{
	color: #000099;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000099;
	border-bottom-color: #000099;
	padding: 2px;
	margin: px;
}
.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;
	text-align: right;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 165px;
	color: #000000;
}
.txt_menu,.txt_menu_clicked {
	background-image: url(puce_menu.jpg);
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-left: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #336699;
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
}
.txt_titre_menu {
	font-size: 18px;
	padding-right: 0px;
	margin-left: 22px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: bold;
	text-decoration: underline;
	width: 170px;
	color: #000066;
}
.txt_sous_menu,.txt_sous_menu_clicked{
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 150px;
	color: #666666;
}
.txt_sous_menu_clicked,.txt_menu_clicked {
	color: #000099;
	font-weight: bold;
}
.txt_menu:hover, .txt_sous_menu:hover {
	color: #3366CC;
}
.txt_menu:hover{
	background-image: url(puce_menu_hover.jpg);
}
.txt_menu_clicked {
	background-image: url(puce_menu_select.jpg);
}
.txt_sous_menu,.txt_sous_menu_clicked,.txt_sous_menu:hover{
}

.txt_bottom {
	padding-top: 10px;
	font-style: italic;
}
.boutique_icon, .boutique_image, .img_galerie {
	border: 1px solid #000000;
}
a {
	color: #000099;
	font-weight: bold;
}
a:link { text-decoration:none; }
a:visited {	text-decoration:none; }
a:hover {
	text-decoration:underline;
	color: #3366CC;
}
/*
** pour forcer le cadre du frame à aller en bas du menu et du content
*/

.spacer {
  clear: both;
}
