html,body {
	font-family: "Arial", "Times New Roman";
	font-size: 12px;
	background-color: #D2E3F2;
	margin: 0px;
	padding: 2px;
	color: #333333;
	height: 100%;
	text-align: justify;
}
.bord_cadre{
	width: 1010px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
	margin-bottom: 15px;
	height: auto;
}
.bg_logo{
	width: 1010px;
	height: 225px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 20px;
}
.bg_slideshow{
	width: 1010px;
	height: 290px;
	background-image: url(slideshow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.bg_slideshow2{
	padding-top: 1px;
	padding-left: 6px;
}

/*
** Gauche
*/

.bg_left{
	float: left;
	width: 195px;
	background-image: url(bg_left_centre.jpg);
	background-repeat: repeat-y;
}
.bg_left_top{
	background-image: url(bg_left_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 14px;
}
.bg_left_bottom{
	background-image: url(bg_left_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 10px;
}

/*
** MAIN 
*/
.bg_main {
	float: right;
	width: 815px;
	background-image: url(bg_main_centre.jpg);
	background-repeat: repeat-y;
}

.bg_main_top{
	background-image: url(bg_main_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 14px;
}
.bg_main_bottom{
	background-image: url(bg_main_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
}


/*
** Bas
*/
.bg_txt_bas {
}
.bg_bottom {
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	height:	auto;
	background-image: url(bg_bottom.jpg);
	height:230px;
	width: 1010px;
}
.bg_bottom_text {
	padding: 10px;
}
.administration{
}

/*
** Menu
*/

.bg_menu{
	padding-top:195px;
	padding-left:40px;
}

.txt_titre_menu {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
}
.txt_menu,.txt_menu_clicked, .txt_sous_menu, .txt_sous_menu_clicked {
	font-size: 12px;
	font-weight: normal;
	height: 24px;
	padding-right: 8px;
	padding-left: 8px;
	color: #333333;
}
.txt_menu, .txt_menu_clicked {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

.txt_sous_menu, .txt_sous_menu_clicked {
	font-size: 12px;
	height: 20px;
	margin-left:8px;
	padding-left:12px;
	padding-bottom:0px;
	display: block;
	background-image: url(puce.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.txt_sous_menu_clicked {
	background-image: url(puce_clicked.png);
}
.txt_menu_clicked, .txt_sous_menu_clicked{
	color: #003366;
	font-weight: normal;
}
.txt_bottom {
	font-size: 11px;
}
.boutique_icon, .boutique_image, .img_galerie {
}
.boutique_ref, .boutique_nom, .boutique_option1, .boutique_option2, .boutique_tarif {
	color: #003366;
	font-weight: bold;
}
a {
	color: #003366;
}
a:link { text-decoration:none; }
a:visited {	text-decoration:none; }
a:hover {
	text-decoration:underline;
	color: #003366;
}

input, textarea, select, option {
	background-color: #ECECFF;
	border: 1px solid #333333;
}
.submit_paypal, .submit_panier_paypal  {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.submit_panier_paypal  {
	background-color: #006699;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	border: 1px solid #FFFFFF;
}
.readon a  {
	list-style-type: none;
	background-image: url(puce.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #003366;
	font-style: italic;
	padding-left: 15px;
	margin-left: 5px;
}
.actualites_table {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
li {
	list-style-type: none;
	background-image: url(puce.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -30px;
	padding-left: 12px;
	margin-top: 5px;
}
li a {
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

/*
** pour forcer le cadre du frame à aller en bas du menu et du content
*/

.spacer {
  clear: both;
}

