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

/* .article_titre : titre de l'article. */
.article_titre {
	margin : 0px;
	padding : 2px;
	color : #DEAB33;
	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 : left;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #143283;
}

.article_texte a {
	padding : 2px;
	text-align : left;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #DEAB33;
}

.article_texte a:hover {
	padding : 2px;
	text-align : left;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #DEAB33;
}
/*************************************** 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-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menu_section a {
	color : #395FA2;
	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 : #395FA2;
	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 : 2px;
	padding : 2px;
	width : 100%;
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align : left;
	background-color: #FFCC66;
	background-repeat: repeat-x;
	background-position: center;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* .section_titre : minibloc contenant le titre de la section. */
.section_titre {
	padding : 2px;
	background-repeat:no-repeat;
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #143283;
	background-position: center center;
	width: auto;
}

/* Ici, on change le style des liens dans le minibloc 'rub_menu_titre'. */
.section_titre a {
	color: #143283;
	font-weight : bold;
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.section_titre a:hover {
	color: #FFFFFF;
	font-weight : bold;
	font-size : 12px;
	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 : 12px;
	color: #A0ADCD;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Lien vers un article. */
.menu_article_lien a {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #FF4200;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Lien vers un article. */
.menu_article_lien a:hover {
	font-size : 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
