html {
	font-family: "Century Gothic", Tahoma, Geneva, sans-serif;
	font-size: 13px;
	background-color: #E4DDB6;
	margin: 0px;
	padding: 0px;
	color: #4B0082;
	background-attachment: fixed;
	background-image: url(fond.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: justify;
}
body {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3 {
	font-family: "Georgia", "Century Gothic", Tahoma, Geneva, sans-serif;
	color: #C2427F;
	font-size: 30px;

}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
}
.boutique_option1_global {
	padding-right: 100px;
	padding-bottom: 50px;
	background-image: url(paypal.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bord_haut {
	width: 100%;
	display: block;
	height: 20px;
	background-color: #333;
}
.bord_cadre{
	position: absolute;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	background-color: #FCFBF9;
}
.zone_centre
{
	width: 1000px;
	margin-top: 0px;
}
.bg_top {
	display: block;
	height: 250px;
	width: 1000px;

}
.bg_menu {
	text-align: center;
	background-color: #333333;	
	height: 35px;
	padding-top: 10px;
}
.bg_sous_menu {
	text-align: center;
}
.bg_logo a,.bg_logo a:hover {
}

.bg_left {
}
.bg_main {
	width: 1000px;
	min-height: 500px;
}
.bg_txt_bas {
	width: 1000px;
	background-color: #333;
	color: #FFF;	
}
.bg_txt_bas a {
	color: #CCC;	
}
.bg_bottom, .bg_bottom a {
	text-align: center;
	background-color: #333;
	color: #FFF;	
}
.bg_menu_top{
}
.bg_menu_bottom{
}
.administration{
}
.txt_hors_menu{
}
.txt_titre_menu {
}
.txt_menu,.txt_menu_clicked,.txt_sous_menu,.txt_sous_menu_clicked {
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
}
.txt_menu,.txt_menu_clicked {
	font-size: 14px;
}
.txt_sous_menu,.txt_sous_menu_clicked{

}
.txt_sous_menu_clicked,.txt_menu_clicked {
	color: #CCC;
}
.txt_sous_menu_clicked {
}
.txt_menu:hover , .txt_sous_menu:hover {
	color: #999999;
}
.txt_bottom {
}

/*
** Blog
*/
.blog_intro { 
margin: 20px;
}

.readon {
	width: 90px;
}
.readon a {
	color: #FFF;
}


/*
** Boutique
*/
.boutique_image_cadre {
	background-image: url(ombre_boutique.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 12px;
}

.boutique_icon, .boutique_image, .img_galerie {
	border: 1px solid #666666;
}
.boutique_ref, .boutique_nom, .boutique_option1, .boutique_option2, .boutique_tarif {
	color: #7F2177;
}
.boutique_nom2 {
	font-size: 14px;
	color: #7F2177;
	margin-bottom: 5px;
}
.boutique_nom {
	display: none;
}
.boutique_details, .boutique_retour, .boutique_suivant, .boutique_precedent, .readon, .livre_d_or_signer {
	border: 1px solid #666666;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background-color: #7F2177;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

.boutique_objet_intro {
}
a {
	color: #990000;
}
a:link { text-decoration:none; }
a:visited {	text-decoration:none; }
a:hover {
	text-decoration:underline;
	color: #999999;
}

/* Slider */
div.anythingSlider.activeSlider .anythingWindow { 
	margin-left: -21px;
	margin-top: -3px;
}

/* Livre d'or */
.livre_d_or_msg {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.livre_d_or_signer {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.livre_d_or_signer a {
	color: #FFF;
}

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

.spacer {
  clear: both;
}
