#communication {
	padding:10px;
	text-align:center;
	/*background:#666;*/
	background:#d41616;
	color:#fff;
	font:normal 10pt 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin-bottom:8px;
}


#xtra-infos {
	background:#d41616;
}





/* Communication block - Displayed on the homepage */

#communication p {
	color:#fff;
}

#communication a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#communication a:hover {
	color:#fff;
	text-decoration:underline;
}


#ho-promo {
	overflow:hidden;
}

#carrousel {
	margin:0;
	padding:0;
	list-style:none;
}

#carrousel li {
	height:210px;
}

#carrousel li, 
#carrousel a, 
#carrousel img {
	margin:0;
	padding:0;
}


/* homepage elements (prefix ho_) 

4 elements
*/
#ho-promo {
	float:left;
	width:270px;
	height:210px;
	margin:0 20px 10px 0;
}



#ho-map {
	float:left;
	width:430px;
	height:210px;
	margin:0 0 10px 0;
}



#ho-boxes {
	float:left;
	width:151px;
	margin:0;
}

#ho-boxes p {
	margin:10px 0;
}

#newsletter-subscribe a {
	text-decoration:none;
}

#newsletter-subscribe input.text {
	width:128px;
	height:14px;
	background:#f1f1f1;
}

#newsletter-subscribe input.text:focus {
	border:2px solid #bbb;
	background:#fff;
}

#newsletter-subscribe input.button {
	width:14px;
	height:22px;
	background:#bbb;
	text-align:center;
	color:#fff;
}

#newsletter-subscribe div {
	background:#dedede;
	padding:0 0 5px;
	margin:0 0 0;
}

#newsletter-subscribe p {
	margin:0;
}




#new-places-home {
	margin-top:10px;
	padding:10px;
	background:#dedede; 
	overflow:hidden;
	zoom:1;
	text-align:center;
}

#new-places-home h2 {
	margin-bottom:5px;
	text-align:left;
}

#new-places-home ul {
	list-style:none; 
	margin:0 auto;
	padding:0;
	width:690px;
	overflow:hidden;
}

#new-places-home ul li {
	float:left;
	width:130px;
	margin-right:10px;
	text-align:center;
	font-size:8pt;
}

#new-places-home ul li.last {
	margin-right:0;
}

#new-places-home li a {
	display:block;
	height:100%;
	padding:5px 5px 15px;
	background:#bbb;
	text-decoration:none;
}

#new-places-home li a:hover {
	color:#fff;
	background:#d41616;
}

#footer {
	margin-top:10px;
}