/****************************** CHAPITRES ******************************************/

/* .article_titre : titre de l'article. */
.article_titre {
	margin : 0px;
	padding : 2px;
	color : #015394;
	font-size : 20px;
	font-weight : bold;
	font-style : normal;
	font-family: Arial, Helvetica, sans-serif;
}

/* .rub_texte : texte de l'article. */
.article_texte {
	padding : 2px;
	text-align : justify;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #000000;
}

/*************************************** MENU SECTIONS RUBRIQUE ******************************************/

/* .menu_section : bloc contenant les liens vers les sections. */
.menu_section {
	margin: 0px 20px 2px 0px;
	padding: 7px 2px 7px 2px;
	border: 1px solid #C5D954;
	color: #4380FC;
	
}
.menu_section a {
	color : #301601;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.menu_section a:hover {
	color : #963607;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

/*************************************** MENUS ARTICLES RUBRIQUE ******************************************/

/* .menu_article : bloc contenant les liens vers les articles. */
.menu_article {
	margin : 5px;
	font-size : 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : left;
	font-weight: bold;
	background:#015394;
	padding: 10px 0px 5px 0px;
}

/* .section_titre : minibloc contenant le titre de la section. */
.section_titre {
	padding : 2px;
	font-weight: bold;
	color: white;
	text-align: center;
	background:#f25622;
	border-bottom-color:#FF6600;
	
}

/* Ici, on change le style des liens dans le minibloc 'rub_menu_titre'. */
.section_titre a {
	color: white;
	font-weight : bold;
}
.section_titre a:hover {
	color: #5068C4;
	font-weight : bold;
}

/* .menu_article_lien : minibloc contenant le lien vers un article. */
.menu_article_lien {
	padding : 2px 2px 4px;
	color: #ffffff;
	text-decoration: none;
}

/* Lien vers un article. */
.menu_article_lien a {
    color: #ffffff;
	padding: 0 0 0 5px;
}

/* Lien vers un article. */
.menu_article_lien a:hover {
	color: #f9b599;
}



/*************************************** CHAPITRES Navigation " vignette titre texte " ******************************************/

/* Bloc englobant un article dans le menu */
.menu_article2 {
	width : 100%;
	height : 144px;
	margin : 0px 0px 5px 0px;
	padding : 0px;
	position : relative;
	float : left;
	clear : left;
}

/* Titre d'un article */
.article_titre2 {
	margin : 5px 0px 0px 0px;
	padding : 2px;
	width : 100%;
	position : relative;
	float : left;
	clear : left;
	color : #FFFFFF;
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
	background: url(../images/interface/fond_menu_article_top.gif) #4380FC no-repeat right top;
}

/* Titre d'un article placé dans un lien */
.article_titre2 a {
	color : #FFFFFF;
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.article_titre2 a:hover {
	color : #5068C4;
}

/* Texte d'un article */
.article_texte2 {
	margin : 0 auto 0 auto;
	padding : 2px;
	position : relative;
	float : left;
	clear : left;
	width : 98%;
	height : 122px;
	text-align : justify;
   font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
}

.article_texte2 img{
	padding: 0 4px 0 0;
	
}
