body {
	margin: 0;
	padding: 0;
	background-color: #173f27;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.clear{
	clear: both;
}

h1{
	color: #3c053c;
	font-weight: normal;
	font-style: normal;
	margin: 0;
}
h2{
	color: #420543;
	font-weight: normal;
	font-style: normal;
}
p{
	color: #300045;
	font-size: 14px;
	line-height: 16px;
}
a{
	color: #311024;
}
a:hover{
	color: #7c285c;
}
#contener{
	width: 1000px;
	margin: auto;
	background: url(imgs_paranormal_49/magnetiseur_angers.jpg) no-repeat;
}

/* @group HEADER */

#header{
	height: 150px;
}
#soutitre{
	width: 400px;
	margin-left: 540px;
	text-align: right;
	padding-top: 40px;
}
#soutitre h1{
		color: #91c6a8;
	font-size: 18px;
	line-height: 14px;
}
#soutitre p{
		color: #508044;
	font-size: 12px;
	line-height: 12px;
	margin: 5px;
	font-style: italic;
}

/* @end */
.bloccentre{
	
}

/* @group CONTENT */

#contentdroit{
	width: 270px;
	float: left;
	padding-left: 80px;
}

#contenu{
	margin-left: 20px;
	overflow: auto;
	min-height:400px;
	height:400px;
	height:expression(this.scrollHeight > 400 ? "auto":"400px");
}

#contentguauche{
	float: right;
	width: 540px;
	padding-top: 0;
	padding-bottom: 10px;
	margin-right: 100px;
	min-height:547px;
	height:547px;
	overflow: auto;
}

/* @end */

/* @group FOOTER */

#footer{
	color: white;
	font-size: 11px;
	padding-top: 20px;
	margin-top: 10px;
}
#footer a{
	color: white;
	text-decoration: none;
}
#footer a:hover{
	color: #8efd7e;
}
#menufooter{
	float: left;
	width: 600px;
	padding-left: 40px;
}
#signaturegcomgo{
	width: 250px;
	float: right;
	text-align: right;
	padding-right: 60px;
	
}

/* @end */

