.pageTitle h1,
.pageTitle{
	margin: 0px;
	padding:0px;
	float: right;
	color: #E3E3E3;
	margin-bottom:-5px;
}
.pageHeader{
	display:none;
}

.error{
	background: #E3E3E3;
	color: Red;
	padding: 20px;
	border:1px solid red;
}
.artDate{
	margin: 0px;
}
.artTitle{
	color:#003399;
}

.artIntro{
	
}

.artContent{
	/*padding-left:50px;
	pading-right:40px;*/
	color: #0A60A2;
}

.articleBlog .artContent{
	height:120px;
}

.artReadon{
	display:block;
	float: right;
}

.artSeperator{
	clear: both;
	border-top: 1px solid #E3E3E3; 
	margin-top: 15px;
	margin-bottom: 15px;
}

.reagir{
	background:#fff url(../images/reagir.png) center center no-repeat;
	float:right;
	height:20px;
	width:200px;
	margin-top:10px;
	margin-bottom:5px;
	padding-top:5px;
	text-align:center;
	text-decoration:none;
	color:#00006a;
}

.reagir:hover{
	color:#990000;
}

.downloadlink{
	
}
a.downloadlink{
	text-decoration: none;
}
a.downloadlink img{
	margin: 0 2px 0 0;
}
a.downloadlink:hover{
	color:#003366;
}
.media_img{
	width:500px;
	float:left;
	padding:5px;
	margin:5px;
	border:1px solid #E3E3E3;
}
.thumbnail{
	float:left;
	margin: 6px;
	width: 150px;
	border: 1px solid silver;
}
.thumbnail a img{
	border:none;
	margin: 7px;
}

/* Menu de navigation dans les articles */
.tab_nav{
	width:100%;
	border-collapse:collapse;
	border-bottom: 1px solid #E3E3E3;
}

.tab_nav td {
	padding: 0 2px;
}

.tab_menu{
	border-collapse:collapse;
 	margin: 0 auto 0 auto;
}

.tab_left{
	height:30px;
	width:8px;
	background:url(../images/tab_left.gif) bottom right no-repeat;
}

.tab_right{
	height:30px;
	width:8px;
	background:url(../images/tab_right.gif) bottom left no-repeat;
}

.tab{
	font-size:12px;
	background:url(../images/tab_blog.gif);
	text-align:center;
}

.tab a{
	text-decoration:none;
	color:#005a00;
}

.tab a:hover{
	color:#003366;
}

.active{
	border-bottom: 2px solid #fff;
}

.active a{
	color:#003366;
	font-size:12px;
	font-weight:bold;
}

.encadre1{
	background:url(../images/pad.gif) center center no-repeat;
	width:300px;
	height:121px;
	vertical-align:center;
}

.encadre1 h3{
	font-size:12px;
	width:290px;
	padding-left:10px;
	text-align:center;
	color:#669966;
}

* html .encadre1 h3{
	margin-top:10px;
}

*>.encadre1 ul{
	margin-left:-15px;
}

.encadre1 ul li{
	margin-top:2px;
}

#footer_page {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:right;
}
#footer_page ul li{
	display:inline;
	margin-right:10px;
}
#footer_page a{
	color:#999;
	text-decoration:none;
}
#footer_page a:hover{
	text-decoration:underline;
}