* {
	margin: 0px;
	padding: 0px;
}
html {
	background-image: url(../images/fond-html.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.3em;
	background-image: url(../images/fond-body.png);
	background-repeat: repeat-y;
	background-position: center top;
}
h1, h2, h3, h4, h5 {
	margin-top: 0.7em;
	margin-bottom: 0.8em;
	line-height: 1.3em;
}
h1, h2 { font-weight: normal; }
h1 { font-size: 1.8em; }
h1.iphone { display: none; }
h2 {
	font-size: 1.5em;
	color: #425958;
}
h3 {
	font-size: 1.2em;
	color: #425958;
	font-weight: bold;
}

p {
	margin-top: 0.8em;
	margin-bottom: 0.9em;
	text-align: justify;
}
a {	color: #990; }
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.clr { clear: both; }
.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;
}

#container {
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/contenu-fond.jpg);
	background-repeat: no-repeat;
	background-position: center 200px;
}
#bandeau, #bandeau-image {
	background-color: #FFF;
	height: 350px;
	width: 980px;
}
/* cacher l'image bandeau iphone */
#bandeau-image { display: none; } 

#contenu {
	margin-top: -60px;
	position: relative;
	z-index: 300;
}
#contenu .int {
	background-image: url(../images/fond-galet.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 70px;
	padding-bottom: 160px;
	padding-left: 70px;
	
}
#contenu .gauche, #contenu .droite {
	float: left;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 12px;
}
#contenu .gauche {
	min-height: 400px;
}
.etroit {
	width: 85%;
}

#contenu .droite {
	display: none;
}

/*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;
	background-image: url(../images/col-droite-fond.png);
	display: block;
}

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

#mentions #contenu .droite {}
#mentions #contenu .gauche {}


.mentions {
	font-size: 0.8em;
	line-height: 1.2em;
}

#footer {
	clear: both;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 70px;
	font-size: 0.8em;
	color: #999;
}
#footer ul li {
	list-style-type: none;
	display: inline;
}
#footer ul li a {
	color: #999;
	text-decoration: none;
	padding: 3px;
}
#footer p {
	padding: 3px;
}

#actus {
	clear: both;
	width: 290px;
}
#actus img {
	vertical-align: bottom;
}


#actus-iframe {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/case-actus-fond.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 20px;
	height: 200px;
	padding-left: 9px;
	width: 290px;
}

