#maincontent{
	/*Propriétés de taille*/
	width: 650px;
	height: 440px;
}
#fondflashmainpann{
	/*Propriétés de taille*/
	width: 650px;
	height: 440px;
	
	/*Propriétés de positionnement*/
	z-index: 3;
}
#margeflash{
	/*Propriétés de taille*/
	width: 180px;
	height: 440px;
	
	/*Propriétés de positionnement*/
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 4;
}
#news{
	/*Propriétés de taille*/
	width:240px;
	height: 440px;
	
	/*Propriétés de positionnement*/
	position: absolute;
	top: 50px;
	left: 190px;
	z-index: 5;
}
.day-date{
	padding-left: 10px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
}

.post-title{
	color: #FE6DFE;
	background: transparent;
	border-bottom: solid Black;
	border-bottom-width: 1px;
	padding-bottom: 2px;
	font-size: 11px;
	text-align: left;
}

.post-title a:hover, .post-title a, .post-title a:visited{
	color: #FE6DFE;
	background: transparent;
	text-decoration: none;
}

.post-content a, .post-content a:hover, .post-content a:visited{
	color: rgb(37,150,58);
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #249738;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #249738;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
	border-bottom: 1px solid #eeeeee;
	font-size: 10px;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}

#right_mainpann{
	/*Propriétés de taille*/
	width: 180px;
	height: 250px;
	
	/*Propriétés de positionnement*/
	position: absolute;
	left: 450px;
	top: 50px;
	z-index: 4;
	
	/*Propriétés du texte*/
	font-size: 11px;
	text-align: justify;
}
.downloadlink:link,.downloadlink:visited{
	/*Propriétés du texte*/
	font-size: 11px;
	color: #25963A; /*Vert normalisé*/
	font-weight: bold; /*Gras*/
	text-decoration: none;
	text-align: left;
}
.downloadlink:hover{
	/*Propriétés du texte au survol du curseur*/
	color: #F865FB; /*Fuschia normalisé*/
}
.downloadimg{
	border: none;
	width: 2em;
	height: 2em;
}
#pubflash{
	/*Propriétés de taille*/
	width: 190px;
	height: 100px;
	
	/*Propriétés de positionnement*/
	z-index: 4;
}