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

/* .article_titre : titre de l'article. */
.article_titre {
    margin : 5px 76px 0px 76px;
	padding : 2px;
	text-align : left;
	color : #4786B8;
	font-size : 18px;
	font-weight : bold;
	font-style : normal;
	font-family: Arial, Helvetica, sans-serif;
}

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

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

/* .menu_section : bloc contenant les liens vers les sections. */
.menu_section {
	width : 100%;
	margin : 0px 0px 2px 0px;
	padding: 7px 2px 7px 2px;
	background : white;
	border : 1px #4A5E5F dotted;
	font-size : 10px;
}
.menu_section a {
	color : #FFAE00;
	font-weight : bold;
}

.menu_section a:hover {
	color : #84B9EB;
	font-weight : bold;
}

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

/* .menu_article : bloc contenant les liens vers les articles. */
.menu_article {
	margin : 0px;
	padding : 2px;
    clear : left;
	background : white;
	border : 1px #4A5E5F dotted;
	font-size : 11px;
	text-align : left;
}

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

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

/* .menu_article_lien : minibloc contenant le lien vers un article. */
.menu_article_lien {
	padding : 2px 2px 4px;
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* Lien vers un article. */
.menu_article_lien a {
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Lien vers un article. */
.menu_article_lien a:hover {
	font-size : 11px;
	color: #84B9EB;
	font-family: Arial, Helvetica, sans-serif;
}
