body {
	background-image: url(../img/bg-body-interieur.jpg);
}

div.left-column, div.page{
	font-family: "Arial";
}

/* groupe LeftColumn */
div.left-column {
	float : left;
	width : 170px;
	margin-top: 28px;
}

div.left-column ul.submenu li {
	background : url(../img/bg-submenu.png) no-repeat top left;
	height: 25px;
	padding-top: 5px;
	padding-left: 6px;
	list-style-type: none;
}

div.left-column ul.submenu li a {
	color: #012d55;
	border-left: 1px #891f83 solid;
	padding-left: 5px;
	text-decoration: none;
	font-weight: normal;
}

div.left-column ul.submenu li a:hover {
	text-decoration: none;
	font-weight: bold;
}

div.left-column ul.submenu li a.actif {
	font-weight: bold;
	border-left: 1px #1ca6d4 solid;
}
/**/

/* group Page*/
div.page {
	float : left;
	width : 547px;
	margin-right: 12px;
}

div.page .breadcrumb {
	margin-top: -7px;
	margin-left: 10px;
}

div.page .breadcrumb {
	color: #812281;
}

div.page .breadcrumb a {
	color: #012d55;
}

div.page .breadcrumb a:hover {
	text-decoration: underline;
	font-weight: normal;	
}

div.page div.bg-top {
	margin-top: 20px;
	background: transparent url(../img/bg-top-int.png) no-repeat top left;
	height: 14px;
}

div.page div.bg-bottom {
	background: transparent url(../img/bg-bottom-int.png) no-repeat top left;
	height: 11px;
}
/* group Content */
div.page .content {
	padding: 10px 10px 10px 17px;
	background: #fff url(../img/bg-int.png) repeat-x top left;
	font-size: 0.95em;
}
div.page .content a {	
	color: #812281;
}

div.page .content p.news-date {
	color: #812281;
	margin-left: 18px;
	margin-top: 2px;
	margin-bottom: 6px;
}

div.page .content .content-list-wrapper abstract h5,
div.page .content .content-list-wrapper abstract p {
	margin-top: 0;
	margin-bottom: 0; 
}

div.page .content .content-list-wrapper abstract .article {
	margin-top: 25px;	
}

div.page .content .content-list-wrapper abstract.content-illustration {
margin-left: 20px;
float: left;
margin-right: 5px;
margin-bottom: 5px;
}

div.page .content .content-list-wrapper abstract .content-illustration img {
height: 50px;
}
/***/

/**/
div.right-column .news {
	margin-top: 0px;
}
/**/

div.page .content .article .content-asbtract a.read-more {
	color: #812281;
}

div.page .content .content-illustration,
div.page .content .content-illustration
{
margin-left: 20px;
float: left;
margin-right: 5px;
margin-bottom: 5px;
}

div.page .content .content-illustration img,
div.page .content .content-illustration img
{
/*height: 50px;*/
}


