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

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

/* .rub_texte : texte de l'article. */
.article_texte {
	padding : 2px;
	padding-right:20px;
	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 {
	width : 100%;
	margin : 0px 0px 2px 0px;
	padding: 7px 2px 7px 2px;
	border-top: 0px #00797F solid;
	border-bottom : 1px #00797F solid;
	color : #000000;
	font-size : 12px;
}
.menu_section a {
	color : #00797F;
	font-weight : bold;
	font-size : 12px;
}

.menu_section a:hover {
	color : #E74F00;
	font-weight : bold;
	font-size : 12px;
}

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

/* .menu_article : bloc contenant les liens vers les articles. */
.menu_article {
	margin : 0px;
	padding : 2px;;
	height : 100%;
	background : white;
	border : 1px #00797F dotted;
	font-size : 12px;
	text-align : left;
}

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

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

/* .menu_article_lien : minibloc contenant le lien vers un article. */
.menu_article_lien {
	padding : 2px 2px 4px;
}

/* Lien vers un article. */
.menu_article_lien a {
	font-weight: bold;
}

/* Lien vers un article. */
.menu_article_lien a:hover {
}

