html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #E7E7E7;
	margin: 0px;
	color: #333333;
	width: 99%;
	height: 100%;
	background-image: url(bg_fond.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.formulaire_titre {
	color: #990000;
}
input, textarea, select, option {
	background-color: #E1EBF4;
	border: 1px solid #6699CC;
}
.bonne_fete {
	background-image: url(bonne_fete.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 199px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #234669;
}
.readon a  {
	list-style-type: none;
	background-image: url(puce.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000066;
	font-style: italic;
	padding-left: 15px;
	margin-left: 5px;
}
li {
	list-style-type: none;
	background-image: url(puce.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}
.titre_page {
	font-size: 26px;
	font-weight: bold;
	color: #006699;
	padding-left: 30px;
	background-image: url(bg_titre_page.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: "Monotype Corsiva", Arial;
}
.bord_cadre{
	position:absolute;
	left:50%;
	width: 1120px;
	margin-left:-560px;
	margin-top:0px;
	background-image: url(bg_main.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height:auto;
}
.bord_cadre_haut{
	margin-top:0px;
	background-image: url(bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.bg_logo{
	width:948px;
	height:210px;
	margin-top: 30px;
	margin-left: 88px;
}

.bg_menu,.bg_sous_menu {
	text-align: right;
	margin-right:30px;
	margin-left:160px;
}
.bg_left{
	float: left;
	width:200px;
	padding-left:86px;
	margin-top:0px;
	color: #FFFFFF;
}
.bg_left_contact {
	margin-left:-2px;
}
.bg_right{
	float: right;
	width:820px;
}
.bg_main {
	margin-top: 10px;
	margin-right:95px;
	min-height: 500px;
}
.bg_txt_bas {
}
.bg_bottom {
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	height:	auto;
	background-image: url(bg_bottom.jpg);
	height:48px;
}
.administration{
	color: #FFFFFF;
	background-image: url(administration.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	width: 201px;
	padding-top: 7px;
	padding-bottom: 15px;
}
.administration a{
	color: #FFFFFF;
}
.txt_hors_menu, .txt_hors_menu a{
	color: #333333;
}
.txt_titre_menu {
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	font-size: 16px;
	font-weight: bold;
	background-image: url(bg_titre_menu.jpg);
	background-repeat: no-repeat;
	height: 22px;
}
.bg_menu_top{
	margin: 0px;
	padding: 0px;
}
.bg_menu_bottom{
	background-image: url(bg_menu_bottom.jpg);
	background-repeat: no-repeat;
	height: 11px;
	padding-bottom: 20px;
}
.txt_menu,.txt_menu_clicked, .txt_sous_menu, .txt_sous_menu_clicked {
	font-size: 12px;
	color: #333300;
	font-weight: normal;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	padding-right:0px;
	padding-left:18px;
	padding-top:7px;
}
.txt_menu,.txt_menu_clicked {
	background-image: url(bg_menu.jpg);
}
.txt_menu:hover {
	background-image: url(bg_menu_hover.jpg);
}
.txt_menu_clicked {
	background-image: url(bg_menu_clicked.jpg);
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.txt_menu_clicked_hover {
	background-image: url(bg_menu_clicked.jpg);
	color: #FFFFFF;
}
.txt_sous_menu, .txt_sous_menu_clicked {
	color: #FFFFFF;
	font-size: 11px;
	font-style: italic;
	height: 14px;
	padding-top:0px;
	padding-bottom:0px;
	background-image: url(bg_ss_menu.jpg);
}
.txt_sous_menu_clicked {
	color: #FFFF00;
	font-weight: bold;
}
.txt_bottom {
	font-size: 11px;
	color: #FFFFFF;
}
.boutique_icon, .boutique_image, .img_galerie {
}
.boutique_ref, .boutique_nom, .boutique_option1, .boutique_option2, .boutique_tarif {
	color: #669900;
	font-weight: bold;
}
a {
	color: #006699;
	font-weight: bold;
}
a:link { text-decoration:none; }
a:visited {	text-decoration:none; }
a:hover {
	text-decoration:underline;
}
/*
** pour forcer le cadre du frame à aller en bas du menu et du content
*/

.spacer {
  clear: both;
}

