@charset "utf-8";
/* CSS Document */

#article {
	float : right;
	width: 528px;
	height: 100%;
	background: url(../images/bg_p.png) repeat-x bottom;
	padding-top:0px;
	padding-bottom:0px;
	overflow:hidden;
	margin-right: 71px;
	}
	.article_img {
		border: 5px solid #fff;
		float:left;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 5px;
		}
		
		.article_box_img {
			width: 528px;
			}
	#article p {
		font-size:11px;
		color: #666666;
		text-align:justify;
		}	
		
	.paragraphe {
		padding: 10px;
		width: 508px;
		background: url(../images/bg_p.png) repeat-x bottom;
		min-height: 110px;
		overflow:hidden;
		}
	h1 {
		width:528px;
		height:70px;
		text-align:center;
		position:relative;
		font-size:9px;
		}
	h1 img {
		position:absolute;
		top:0px;
		left:0px;
		z-index:1000;
		}
	h2 { 
		color: #8dbe48;
		font-size: 14px;
		font-weight:bold;
		border-bottom: 1px solid #8dbe48;
		overflow:hidden;
		text-align: left;
		height: 20px;
		padding-left: 15px;
		}
	h3 {
		color: #8dbe48;
		font-size: 11px;
		font-weight:bold;
		border-bottom: 1px solid #8dbe48;
		overflow:hidden;
		text-align: left;
		height: 14px;
		padding-left: 15px;
		background: url(../images/arrow_link.gif) no-repeat left center;
		}
	h4 {
		color: #175470;
		font-size: 10px;
		font-weight:bold;
		overflow:hidden;
		text-align: left;
		height: 13px;
		padding-left: 15px;
		background: url(../images/arrow_link_ahover.gif) no-repeat left center;
		width:508px;
		display:inline-block;
		}
	h5 {
		color: #999;
		font-size: 10px;
		font-weight:bold;
		overflow:hidden;
		text-align: left;
		}
	
	
	#article ul {
		color: #999;
		font-size: 11px;
		text-align: left;
		list-style:none;
		}
	#article li { border-bottom: 1px dotted #999; padding-bottom: 5px;}
		
	
a:link { font-weight: bold; text-decoration:none; }
a:visited { font-weight: bold; text-decoration:none; }
a:hover { font-weight: bold; text-decoration:underline; color: #175470;}
a:active { font-weight: bold; text-decoration:underline; color: #175470;}

.liens { text-align: right; color: #175470; font-weight:bold; display: block; background:url(../images/arrow_link_ahover.gif) no-repeat right center; padding-right:20px; width: 90px; float: right;}

.recent {
	display:inline-block;
	float:left;
	width:150px;
	border-bottom:2px solid #8dbe48;
	margin:0px 5px 20px 10px;
	padding-bottom:5px;
	}
	.recent img { border:none;}
	.recent b { color:#8dbe48; font-size:10px; margin-bottom:5px;}
	.recent a:link, a:visited { font-size:10px; color:#666; font-weight:bold; text-decoration:none;}
	.recent a:hover { font-size:10px; color:#165671; font-weight:bold; text-decoration:underline;}
	
.page {
	width: 490px;
	height: 20px;
	display:inline-block;
	background-color:#075671;
	color: #fff;
	padding:3px 10px 0px 10px;
	}
	.page a:link { color:#fff; text-decoration:none;}
	.page a:visited { color:#fff; text-decoration:none;}
	.page a:hover { color:#fff; text-decoration:underline;}
