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

ul.list-themes li {
	display				: block;
	height				: 31px;
	overflow			: visible;
	float				: left;
	margin-right		: 5px;
}
ul.list-themes li a {
	background			: url(/images/site/fonds/sub-menu-onglet-selected-reverse.png) no-repeat bottom center #FFF;
	display				: block;
	cursor				: pointer;
	text-align			: center;
	width				: 110px;
	height				: 21px;
	padding-top			: 10px;
	position			: relative;
	z-index				: 0;
	overflow			: visible;
}
ul.list-themes li.active a {
	height				: 22px;
}
ul.list-themes li img {
	display		: block;
	float		: left;
}


div.news {
	border				: 2px solid #e7e7e7;
	border-top			: 1px solid #e7e7e7;
	clear				: both;
}

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

div.news ul.news li {
	border				: none;
	margin				: 0 1em 2em 1em;
	padding				: 0 .5em .5em .5em;
	clear				: both;
	text-align			: justify;
}

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

div.news ul span.date {
	font-size			: .8em;
	display				: block;
}

ul.pages {
	list-style			: none;
	margin				: 1em;
	padding				: 0;
	text-align			: center;
}
ul.pages li {
/*
	float				: left;
*/
	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;
}