@import url('general.css');

h1 strong,h2
{
	color: #666;
}

h1 strong
{
	font-weight: normal;
}

h1
{
	/*margin: 0 0 2em;*/
}

h2
{
	margin: 0 0 2em;
}

h3
{
	font-size: 1.6em;
	margin: 0 0 1em;
}

article
{
	margin-bottom: 2em;
}

article section
{
	position: relative;
	background-repeat: no-repeat;
	background-position: 53% 50%;
}

section.visuel
{
	background-image: url('../pix/presentation/visuel-pdem-maison.jpg');
	height: 240px;
}

section.price
{
	background-image: url('../pix/presentation/price-pdem.gif');
	min-height: 100px;
	background-position: 86% 0 !important;
	margin-bottom: 30px;
}

section.price section.first
{
	width: 74%;
}

article section.visuel section
{
	position: absolute;
	width: 280px;
	top: 0;
}

section.first
{
	left: 0;
}

section.last
{
	right: 0;
}

section p,section h4,section ul
{
	margin-left: 30px;
}

section p
{
	line-height: 1.4;
}

section p.esp
{
	margin-top: 1em;
	margin-right: 2em;
	text-align: right;
}

div.how
{
	background-color: #fbf2f5;
	padding: 20px;
	margin: 0 -20px -20px;
}

div.how p
{
	margin: 0 0 1em;
}

div.how h4
{
	font-weight: normal;
	text-decoration: underline;
	margin: 0 0 .5em;
}

