/* 
   1. Top Right Bottom Left 
   2. Vertical align : height and line-height must be the same
*/


/********************************************************************************************************************
  NO WIDTH VALUE MUST BE DEFINE BELOW THIS POINT (to avoid wrong display with effect (accordeon, fiche & defilement)
  
  !!!!!!!! REGARDING HEIGHT use only with images !!!!!!!!   will cause wrong display if 2 lines or more needed  
********************************************************************************************************************/

/* NO FRAME */
#no_frame {
width: 640px; /* _parametres_pages.php => $input_text_max */
text-align:left;
}
#no_frame_title {
width: 640px;
height: 50px;
margin-bottom: 6px;
background: url('../images/bng_content.jpg');
}

/* NEWS DISPLAY (possible to keep the same values in global_agenda.css) */
.news_date { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; }
.news_title { 
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-size: 1.4em;
color: #FFFFFF; 
}

/* NEWS NAVIGATION (all news or previous page) */
#news_navigation { margin-top: 8px; margin-bottom: 8px; text-align:right;}

/* NEWS BOX */
.news_table { margin-top:14px; }
.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;
	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: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background: url('../images/news/news_list_off.gif');
}
ul#news_list_line li a:hover { 
	text-decoration: none; 
	background: url('../images/news/news_list_on.gif');
}
