<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----- CSS NEWS ----- */

h1, h2, h3, h4, h5, h6, p { margin:0; padding:5px; text-align:center; }
h1 			{ font-size:1.8em; margin:15px auto; color:#AAAAAA; letter-spacing:0.2em; text-align:center; }
h2 			{ font-size:1.4em; color:#21409A; letter-spacing:0.1em; text-align:center; font-weight:normal; margin:5px auto;}
h3 			{ font-size:1.2em; color:#21409A; text-align:center; letter-spacing:0.1em; font-weight:bold; text-transform:uppercase; }
h4 			{ font-size:1em; color:#21409A; text-align:left; font-weight:bold; text-transform:uppercase; }

p 			{ margin:0; padding:5px; text-align:justify; }
a 			{ text-decoration:none; color:#21409A; }
a:hover 		{ text-decoration:underline; color:#21409A; } /* bleu fonce */

.important 			{ color:#F2462E; font-weight:Bold; } /* rouge */

#containercentrer 	{ text-align:center; margin-bottom:50px; }
#titre_module_actualites{display:none;}

.news_liens          { margin-top:15px; font-size:11pt; color:white; font-weight:bold;} 
/* ---- NEWS - affichage ---- */
.containeur_news{
	clear:both;
	padding-top:20px;
}
.news_liste 	{ 
	font-size:9pt;
	width:950px;
	text-align:justify;
	margin:auto;
	background-image: url(../img/bg_content.png);
	background-repeat: repeat;
	border-radius: 10px 10px 10px 10px; 
	}
.news_entete,.news_entete_accueil {
	padding-left:5px;
	height:35px; 
	background-color:#16A19E;
	border-radius: 10px 10px 0px 0px;
}
.news_titre,.news_titre_accueil	{ margin-top:11px; padding-left:5px; float:left; text-align:left; color:white; font-weight:Bold; }
.news_date 		{ margin-top:11px; padding-right:5px; float:right; text-align:right; }
.news_contenu,.news_contenu_accueil { width:95%; overflow:hidden; padding:10px 5px 20px 5px; text-align:justify; line-height:20px; letter-spacing:2px;}
/* image a gauche du texte */
img 				{ border:0; text-decoration:none; }
.imageG ,.imageG2,.imageG_accueil {
	float:left;
	width:100px;
	margin: 2px 20px 5px 5px;
	border: 5px solid white;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;  
	-khtml-border-radius: 5px; 
	border-radius: 5px;	
	background-color: white;
}
.imageG2{
	width:200px;
}
/* lire la suite */
.news_suite		{ clear:both; float:right; }
/* fichier joint */
.news_fichier,.news_fichier_accueil	{ }
.news_fichier a,.news_fichier_accueil a	{ text-decoration:none; }
.news_fichier a{ float:right; }
.news_fichier_accueil a	{ float:right; }

/* ---- NEWS - ACCUEIL ---- */
.news_accueil { 
	float:left; 
	width:41%;
	margin:25px 10px 0px 10px;
	font-size:9pt;
	text-align:justify;
	background-image: url(../img/bg_content.png);
	background-repeat: repeat;
	border-radius: 10px 10px 10px 10px;
}
.news_date_accueil 		{ display:none;}
/* --------------------------- */
/* zone de selection */
 
.element_selection{
	float:left;
	color:white;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:10px;
	padding:10px;
	cursor:pointer;
	background-color:#CFCFCF;
	-moz-border-radius: 12px / 24px;  
	-webkit-border-radius: 12px / 24px;  
	-khtml-border-radius: 12px / 24px; 
	border-radius: 10px;
}
.element_selection_selected{
	background-color:#FC931F;
}
.element_selection:hover{
	background-color:#FC931F;
}
/* DESIGN NEWS PAR PAGE */
#menu_par_page{
	margin:10px;
	text-align:right;
	color:#252A2F;
	
}
#menu_par_page .numero_de_page_non_selected,#menu_par_page .numero_de_page_selected{
	cursor:pointer;
}
#menu_par_page .numero_de_page_non_selected{
	color:#252A2F;
}
#menu_par_page .numero_de_page_selected{
	color:#943634;
	font-weight:bold;
}</pre></body></html>