/* 
   1. Top Right Bottom Left 
   2. Vertical align : height and line-height must be the same
*/

#cB1 {width:640px; float:left; padding:0 0 5px 20px; font-family: Arial; font-size:12px;}

#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;}
	
/* NO FRAME */
#no_frame {
width: 640px; /* _parametres_pages.php => $input_text_max */
text-align:left;
}
#no_frame_title {
width: 640px;
border: 1px dotted #444444;
padding: 3px 0 3px 0;
margin-bottom: 10px;
background: #EAD346;
}

/* NEWS DISPLAY */
.news_date { font-family: Verdana; font-size: 11px; font-weight: bold; color: #444444; }
.news_title { font-family: Verdana; font-size: 11px; font-weight: bold; color: #444444; }

/* NEWS NAVIGATION (all news or previous page) */
#news_navigation { margin-top: 8px; margin-bottom: 8px; text-align:right;}

/* NEWS BOX */
.news_table { margin-top:4px; border:0; }
.news_search { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color:#333333;}
.news_input { font-family: Arial, Helvetica, sans-serif; font-size: 9px; }
.news_msg_ok { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #333333; }
.news_msg_ko { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #830D0D; }

/* NEWS LIST LINE */
ul#news_list_line {
	position: relative;
	width:640px;
	margin: 10px 0 10px 0;
	padding: 0px;
	list-style: none;
	text-align:left;
}
ul#news_list_line li a {
	display: block;
	height: 26px;
	line-height: 26px; 
	overflow: hidden;
	padding: 0px 0px 0px 20px;
	font-family: Verdana; 
	font-size: 11px;
	font-weight:bold;
	color: #444444;
	text-decoration: none;
	background: url('../images/news/news_list_off.gif');
}
ul#news_list_line li a:hover { 
	text-decoration: none;
	color: #BF261D; 
	background: url('../images/news/news_list_on.gif');
}
