
#newsresults .blocknews {
	margin-top: 10px;
	background:#EFF7FF;
	border:1px solid #E5F1FE;
	padding:5px;
	padding-left:10px;
	-moz-border-radius:10px;
}
#newsresults .blocknews .divpic {
	float:left;
	min-width:100px;
	text-align:center;
}
#newsresults .blocknews .newsdate {
	float:right;
	font-style:italic;
}
#newsresults .group {
	margin-top:10px;
	padding:5px;
	background:#99CCFF;
}

.bottomlinks {
	text-align:center;
	background:#64AAF2;
	margin:3px;
	padding:2px;
	color:#195491;
}
.bottomlinks A {
	color:#FFFFFF;
}
	/**
	 * NEWS - home
	 */
		BODY#news.home #shortnews {
			border:2px solid #64aaf2;
			background:#f3f4f9;
			color:#000000;
			clear:both;
		}
		BODY#news.home #shortnews H5 {
			padding:2px;
			background:#64aaf2;
			color:#FFFFFF;
		}
		BODY#news.home #shortnews LI A {
			color:#3b3b3d;
		}
		BODY#news.home #shortnews .more {
			/*float:right;*/
			text-align:right;
			font-family:Arial,Tahoma;
			margin-right:2px;
		}
		BODY#news.home #shortnews .more A {
			color:#000000;
		}
		BODY#news.home DIV.archives {
			margin-top:5px;
			margin-left:130px;
			height:33px;
			padding-left:38px;
			padding-top:13px;
			background:url(/themes/default/img/news/go_archives_bg.gif) no-repeat;
		}
		BODY#news.home DIV.archives A {
			border-top:1px solid #7D5F3F;
			border-right:1px solid #7D5F3F;
			border-bottom:1px solid #7D5F3F;
			background:#D6C3AF;
			-moz-border-radius-topright:6px;
			-moz-border-radius-bottomright:6px;
			border-radius-topright:6px;
			border-radius-bottomright:6px;
			color:#7D5F3F;
			font-weight:bold;
			text-decoration:none;
			padding-top:3px;
			padding-bottom:3px;
			padding:3px 4px;
		}

	/**
	 * NEWS - news
	 */
		BODY#news.news #event {
			margin-left:15px;
			margin-bottom:15px;
			padding:5px 5px 5px 7px;
			_padding:5px 5px 2px 7px;
			width:250px;
			background:#F7F5F5;
			border:1px solid #DFDFDF;
			border-left:4px solid #DFDFDF;
			color:#5E5E5E;
		}
		BODY#news.news #event A {
			color:#5E5E5E;
		}
		BODY#news.news #event .title {
			background:#DFDFDF;
			padding:2px 0 2px 5px;
			color:#686868;
			margin-bottom:8px;
		}
		BODY#news.news #event .date {
			clear:both;
			float:left;
			font-style:italic;
		}
		BODY#news.news #event .place {
			clear:both;
			float:left;
			width:200px;
		}
		BODY#news.news #event .go {
			float:right;
			background:url(/themes/default/img/picto/picto_roadmap.gif) 0px 0px no-repeat;
			padding-left:19px;
			height:17px;
		}
		BODY#news.news #articles {
			line-height:125%;
			font-size:11px;
			word-spacing:0em;
			letter-spacing:0em;
		}
		BODY#news.news #articles P {
			padding-top:4px;
			padding-bottom:3px;
		}
		BODY#news.news #articles A {
			text-decoration:underline;
		}
	
	
	/**
	 * NEWS - actions bar
	 */
		BODY#news.news UL.actions {
			padding-bottom:23px;
			list-style-type: none;
		}
		BODY#news.news UL.actions2 {
			padding-top:15px;
			list-style-type: none;
		}
		BODY#news.news UL.actions LI,
		BODY#news.news UL.actions2 LI {
			border:1px solid #848284;
			height:14px;
			padding-right:2px;
			margin-right:3px;
			float:right;
			color:#848284;
			cursor: pointer;
		}
		BODY#news.news UL.actions LI:hover,
		BODY#news.news UL.actions2 LI:hover {
			border:1px solid #333333;
		}
		BODY#news.news UL.actions LI.send,
		BODY#news.news UL.actions2 LI.send {
			background:#F2F2F6 url(/themes/default/img/news/actions/bg_send.gif) -1px -1px no-repeat;
			padding-left:20px;
		}
		BODY#news.news UL.actions LI.print,
		BODY#news.news UL.actions2 LI.print {
			background:#F2F2F6 url(/themes/default/img/news/actions/bg_print.gif) -1px -1px no-repeat;
			padding-left:17px;
		}
		BODY#news.news UL.actions LI.save,
		BODY#news.news UL.actions2 LI.save {
			background:#F2F2F6 url(/themes/default/img/news/actions/bg_save.gif) -1px -1px no-repeat;
			padding-left:11px;
		}
		BODY#news.news UL.actions LI.forum,
		BODY#news.news UL.actions2 LI.forum {
			background:#F2F2F6 url(/themes/default/img/news/actions/bg_forum2.gif) -1px -1px no-repeat;
			padding-left:17px;
		}
		BODY#news.news UL.actions A,
		BODY#news.news UL.actions2 A {
			color:#848284;
			text-decoration:none;
		}
		BODY#news.news UL.actions A:hover,
		BODY#news.news UL.actions2 A:hover {
			color:#333333;
			text-decoration:none;
		}
	
	BODY#news.news #mention {
		margin-bottom:15px;
	}