/*
news.css
---------		Par Morgan Abraham

Description : Feuille de style des news du site

*/
#news {
	margin: 10px;
}
div#newscat {
	border-right: 1px solid #4FAFFF;
	border-bottom: 1px solid #4FAFFF;
	margin: 0;
	padding: 0;
	font-size: 11px;
	margin-bottom: 15px;
}
#newscat p {
	margin: 0;
	padding: 6px;
	font-size: 11px;
}
#newscat h4 {
	height: 20px;
	margin: 0;
	background: url('../images/backgrounds/news_cat_head.png') left top no-repeat #4FAFFF;
	font-size: 15px;
	padding-top: 0;
	padding-left: 45px;
	color: #FFFFFF;
}
.news {
	border-right: 1px solid #4FAFFF;
	margin: 0;
	padding: 0;
}
.news h3 {
	height: 33px;
	margin: 0;
	background: url('../images/backgrounds/titre_news.png') left top no-repeat #4FAFFF;
	font-size: 25px;
	padding-top: 2px;
	padding-left: 80px;
	color: #FFFFFF;
}
.news_content {
	font-size: 11px;
	padding: 10px;
	margin: 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #4FAFFF;
	margin-left: 11px;
}
.news_content p {
	display: block;
}
.news_barre {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding-left: 5px;
	height: 19px;
	color: #000000;
	border-bottom: 1px solid #4FAFFF;
	margin-left: 11px;
}
.news_barre li {
	height: 17px;
	padding-left: 0;
	padding-right: 10px;
	text-align: center;
	padding-top: 3px;
	font-size: 10px;
}
.news_barre a {
	font-size: 10px;
}
.news_barre a img {
	border: 0;
	vertical-align: top;
}
.news_barre_droite {
	float: right;
	margin-top : 0px;
}
.news_barre_gauche {
	float: left;
	margin-top: 0px;
}
.pagination {
	text-align: center;
}
.current {
	color: red;
}
/*
Table des commentaires
*/
table#comments
{
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 90%;
}
table#comments thead td, table#comments tbody td.comment_head {
	height: 15px;
	background-color: #D5EDFF;
	border-bottom: 1px dashed #cccccc;
}
table#comments thead td {
	font-weight:bold;
}
table#comments thead td, table#comments tfoot td {
	padding: 2px;
}
table#comments tbody .comment_table_date {
	padding: 1px;
}
table#comments tbody .comment_table_pseudo a:hover {
	text-decoration: none;
}
table#comments tbody .comment_table_pseudo img, table#comments tbody .comment_table_date img {
	vertical-align: -3px;
}
table#comments tbody .comment_table_userinfo {
	padding: 2px;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
}
table#comments tbody .comment_table_corps {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
}
/*
admin
*/
#news_list {
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 60%;
}
#news_list thead td {
	border-bottom: 1px dashed #cccccc;
}
#news_list thead th {
	height: 15px;
	font-size: 13px;
	font-weight:bold;
	background-color: #D5EDFF;
	border-bottom: 1px dashed #cccccc;
}
#news_list tbody tr {
	border-bottom: 1px dashed #cccccc;
	border-top: 1px dashed #cccccc;
}
#news_list tbody td {
	border-left: 1px dashed #cccccc;
	border-right: 1px dashed #cccccc;
	text-align: center;
}