table.news {
	width: 600px;
}
table.news th.date {
	width: 12em;
}
table.news th.published {
	width: 5em;
}
table.news th.actions {
	width: 5em;
}
table.news td {
	text-align: center;
}
table.news td.title {
	text-align: left;
}

div.themes {
	float: right;
	width: 250px;
	border: 1px solid #E7E7E7;
}
div.themes h2 {
	margin: 0;
	padding: .3em;
	text-transform: uppercase;
	border-bottom: 1px solid #E7E7E7;
	background: url(/images/site/fonds/degrade-bleu-clair.png) repeat-x left top;
	color: #397EA7;
}

ul.list-themes {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list-themes li {
	padding: .5em .2em;
	font-weight: bold;
}
ul.list-themes li.line-0 {
	background: #F4F4F4;
}
ul.list-themes li a {
}
ul.list-themes li a:hover {
	border-bottom: 2px solid #0378BB;
}
ul.list-themes li img {
	display: block;
	float: left;
}


div.news {
/*
	border : 2px solid #e7e7e7;
*/
	border-top: 1px solid #e7e7e7;
	border: 1px solid #E7E7E7;
	float: left;
	width: 670px;
}
div.news h3 {
	font-size: 1.7em;
/*
	border-top: 1px solid #377B9E;
*/
}
div.news p.header {
	font-size: 1em;
	display: block;
	color: #666;
	margin: 0 0 .5em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px dotted #377B9E;
}
div.news p.header span.exponent {
	font-weight: bold;
}

div.news ul.news {
	list-style			: none;
	margin				: 0;
	padding				: 0;
	min-height			: 50px;
}

div.news ul.news li {
	clear: both;
	text-align: justify;
	padding: 0 .3em;
	margin-bottom: 3em;
}

div.news ul.news li p a {
	color				: #0378BB;
	text-decoration		: underline;
}

ul.pages {
	list-style: none;
	margin: .3em 0;
	padding: 0;
}
ul.pages li {
	display				: inline;
	padding				: 0 .5em;
}
ul.pages li.page,
ul.pages li.preview {
	border-right		: 1px solid #CDCDCD;
}

ul.pages span.current-page {
	font-weight			: bold;
	font-size			: 1.1em;
}

div.left {
	float				: left;
	width				: 500px;
	padding				: 3px;
}

img.picture {
	display				: block;
	float				: left;
	padding				: 0 .3em .3em 0;
	width				: 150px;
}

div.new-content {
	text-align			: justify;
}

h1.titre-new {
	font-size			: 1.2em;
}

div.news ul.news li p.actions a {
	text-decoration		: none;
}
p.actions {
	clear		: both;
}
