/*
/* Hugues TN 
/* Copyright 2007-2009
/* Design : PraiseDesign
/* http://www.praisedesign.com
/* 

/* NEWS SUMMARY */
.NewsSummary { float: left; width: 510px; margin: 0 20px; }
.NewsSummary h3 {
	color: #FFFFFF;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	background: /*#6B4700*/ url(images/dernieresNouvelles.png) no-repeat left 10px;
	overflow: hidden;
	text-indent: -300px;
}
.NewsSummaryCategory {
	float: right;
	font-style: italic;
	width: 400px;
	height: 20px;
}
.NewsSummaryAuthor { display: none; }
.NewsSummaryLink {
	float: right;
	width: 400px;
	height: 20px;
	font-weight: bold;
} 
.NewsSummaryLink a {
	color: #362825;
	font-family: "Century Gothic";
	font-size: 14px;
	text-decoration: underline;
}
.NewsSummarySummary {
	float: right;
	width: 400px;
	height: auto;
}
.NewsSummaryMorelink {
	float: right;
	width: 400px;
	height: auto;
	text-align: right;
}
.NewsSummaryMorelink a {
	color: #362825;
}
.NewsSummaryExtra {
	float: left;
	clear: left;
	width: 100px;
	height: auto;
}

/* NEWS POST DETAIL */
.NewsPostDetail { float: left; width: 610px; margin: 0 20px; }
#NewsPostDetailTitle { float: left; font-size: 22px; width: 500px; margin: 100px 0 10px; padding: 0; }
#NewsPostDetailHorizRule { display: none; }
#NewsPostDetailSummary { float: left; clear: left; width: 500px; }
#NewsPostDetailCategory,#NewsPostDetailAuthor { display: none; }
#NewsPostDetailContent { float: left; clear: left; width: 500px; }
#NewsPostDetailExtra { margin-top: 100px; }
#NewsPostDetailPrintLink,#NewsPostDetailReturnLink { float: left; clear: left; text-align: right; }

