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



/* .article_titre : titre de l'article. */

.article_titre {

	margin : 0px 0px 5px 0px;

	padding : 2px 0px 5px 0px;

	color : #FFFFFF;

	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: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #502F64;

	text-decoration: none;

	font-weight: normal;

}



.article_texte a{

	padding : 2px;

	text-align : left;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #FFFFFF;

	text-decoration: none;

	font-weight: normal;

}



.article_texte a:hover{

	padding : 2px;

	text-align : left;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #502F64;

	font-weight: normal;

	text-decoration: none;

}



/*************************************** 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 : #CCCCCC;

	text-decoration: none;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	text-decoration: none;

}



.menu_section a:hover {

	color : #000000;

	text-decoration: underline;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	text-decoration: underline;

}



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



/* .menu_article : bloc contenant les liens vers les articles. */

.menu_article {

	margin-bottom : 5px;

	padding : 2px;

	/*border : 1px solid #FFFFFF;*/

	font-size : 12px;

	font-family: Arial, Helvetica, sans-serif;

	text-align : center;

	

}



/* .section_titre : minibloc contenant le titre de la section. */

.section_titre {

	padding : 2px;

	font-size : 12px;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	color: #663366;

}



/* Ici, on change le style des liens dans le minibloc 'rub_menu_titre'. */

.section_titre a {

	color: #663366;

	font-weight : bold;

	font-size : 12px;

	font-family: Arial, Helvetica, sans-serif;

}

.section_titre a:hover {

	color: #DFAA0A;

	font-weight : bold;

	font-size : 12px;

	font-family: Arial, Helvetica, sans-serif;

	color: #663366;

}



/* .menu_article_lien : minibloc contenant le lien vers un article. */

.menu_article_lien {

	padding : 2px 2px 4px;

	font-size : 12px;

	color: #FFFFFF;

	font-family: Arial, Helvetica, sans-serif;

	text-decoration: none;

	font-weight: bold;

}



/* Lien vers un article. */

.menu_article_lien a {

	font-size : 12px;

	font-family: Arial, Helvetica, sans-serif;

	color: #FFFFFF;

	font-weight: bold;

}



/* Lien vers un article. */

.menu_article_lien a:hover {

	font-size : 12px;

	color: #663366;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

}


