/******
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;
}

#t_bienvenue {
	position:relative;
	width:247px;
	text-align:left;
	padding: 0px 22px 10px 22px;
}

#divNewsBox {
	position:relative;
	background:url(../images/mod_nouvelles/bcg.jpg);
}

#divNewsTop {
	position:relative;
}

#divNewsBottom {
	background:url(../images/mod_nouvelles/bas.jpg) bottom no-repeat;
	padding-bottom:30px;
}

.divNewsText {
	position:relative;
	margin: 5px 24px 5px 24px;
	padding-bottom:10px;
	border-bottom: 1px dashed #705E42;
}

#divNoNews {
	position:relative;
	font-size:14px;
	margin-left:26px;
	padding-top:25px;
	padding-bottom:20px;
}

#divNewsButtons {
	position:relative;
	margin: 5px 24px 5px 24px;
	padding-top:10px;
}

.spanNewsDate {
	color:#645c46;
}

.spanNewsTitle {
	color:#a03230;
	font-weight:bold;
}

.spanNewsTitle2 {
	font-size:14px;
	color:#a03230;
	font-weight:bold;
}

#module_residences {
	position:relative;
	margin:0px 0px 20px 15px;	
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	width:434px;
	background-color:#f5f1e8;
}

#module_residences_left {
	position:relative;
	width:269px;
	float:left;
}

#module_residences_right {
	position:relative;
	width:160px;
	float:left;
	padding-left:5px;
}

#module_residences_right img {
	border:solid 1px #62201F;
}

#module_residences_right p {
	font-size:9px;
	margin:0px 0px 0px 0px;
}

.pResidenceMarginLeft{
	margin-left:25px;
}

.pResidenceName{
	font-weight:bold;
	font-size:16px;
	color:#660000;
	margin:0px 0px 00px 0px;
}

.pResidenceCity{
	font-weight:normal;
	font-size:14px;
	color:#000000;
	margin:0px 0px 00px 0px;
}

.divItemBlock{
	position:relative;
	padding:10px 5px 10px 5px;
	border-bottom:1px dashed #705E42;
	background:#FFFFFF;	
}

#divResidencesName{
	position:relative;
	width:250px;
	height:41px;
	background:url(../images/nos_residences/bcg_nos_de_residences.jpg) no-repeat;
	padding:15px 10px 10px 10px;
}

.pNoMarginTop{
	margin-top:0px;
}

.h3DottedLine {
	height:16px;
	border-bottom:1px dashed #a03230;
	background-color:#FFFFFF;
}

/*
This is for zooming function
*/

/* ZOOM1 */
div.textZooming1 {
	font-size:10px;
}

div.textZooming1 h1{
	font-size:14px;
}

div.textZooming1 h2{
	font-size:14px;
}

div.textZooming1 h3{
	font-size:12px;
}

div.textZooming1 span.spanNewsDate {
	font-size:9px;
}

div.textZooming1 span.spanNewsTitle {
	font-size:11px;
}

div.textZooming1 p.pResidenceCity {
	font-size:12px;
}

div.textZooming1 p.pResidenceName {
	font-size:14px;
}

div.textZooming1 table tr td {
	font-size:10px;
}

div.textZooming1 table tr th {
	font-size:10px;
}

/* ZOOM2 */
div.textZooming2{
	font-size:12px;
}

div.textZooming2 h1{
	font-size:16px;
}

div.textZooming2 h2{
	font-size:16px;
}

div.textZooming2 h3{
	font-size:14px;
}

div.textZooming2 span.spanNewsDate {
	font-size:11px;
}

div.textZooming2 span.spanNewsTitle {
	font-size:13px;
}

div.textZooming2 p.pResidenceCity {
	font-size:14px;
}

div.textZooming2 p.pResidenceName {
	font-size:16px;
}

div.textZooming2 table tr td {
	font-size:12px;
}

div.textZooming2 table tr th {
	font-size:12px;
}

/* ZOOM3 */
div.textZooming3 {
	font-size:14px;
}

div.textZooming3 h1{
	font-size:18px;
}

div.textZooming3 h2{
	font-size:18px;
}

div.textZooming3 h3{
	font-size:16px;
}

div.textZooming3 span.spanNewsDate {
	font-size:13px;
}

div.textZooming3 span.spanNewsTitle {
	font-size:15px;
}

div.textZooming3 p.pResidenceCity {
	font-size:16px;
}

div.textZooming3 p.pResidenceName {
	font-size:18px;
}

div.textZooming3 table tr td {
	font-size:14px;
}

div.textZooming3 table tr th {
	font-size:14px;
}
/*
END
******/