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

/* .article_titre : titre de l'article. */
.article_titre, h2.chapo_soustitre  {
font-size:16px;
margin:15px 0 15px 0;
letter-spacing:1px;
}

/* .rub_texte : texte de l'article. */
.article_texte {
	text-align : justify;
    font-family: Verdana, Arial; 
	font-size: 12px; 
	color:#462c2c;
}

.article_texte a{
	padding : 2px;
	text-align : left;
    font-family: Verdana, Arial; 
	font-size: 12px; 
	color: #fff;
}

.article_texte a:hover{
	padding : 2px;
	text-align : left;
    font-family: Verdana, Arial; 
	font-size: 12px; 
	color: #462c2c;
}

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

/* .menu_section : bloc contenant les liens vers les sections. */
.menu_section {
	margin: 0px 0px 2px 0px;
	padding: 7px 2px 7px 2px;
	color: #395FA2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #663366;
	border-right-color: #663366;
	border-bottom-color: #663366;
	border-left-color: #663366;
}
.menu_section a {
	color : #800080;
	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 : #462c2c;
	text-decoration: underline;
	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 : 0px;
	padding : 2px;
	background : white;
	border : 1px solid #462c2c;
	font-size : 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align : left;
}

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

/* Ici, on change le style des liens dans le minibloc 'rub_menu_titre'. */
.section_titre a {
	color: #462c2c;
	font-weight : bold;
	font-size : 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.section_titre a:hover {
	color: color: #DFAA0A;;
	font-weight : bold;
	font-size : 13px;
	font-family: Arial, Helvetica, sans-serif;
}

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

/* Lien vers un article. */
.menu_article_lien a {
	font-size : 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #462c2c;
}

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