/******
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, h2{
	font-weight:bold;
	margin:10px 0px 10px 0px;
	font-size:14px;
	color:#f2652d;
}

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

.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
******/
