/* tout ce qui concerne les news / agenda */

.fiche_1, .fiche_2{
	width: 80%;
	margin: auto;
	margin-top: 15px;
	text-align: left;
}

.fiche_1, .fiche_2 {
	border: none; /*solid 1px #696969*/
}
.entete{
    border-bottom: solid 1px #DCDCDC;
    height: 23px;
}
.fiche_2 .entete{} /*background-color: #999*/
.fiche_1 .entete{} /*background-color: #999*/
.fiche_1 h3, .fiche_2 h3, .date {
	margin: 0;
	padding: 2px;
	border: none;
    font-size: 16px;
}
.entete .date {
	width: 48.5%;
	float: left;
	text-align: right;
}
.fiche_1 h3, .fiche_2 h3 {
	width: 50%;
	float: left;
}
.fiche_1 p, .fiche_2 p{
	margin: 1%;
}
.responsable{
	display: none;
	float: right;
	text-align: right;
}

#intro_agenda{
	margin: 10px 15px 10px 20px;
	text-align: left;
}
.menu_cat{
    text-align: right;
    margin-right: 15px;
}
img.right{
	margin: 2px 0px 2px 6px;
	float: right;
}
img.left{
	margin: 2px 25px 2px 0px;
	float: left;
}




