/*************************************** ACTUS ******************************************/

/* .news_bloc : bloc principal contenant tout l'article (titre de la rubrique,
                titre de l'article, texte, date). */
.news_bloc {
	clear: both;
    width : 100%
	margin : 0px 0px 2px 0px;
	padding : 0px;
	position: relative;
}

/* .news_rubrique : bloc contenant le titre de la rubrique. */
.news_rubrique {
	margin: 20px 0px 2px 0px;
	padding: 23px 0 0 62px;
	font-family: Verdana, Arial, Verdana, Helvetica, sans-serif;
	color : #000000;
	font-size: 14px;
	height:40px;
	font-weight : bold;
	text-decoration : none;
	background-image: url(../images/newsc.jpg);
	background-repeat: no-repeat;
	background-position: left;
	display:block;
}

/* .news_titre : bloc contenant le titre de l'article. */
.news_titre {
	margin : 0px;
	padding : 2px;
	position: relative;
	color : #48697a;
	font-weight : bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-left:5px solid #e74b00;
	padding-left:10px;
}

/* .news_date : bloc contenant la date de l'article. */
.news_date {
	margin : 0px;
	padding : 2px;
	position: relative;
	font-style : italic;
	color : #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* .news_texte : bloc contenant le texte de l'article. */
.news_texte {
	margin : 5px 0px 0px 0px;
	padding : 2px;
	position: relative;
	height : 100%;
	overflow : auto;
	text-align : left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000000;
}

/* Bloc autre news */
.bloc_autre_news {
    clear:left;
    padding : 10px 0px 0px 0px;
}

/* .news_suite : lien proposant de lire une actualité */
.news_suite {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #E74B00;
	text-decoration: none;
}
.news_suite:hover {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #E9CDB2; 
	text-decoration: none;
}

/* Colonne gauche */
#news_bloc_gauche {
    float : left;
    width : 465px;
}
#news_bloc_gauche .news_rubrique {
	background-color: #E74B00;/*#F49263;*//*#009ADF;*/
}
#news_bloc_gauche a, #bloc_autre_news_gauche a {
	color: #009ADF;
}
#news_bloc_gauche a:hover, #bloc_autre_news_gauche a:hover  {
	color: #85D0F0;
}

/* Colonne droite */
#news_bloc_droite {
    float : right;
    width : 465px;
}
#news_bloc_droite .news_rubrique {
	background-color: #E74B00;/*#065D26;*/
}
#news_bloc_droite a, #bloc_autre_news_droite a {
	color: #065D26;
}
#news_bloc_droite a:hover, #bloc_autre_news_droite a:hover {
	color: #80B995;
}

/* Colonne centre */
#news_bloc_centre {
   padding-top : 10px;
   width:74%; float:left;
}

/************************************ MENU ACTUS ******************************************/

/* .news2_bloc : minibloc contenant le titre d'une rubrique et le contenu de cette rubrique
                (c-à-d. les titres des articles). */
.news2_bloc {
	clear: both;
	margin : 0px 0px 0px 2px;
	height : auto;
	background : white;
	border : 0px dashed grey;
	font-size : 10px;
}

/* .news2_rubrique : minibloc contenant le titre de la rubrique. */
.news2_rubrique {
	margin : 0px 0px 2px 0px;
	padding: 2px;
	background-color: #E74B00;
	color: white;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Ici, on change le style des liens dans le minibloc 'news2_rubrique'. */
.news2_rubrique a {
	color : white;
	text-decoration: none;
}

/* .news2_titre : minibloc contenant le titre de l'article. */
.news2_titre {
	padding : 2px 2px 4px;
}

/* Ici, on change le style des liens dans le minibloc 'news2_titre'. */
.news2_titre a {
	color : #000000;
	text-decoration : none;
}
.news2_titre a:hover {
	text-decoration : none;
	color : #E74B00;
}