/******
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;
}

#top_accueil {
	position:relative;
	width:auto;
	height:192px;
	text-align:left;
	padding:0px;
}
/*
END
******/