/* CSS For news display && news list display */

/* News indexes */

#liste_news .cat_actu {
color:#388224;
font-weight:bold;
padding:0.2em;
background-color:#80FF5E;
border:1px solid gray;
text-align:center;
}

#liste_news ul {
 list-style-type:none;
 margin-left:25%;
}

#liste_news ul li a.actus_links, #coin_astuces ul li {
color:#0D3B00; 
}

#liste_news .cat_actu .propose_cat_actu {
float:right;
font-size:0.8em;
font-weight:normal;
}
#liste_news .cat_actu .propose_cat_actu a {
color:orange;
}

#liste_news li .date {
 font-weight:bold;
 color:red;
}

#disp_choice input {
 background:gray;
 border:1px solid black;
}

#disp_choice, #filtre_date {
 float:right;
}

#cadre_actus_date {
 border:1px solid gray;
 background:#B8FFA5;
 padding-top:0em;
 width:70%;
 margin:1em auto 4em auto;
}

#cadre_actus_date ul {
	margin-left:18%;
}

#cadre_actus_date li {
	font-weight:bold;
}

#cadre_actus_date li .date {
	font-weight:normal;
}

#titre_cadre_actus_date {
	margin:0em 0em 0em 0em;
	width:100%;
	background:#80FF5E;
	color:#388224;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
}

#pagination, #pagination a {
	font-weight:bold;
	font-size:1.1em;
	text-align:center;
	color:#388224;
}

/* News read views */ 

.bloc_news {
	border: 1px solid gray;
	background:#B8FFA5;
	margin:0.5em 1.5em 1em 1.5em;
}

.titre_news .titre {
	margin:0px 0px 0px 0px;
	text-align:center;
	font-size:1.4em;
	border-bottom:1px solid gray;
	background:#80FF5E;
	color:#388224;
	padding:0.3em;
}

.texte_news {
	padding:0.5em 2em 0.5em 2em;
	text-align:justify;
}

.bloc_news .genre {
	text-align:right;
	font-size:0.9em;
}
