/* CSS Document */
body {
	font-family: Arial;
	font-size: 11px;
}

#content{
	padding-left:100px;
	height:432px;
	overflow:hidden;
}
#contentLeft{
	margin-top:5px;
	float:left;
	width:555px;
	height:340px;
	overflow:hidden;
	background-color:#F0F0F0;
	border:1px dashed #C7C7C7;
	overflow:hidden;
}


#contentLeft a {
	text-decoration: none;
	color: #8C808A;
}
#contentLeft a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color:#8D838C;
}

#scroller{
	float: right;
	width:18px;
	height:205px;	
	padding-right:20px;
	margin:0px;
}
#scroller a{
	background-color:#F0F0F0;
}
#scroller a:hover{
	background-color:#F0F0F0;
}
.scrollUp{
	border:none;
	margin-top:30px;
}
.scrollDown{
	border:none;
	margin-top:255px;
}
P{
	padding:0px 15px 15px 15px;
	margin:0px;
	font-size:12px;	
	color:#8C828C;
}

#mois{
	margin:30px 0px 0px 0px;
	padding-right:35px;
	float:right;
	height:30px;
	text-align:right;
	font-weight:bold;
	font-size:11px;
}
.currentMois{
	margin-left :30px;
	color:#000000;	
	text-decoration:none;
}
.listeMois{
	display:inline;
	margin-left :30px;
	color:#B4B4B4;	
	text-decoration:none;
}
a.listeMois:hover{
	color:#000000;	
}

#actualite{
	margin-top:10px;
	width:88%;
	float:left;	
	height:325px;
	overflow:hidden;
}
.titre {
	font-family: Verdana;
	font-weight: bold;
}

.type {
	font-family: Arial;
	font-style: italic;
}

