/* PLUME CMS Style Sheets for Michat Electronique template */
/* (c) 2007 - Eric Jouffrey*/
/* Create date : 21/05/2007  */
/* CENTER COLUMM STYLE SHEET */

#content{
	position:relative;
	width:80%;
	left:10%;
	margin-top:25px;
}
div.resource{
	margin-bottom:50px;	
}
div.resource h2{
	margin-top:75px;
	font-size:1.2em;
	font-weight:bold;
	width:100%;
	border-bottom:solid 1px #C10D18;
}
div.resource p.modified{
	text-align:right;
	margin-bottom:15px;
	font-size:0.8em;
	color:#999;	
}
div.resource div.article,
div.art-page-text,
div.art-description{
	/*text-align:justify;*/
}
/* ARTICLE CONTAINS */
div.resource h3{
	margin-top:10px;
	margin-bottom:5px;
	text-indent:15px;
	background: url("img/arrowRight_white.png") no-repeat center left;
}
div.resource h3.art-page-title{
	font-weight:bold;
	color:#F00;
	text-decoration:underline;
	font-size:1.2em;
}
div.resource a.topLink{
	float:right;
	position:relative;
	top:-19px;
}
div.resource table{
	border-collapse:collapse;
	border:solid  1px #CCC;	
	width:96%;
	left:2%;
	position:relative;
	margin-top:20px;
	margin-bottom:30px;
	text-align:left;
}
div.resource table td{
	line-height:150%;
	border-bottom:solid  1px #CCC;	
	border-right:solid  1px #CCC;
}
div.resource p{
	line-height:150%;
	text-indent:0px;
	margin-top:10px;
}
div.resource ul li{
	left:15%;
	width:85%;
	position:relative;
}
/* LIST STYLE */
div.resource ul.lastAddArticles{
	list-style:none;
	margin-top:25px;
	margin-bottom:25px;
}
div.resource ul.lastAddArticles li{
	background: url("img/arrowRight_white.png") no-repeat center left;
	padding-left:10px;
}
/* */
