
body {
	font-family: Arial;
	font-size: 11px;
	background-color:#000000;
}

#content{
	padding-left:100px;
	height:432px;
	overflow:hidden;
}
#contentLeft{
	margin-top:5px;
	float:left;
	width:440px;
	height:340px;
	background-color:#CCCCCC;
	border:1px dashed #8C828C;
	overflow:hidden;
}
#contentRight{
	margin-top:3px;
	float:right;
}

#contentPortfolio {
	padding-right:30px;
	height:340px;
	width:350px;
}

.portfolioVignette{
	background-color:#6D5A6E;
	width:110px;
	height:110px;
	float:left;
	margin:2px;	
}

#contentLeft a {
	text-decoration: none;
	color: #6E5A6E;
}
#contentLeft a:hover span {
	text-decoration: none;
	color: #6E5A6E;
	background-color:#ACE800;
}

#scroller{
	float: right;
	width:18px;
	height:205px;	
	padding-right:20px;
	margin:0px;
}
#scroller a{
	background-color:#CCCCCC;
}
#scroller a:hover{
	background-color:#CCCCCC;
}
.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:40px 0px 0px 0px;
	padding-right:35px;
	float:right;

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

#actualite{
	margin-top:10px;
	width:88%;
	float:left;	
	height:325px;
	overflow:hidden;
}
.margin{
	padding:0px 15px 15px 15px;
	margin:0px;
}
.periode {
	font-size:12px;
	margin:0px;
	padding-bottom:2px;
}

.titre {
	font-family: Verdana;
	font-weight: bold;

}
.type {
	font-style: italic;
	font-size:12px;
}

.desc {
	font-size: 12px;
}

.formRecherche{
	background-color:#000000;
}	

