/* 
   1. Top Right Bottom Left 
   2. Vertical align : height and line-height must be the same
*/

/* NEWS Scroller */
.scroller_title { font-size: 12px; font-weight: bold; color:#AA1D1A; text-decoration:none; }
.scroller_description { font-size: 11px; font-weight: normal; color:#555555; text-decoration:none;}
.scroller_link:link, .scroller_link:active, .scroller_link:visited { 
	font-size: 11px; 
	font-weight: bold; 
	color:#275DA4; 
	text-decoration:none;
	border-bottom:1px dotted #275DA4;
}
.scroller_link:hover { text-decoration:none; color: #275DA4; border-bottom:2px dotted #AA1D1A; }

#cB1 {width:480px; float:left; padding:0 4px 5px 16px; }
#cB2 {width:150px; float:right; margin:0;}

#infoday {
	width:270px;
	height:36px;
	margin-top:2px;
	float:left;
	display:inline;
	font:normal 10px verdana,serif;
	text-align:center;
	}
#meteo {
	width:270px;
	height:42px;
	margin-top:2px;
	background:url('../images/bg_meteo.gif');
	float:left;
	display:inline;
	font:bold 10px verdana,serif
	}
	#meteo a:link, #meteo a:visited {color:#333333; text-decoration:none}
	#meteo a:hover, #meteo a:active {color:#BF261D; text-decoration:none}
	#meteo1 {width:135px; height:42px; float:left; display:inline; text-align:center;}
	#meteo2 {width:135px; height:42px; float:right; display:inline; text-align:center;}
#actus {
	width:270px;
	height:384px;
	margin-top:24px;
	background:url('../images/bg_actualites.gif');
	float:left;
	display:inline;
	}
	
.cityhall {background:#FEF9D3; border:1px solid #E1C205; padding:5px; margin:0 0 10px 0; color:#666666}
.cityhall a:link, .cityhall a:visited, .cityhall a:active {color:#777777; border-bottom:1px dotted #777777; text-decoration:none;}
.cityhall a:hover {color:#BF261D; border-bottom:2px dotted #BF261D; text-decoration:none;}
.reminder1, .reminder1 a:link, .reminder1 a:visited, .reminder1 a:active { font: 11px Arial, Helvetica, sans-serif; font-weight:bold; color:#275DA4; padding-left:2px; text-align:right; text-decoration:none;}
.reminder1 a:hover {color:#BF261D;}
	.reminder1_date {
		float: left;
		width: 53px;
		height: 54px;
		padding-top: 3px;
		background: url('../images/reminder_date.gif') no-repeat;
		text-transform: uppercase;
		text-align: center;
		font: 8px Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		cursor:pointer;
		text-decoration:none;
	}
	.reminder1_date b {
		display: block;
		font-size: 32px;
		color: #F5D805;
	}
.reminder2, .reminder2 a:link, .reminder2 a:visited, .reminder2 a:active { font: 11px Arial, Helvetica, sans-serif; font-weight:bold; color:#275DA4; padding-right:2px; text-align:left; text-decoration:none;}
.reminder2 a:hover {color:#BF261D;}	.reminder2_date {
		float: right;
		width: 53px;
		height: 54px;
		padding-top: 3px;
		background: url('../images/reminder_date.gif') no-repeat;
		text-transform: uppercase;
		text-align: center;
		font: 8px Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		cursor:pointer;
		text-decoration:none;
	}
	.reminder2_date b {
		display: block;
		font-size: 32px;
		color: #F5D805;
	}
