#actu{
	position: absolute;
	top: 0;
	left: 0;
	width: 756px;
	height: 800px;
	overflow-x: hidden;
	overflow-y: auto;
}
#entete_actu{
	position: absolute;
	top: 0;
	left: 0;
	width: 756px;
	height: 140px;
	border-bottom: 2px solid #999999;
}
#les_actualites
	{
		position:absolute;
		top: 144px;
		left: 0;
		width: 756px;
		height: 656px;
		overflow-x:hidden;
		overflow-y: auto;
		font-size:12px;
		font-family: 'ComicSansMS','Comic Sans MS';
	}
img.image_entete_actu{
	float: left;
	margin: 14px;
	box-shadow: 5px 5px 13px #444;
}
#type_affichage {
    float: left;
   /* height: 150px;*/
    overflow: hidden;
    text-align: center;
    width: 300px;
}
#flux_rss {
    /*background: none repeat scroll 0 0 red;*/
    /*height: 150px;*/
    position: absolute;
    right: 0;
    width: 206px;
    top: 25px;
}



#image_rss {

    height: 32px;
    width: 32px;
    background:url('/actualite/afficher_actu/ressources/rss-icone_survol.png') no-repeat;
}

/*#image_rss>img{
	box-shadow: 3px 3px 7px gray;
}*/
#image_rss:hover > img {
    visibility: hidden;
}
#image_rss:hover{
	cursor: pointer;
}
#aide_rss {
    height: 32px;
    width: 32px;
    background:url('/actualite/afficher_actu/ressources/aide_survol.png') no-repeat;
}
/*#aide_rss>img{
	box-shadow: 3px 3px 7px gray;
}*/

#aide_rss:hover > img {
    visibility: hidden;
}
#aide_rss:hover{
	cursor: pointer;
}
#flux_rss > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    }
p.actu-titre{
	font-size: 36px;
	line-height: 40px;
	margin: 17px 0 0;
	}
p.actu-rens{
	font-size: 18px;
	line-height: 23px;
	margin: 3px;
}
p.actu-modif{
	display: inline;
	color: #0000ff;
	font-size: 14px;
	text-decoration: underline;
	margin: 5px;
}
p.actu-modif:hover{
	color: #0096ff;
	cursor: pointer;
}
#type_affichage>span{
	margin: 5px;
}
#entete_actualites
	{
		min-height:130px;
	}
	
h1.entete
	{
		font-size:36px;
		margin-left:20px;
	}
p.entete
	{	
		font-size:16px;
		margin-left:10px;
	}
	
#liens_vers_archive
	{
		width:200px;
		height:150px;
		position: absolute;
		top:0px;
		left:520px;
		font-size:16px;
		color:#584D4D;
	}
	
	
img.image_actu
	{
		float: right;
		margin: 5px;
		
	}

span.titre_actu
	{
		color: #584D4D;
		font-size: 18px;
		font-weight: 400;
		text-decoration: underline;
	}
span.titre_actu:hover
	{
		color:black;
	}
	
p.date_event
	{
		color: #584D4D;
    	line-height: 0;
    	font-size: 12px;
		font-weight: 700;
		letter-spacing: 0;
		text-align: left;
	}


span.en_savoir_plus
	{	
		position: absolute;
		bottom:10px;
		color: #584D4D;
		font-size: 13px;
		font-stretch: normal;
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 0px;
	}
	
span.en_savoir_plus:hover
	{
		color:black;
	}
.lien{
	text-decoration: underline;
}
.lien:hover{
	cursor: pointer;
}
img.image_actu
	{ right:0 ;width: 160px; height: 120px; margin-top: -4px;}

div.actu
	{
	position: relative;
	margin-left: 10px;
	min-height:115px;
	}
#les_commentaires {
    border-left: 5px solid #0080ff;
    float: right;
    height: 800px;
    padding: 0;
    width: 349px;
    margin: 0;
    position: relative;
        }

#entete_commentaires{
	overflow: hidden;
	position: absolute;
	top: 0;
	border-bottom: 5px solid #0080ff;
	height: 51px;
	width: 349px;
	}
#commentaires{
	/*overflow: hidden;*/
	position: absolute;
	top: 56px;
	left: 761;
	height: 744px;
	width: 349px;
	background: lavenderblush;
	border: 0px solid grey;
	font-size: 12px;
	box-shadow: 0px 0px 0px black;
}
.bouton {
	display: block;
	margin: 0 auto 0 auto;
    font-size: 16px;
    text-decoration: none;
    border: 2px solid rgba(64, 118, 226, 0.63);
    padding: 3px 8px;
    color: #313131;
    border-radius: 12px;
    background-color: #DDD;
} 
.bouton:hover {
	display: block;
	margin: 0 auto 0 auto;
    font-size: 16px;
    text-decoration: none;
    border: 2px solid rgba(64, 118, 226, 0.63);
    padding: 3px 8px;
    color: #464646;
    border-radius: 12px;
    background-color: #a2a2a2;
} 
.bouton:active {
	display: block;
	margin: 0 auto 0 auto;
    font-size: 16px;
    text-decoration: none;
    border: 2px solid rgba(64, 118, 226, 0.63);
    padding: 3px 8px;
    color: #464646;
    border-radius: 12px;
    background-color: white;
} #infos_suppression{	display: none;}#entete_commentaires>h1{	text-align: center;	margin: 0;}