html{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 99%;
	height: 100%;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	background-image: url(fond.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #B7B7B7;
}
body {
	padding: 0px;
	margin: 0px;
}
.cadre_exterieur{
	padding: 0px;
	margin: 0px;
	width: 1010px;
	margin-left:auto;
	margin-right:auto;
}

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

/* 
** Zone du logo 
*/
.bg_top {
	min-height:160px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: transparent;
	background-image: url(bg_logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFF;
}

/*
** Zone centrale
*/
.bg_main {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	min-height:250px;
	padding-top: 5px;
	margin-bottom: 0px;	
	background-image: url(bg_main.png);
	background-repeat: repeat-y;
	background-position: center;
}
.bg_main2 {
	min-height:250px;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(bg_main_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;	
}

/*
** Zone du bas
*/
.bg_bottom {
	color: #FFFFFF;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
	padding-top: 10px;
	margin-top: 0px;
	background-image: url(bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 30px;
}
.bg_bottom a{
	color: #FFFFFF;
}
.bg_txt_bas {
	text-align: center;
	height: 17px;
}

/* 
** Zone du menu 
*/
.bg_main_menu {
	text-align: left;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	background-image: url(bg_menu.png);
	background-repeat: no-repeat;
}
.bg_sous_menu {
	background-color: #63893B;
}
.bg_menu {
}

/*
** Menu Jquery
*/

#Nav {
	padding: 0;
	margin: 0px;
	margin-top: 8px;
	list-style: none;
	display:  inline-table;
}

#Nav li {
	float: left;
	padding: 0;
	margin: 0px;
}

.block_sous_menu {
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: absolute;
	border: 1px solid #FFF;
	z-index: 10;		/* Obligatoire pour passer au dessus de google map */
/* 
** IMPORTANT : masque les sous-menus pour qu'ils n'apparaissent pas pendant le chargement (effet apparition / disparition)
** L'affichage est rétabli par jquery
*/
	display: none;
}

.block_sous_menu li {
	background-color: #09C;
	clear: both;		/* pour que le sous-menu revienne à la ligne */
	width: 100%;
	padding-left: 5px;
}

/* Ligne cliquée ou survolée dans le ss menu */
.block_sous_menu li.txt_sous_menu_clicked, .block_sous_menu li:hover{
	background-color: #036;
}


/*
** Définition du menu
*/
.txt_menu,.txt_menu_clicked,.txt_sous_menu,.txt_sous_menu_clicked {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
}
.txt_menu, .txt_menu_clicked {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 5px;
	padding-left: 5px;
	line-height:29px;
	background-image: url(bord_titre_menu.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
.txt_menu:hover, .txt_menu_clicked, .txt_menu_clicked:hover, .txt_menu_hover {
	color: #FFF;
	background-image: url(bg_menu_clicked.png);
	background-position: right top;
}
.txt_menu a:hover, .txt_sous_menu a:hover {
}
.txt_sous_menu, .txt_sous_menu_clicked{
	line-height:20px;
	padding-left: 5px;
	padding-right: 5px;
}
.txt_sous_menu{
}
.txt_sous_menu_clicked {
	color: #FFF;
	width: 100%;
	display: block;
}
a.txt_sous_menu:hover, a.txt_sous_menu_clicked:hover {
	color: #FFF;
}

/*
** Autres...
*/
.bonne_fete {
}
.txt_hors_menu{
}
.txt_titre_menu {
}
.txt_bottom {
	font-size: 10px;
}
.boutique_icon, .boutique_image, .img_galerie {
	border: 1px solid #000000;
}
.boutique_ref, .boutique_nom, .boutique_option1, .boutique_option2, .boutique_tarif {
	color: #036;
}
.submit_panier_paypal, .submit_paypal {
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.gadget_page_suivante, .gadget_page_precedente, a.administration, .plan_du_site a, .readon a  {
	color: #FFF;
	background-image: url(fond_bouton.png);
	background-repeat: repeat-x;
	background-position: center;
	padding: 3px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #FFF;
}
a {
	color: #069;
}
a:link { text-decoration:none; }
a:visited {	text-decoration:none; }
a:hover {
	color: #6CF;
}
/*
** pour forcer le cadre du frame à aller en bas du menu et du content
*/

.spacer {
  clear: both;
}


