/******
BEGIN
This should be used wherever there are/is (a) <p>(s) within a table cell
This will remove an unwanted space above or/and under a paragraph
*/
p.first {
	margin-top:0px;
	padding-top:0px;
}

p.last {
	margin-bottom:0px;
	padding-bottom:0px;
}

h2.first{
	margin-top:0px;
	padding-top:0px;
}

h2.last{
	margin-bottom:0px;
	padding-bottom:0px;
}

h1, h3{
	font-weight:bold;
	margin:10px 0px 10px 0px;
	font-size:14px;
	color:#f2652d;
}

h2{
	font-weight:bold;
	margin:10px 0px 10px 0px;
	font-size:12px;
	color:#f2652d;
}

#h div#slogan {
	position:absolute;
	top:49px;
	left:427px;
	width: 328px;
	height: 52px;
	overflow: hidden;
	text-indent: -99999px;
	background:url(../images/soucieux_confort.jpg);
}
#h h1 a, #logo {
	width: 156px;
	height: 121px;
	background:url(../images/logo.jpg);
	overflow: hidden;
	text-indent: -99999px;
	position:absolute;
	border:none;
	top:14px;
	left:48px;
}

.btn-contact {
	display:block; 
	width:243px;
	height:142px;
	text-indent:-9999px;
	float:right;
	margin:10px -40px 0 0;
	background:url(../images/contact-ecrire.jpg) left top no-repeat;
}
.btn-contact:hover{background-position:left bottom;}
/*
END
******/
