/* ----- CSS NEWS ----- */



a { text-decoration:none;}
#containercentrer 	{ width:540px; margin:0 auto; padding:0; min-height:100%; text-align:center; }

/* ---- NEWS - affichage ---- */
.news_liste 		{ width:540px; border-collapse:collapse; margin:auto; }
.news_entete 	{ height:25px; }
.news_titre 		{ padding:5px; float:left; text-align:center; color:#5297C0; font-weight:Bold; font-size:18px; margin-left:120px; width:255px; text-transform:uppercase; text-shadow: 4px 4px 4px rgba(0,0,0,0.2);}
.news_date 		{ padding:5px; float:right; text-align:right; font-size:13px; color:#5297C0;}
.news_liens	{clear:both; margin-bottom:100px;}
.news_contenu 	{ width:95%; overflow:hidden; padding:5px; text-align:left; margin-bottom:20px; border-bottom:1px solid white; }

	.news_contenu h1 	{ font-size:1.8em; margin:15px auto; color:#AAAAAA; letter-spacing:0.2em; text-align:center; }
	.news_contenu h2 	{ font-size:1.4em; color:#21409A; letter-spacing:0.1em; text-align:center; font-weight:normal; margin:5px auto;}
	.news_contenu h3 	{ font-size:1.2em; color:#21409A; text-align:center; letter-spacing:0.1em; font-weight:bold; text-transform:uppercase; }
	.news_contenu h4 	{ font-size:1.1em; color:#21409A; text-align:left; font-weight:bold; text-transform:uppercase; }
	.news_contenu h5 	{ font-size:1em; color:#21409A; text-align:left; font-weight:bold; text-transform:uppercase; }
	.news_contenu img 	{  margin:10px; text-decoration:none; border:4px solid #E5EAF0;}
	.news_contenu p 		{ clear:none; margin:5px auto; }
	.news_contenu ul 		{ clear:none; margin:5px 0 10px 0; padding:0 0 0 15px; }
	.news_contenu ul li 	{ margin:3px auto; }
	

/* image a gauche du texte */
img 				{ text-decoration:none; border-radius:8px; }
.imageG 			{ float:left; margin-right:20px; margin-bottom:5px; }
/* lire la suite */
.news_suite		{ float:right; padding:4px 8px; border-radius:3px; background:#1b75bc; color:white; font-size:14px; }
.news_suite:hover { background:#1E4262; }
/* fichier joint */
.news_fichier	{ padding:2px; }


/* --------------------------- */

/* retour */
#boxretour 			{ width:160px; margin:5px auto; padding:5px 0;  background:#5F94C2; color:white; }
#boxretour:hover 	{ text-decoration:none; background:#1E4262; }
.lienretour 			{ margin:5px; font-weight:bold; color:#21409A; background:url("../icones/arrow_back.png") 0 0 no-repeat; padding:0 25px; }	
/* --------------------------- */