<!--

div#main-frame #center-frame #content-center-frame .article{
	width:850px; height:auto;
	margin-bottom:20px; padding-bottom:10px;
	border-bottom:1px dashed #CCCCCC;
	/*background-color:#FF0000;*/
}

div#main-frame #center-frame #content-center-frame .article .vignette-article{
	float:left;
	width:200px; height:200px;
	padding:10px;
	background-color:#FFFFFF;
	
	border:1px solid #bfccd4;	
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

div#main-frame #center-frame #content-center-frame .article .infos-article{
	float:left;
	width:600px;
	margin-left:25px;
}

div#main-frame #center-frame #content-center-frame .article .infos-article .titre-article{
	width:600px;
	margin-top:20px;
	font-size:120%; font-weight:bold;
	color:#4d6c89;
	/*background-color:#CCCCCC;*/
}

div#main-frame #center-frame #content-center-frame .article .infos-article .date-parution-article{
	width:600px; height:auto;
	padding:5px;
}

div#main-frame #center-frame #content-center-frame .article .infos-article .liens-article{
	margin-left:auto; margin-right:auto;
	width:600px;
	margin-top:30px;
	padding:5px;
}

div#main-frame #center-frame #content-center-frame .article .infos-article .liens-article .visualisation-article{
	float:left;
	width:280px;
	text-align:right;
}

div#main-frame #center-frame #content-center-frame .article .infos-article .liens-article .lien-vers-source{
	float:left;
	width:280px;
	margin-left:10px;
}

div#main-frame #center-frame #content-center-frame .article .infos-article .liens-article a:link{
	text-decoration: none;
	color:#000000;
	border-bottom:1px dashed #000000;
}

div#main-frame #center-frame #content-center-frame .article .infos-article .liens-article a:visited{
	text-decoration: none;
	color:#000000;
}

div#main-frame #center-frame #content-center-frame .article .infos-article .liens-article a:hover{
	text-decoration: none;
	color:#FF0000;
	border-bottom:1px dashed #FF0000;
}

-->