/*######################### GENERAL ###############################*/
* {
	margin: 0px;
	padding: 0px;
}
html {
	background-color: #000;
	overflow-y:scroll; /*afficher la scrollbar en permanence sous firefox*/
}
body {
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-image: url(../images/fond-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	padding-top: 16px;
}
h1, h2, h3, h4, h5 {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	line-height: 1.3em;
}
h1, h2 {
	font-weight: normal;
	margin-top: 0px;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	color: #FFF;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
/*pour le logo*/
span.sc {
	font-weight: bold;
	color: #d15d00;
}
p {
	margin-top: 0.8em;
	margin-bottom: 0.9em;
	text-align: justify;
}
a { color: #D15D00; 
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

.gras-rouge {
	font-weight: bold;
	color: #F00;
}
.italic{
	font-style : italic;
}
.petit {
	font-size: .85em;
}

.img-gauche {
	float: left;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 12px;
}
.img-droite {
	float: right;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 12px;
}
.img-centre {
	text-align: center;
}
.img-centre img {
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
}
.clr {
	clear: both;
}


/*######################### MISE EN PAGE ###############################*/


#container {
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/fond-container.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #000;
	padding-right: 10px;
	padding-left: 10px;
}
#bandeau {
	height: 140px;
	width: 980px;
}

/*position image fond contenu*/
#contenu {
	background-image: url(../images/texte-fond-haut.jpg);	
	margin-bottom: 20px;
}
#contenu .int {
	background-image: url(../images/texte-fond-bas.jpg);	
}
#standard #contenu, #galerie #contenu {
	background-repeat: no-repeat;
	background-position: left top;
}
#standard #contenu .int, #galerie #contenu .int {
	background-repeat: no-repeat;
	background-position: left bottom;
}

#coll #contenu, #accueil #contenu {
	background-repeat: no-repeat;
	background-position: -550px top;
}
#coll #contenu .int, #accueil #contenu .int {
	background-repeat: no-repeat;
	background-position: -550px bottom;
}

/*colonnes*/
#contenu .gauche, #contenu .droite {
	float: left;
}
#contenu .gauche {
	min-height: 340px;
	width: 355px;
	padding-right: 45px;
	padding-top: 40px;
	padding-left: 20px;
	padding-bottom: 40px;
}
#contenu .droite {
	min-height: 340px;
	width: 480px;
	padding-right: 50px;
	padding-top: 40px;
	padding-left: 30px;
	padding-bottom: 60px;
	/*	display: none;*/
}
/*page d'accueil*/
#accueil #contenu .droite {
	width: 560px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*page galerie*/
#galerie #contenu .droite {
	display:none;
}
#galerie #contenu .gauche {
	width: 900px;
}
.galerie img {
	margin: 2px;
	border: none 0;
	display: block;
	float: left;
}
.produit {
	margin-bottom: 5px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px 5px 10px 8px;
}
.produit:hover {
	background: #161616;
	border-top-color: #999;
	border-bottom-color: #999;
}

.prod-desc {
	float: left;
	width: 440px;
	margin-left: 10px;
	margin-right: 15px;
}
.prod-prix {
	float: left;
	width: 180px;
}
.prix { font-size: 20px; }
.prix .petit { font-size: 70%; }

.devis a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 5px;
	border: 1px solid #666;
	text-decoration: none;
}
.devis a:hover { background: #FFF; }



/*2 cols special
#accueil #contenu .gauche, #contact #contenu .gauche {
	width: 460px;
	margin-right: 40px;
}
#accueil #contenu .droite, #contact #contenu .droite {
	width: 290px;
	font-size: 0.85em;
	display: block;
}

/*2 cols égales
#deroulement #contenu .gauche, #soigne #contenu .gauche, #magnetisme #contenu .gauche, #biographie #contenu .gauche {
	width: 370px;
	margin-right: 40px;
}
#deroulement #contenu .droite, #soigne #contenu .droite, #magnetisme #contenu .droite, #biographie #contenu .droite  {
	width: 370px;
	display: block;
}
*/


/* Page mentions*/
#mentions #contenu .droite {
}
#mentions #contenu .gauche {
}
#mentions {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #999;
}

/* Footer */
#footer {
	clear: both;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 50px;
	font-size: 0.85em;
	text-align: right;
	height: 40px;
	padding-top: 10px;
}
#music-player {
	float: right;
	margin-left: 30px;
	height: 40px;
}

#footer ul li {
	list-style-type: none;
	display: inline;
}
#footer ul li a {
	color: #d15d00;
	text-decoration: none;
	padding: 3px;
}
#footer p {
	color: #d15d00;
	padding: 2px;
	text-align: right;
	margin: 0px;
}

