html{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F5F5F5;
	margin-top: 10px;
	color: #666666;
	width: 99%;
	height: 100%;
	background-image: url(bg_fond.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: justify;
}
body {
	margin-top:0px;
}
.cadre_exterieur{
	width: 995px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	border: 1px solid #DADADA;
}

/* Formulaires */
input, textarea, select {
	background-color: #EEEEEE;
	border: 1px solid #666666;
	color: #666666;
	margin: 1px;
}

/* 
** Zone du logo 
*/
.bg_top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
}


/*
** Zone centrale
*/
.bg_main {
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	min-height:250px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADADA;
	background-color: #FFFFFF;
	background-image: url(bg_main.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_main2 {
	min-height:250px;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

/*
** Zone du bas
*/
.bg_txt_bas {
	color: #333333;
	text-align: center;
	background-color: #EEEEEE;
}
.bg_bottom {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADADA;
	background-color: #FFFFFF;
	background-image: url(bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bg_bottom_2 {
	text-align: center;
}

/* 
** Zone du menu 
*/
.bg_menu {
	text-align: left;
	background-color: #DCDCDC;
	background-image: url(bg_fond_menu.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_main_menu {
	padding-left: 5px;
}
.bg_sous_menu {
	background-image: url(bg_fond_sous_menu.jpg);
}


/*
** Définition du menu
*/
.administration{
}
.txt_hors_menu{

}
.txt_titre_menu {
}
.txt_menu,.txt_menu_clicked,.txt_sous_menu,.txt_sous_menu_clicked {
	font-size: 12px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-left: -4px;
	line-height:31px;
	font-weight: normal;
	color: #333333;
	background-repeat: no-repeat;
	background-position: center top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DADADA;
}
.txt_menu_clicked:hover, .txt_sous_menu_clicked:hover {
	color: #FFFFFF;	
}
.txt_sous_menu,.txt_sous_menu_clicked{
	border-right-color: #AAAAAA;
	margin-left: 0px;
}
.txt_sous_menu_clicked,.txt_menu_clicked {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	margin-left: 0px;
	background-image: url(bg_txt_menu_clicked.jpg);
	color: #FFFFFF;
}
.txt_menu_clicked {
	margin-left: -5px;
}
.txt_menu:hover , .txt_sous_menu:hover {
	background-image: url(bg_txt_menu_hover.jpg);
	color: #3399CC;
	padding-top: 7px;
}
.txt_menu a:hover, .txt_sous_menu a:hover {
}
.txt_bottom {
}

/*
** Autres...
*/
.boutique_icon, .boutique_image, .img_galerie {
	border: 1px solid #000000;
}
.boutique_ref, .boutique_nom, .boutique_option1, .boutique_option2, .boutique_tarif {
	color: #003366;
}
.gadget_page_suivante {
	color: #003366;
}
.gadget_page_precedente {
	color: #003366;
}
a {
	color: #003366;
}
a:link { text-decoration:none; }
a:visited {	text-decoration:none; }
a:hover {
	color: #0066CC;
}
/*
** pour forcer le cadre du frame à aller en bas du menu et du content
*/

.spacer {
  clear: both;
}

