/* ========
description rubrique
======== */
.description_rubrique  {
	padding: 5px;
	border: solid 2px navy;
	-moz-border-radius: 10px;}

.description_rubrique img  {
	float: left;
	margin-right: 5px }

.description_rubrique p  {
	font-size: 11px;
	line-height: 13px }

/* nom de la rubrique ou chemin */
.nom_rubrique  {
	font-weight: bold;
	font-size: 13px;
	background-color: #ffdd3f;
	text-transform: none;
	padding: 3px }

.nom_rubrique a {
	color: black;
	text-decoration: none }

.nom_rubrique a:hover {
	color: #c30;
	text-decoration: none }
	
/* ========
Articles
======== */
.article  {
	padding: 5px;}

.article h2   {
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 3px;
	border-bottom: 2px solid #ffdd3f }

.article p {
	font-size: 11px;
	text-align: justify }
.article ul, .article ol, .article table {
	font-size: 11px }

.article a {
	color: #cc3300;
	text-decoration: underline }
	
.article a:hover {
	background-color: #dcdcdc;
	text-decoration: underline overline; }
	
.article h5 {
	font-size: 10px;
	text-align: right }
	
.article h5 a {
	color: navy; }

.article h5 a:hover {
	background-color: #dcdcdc;
	text-decoration: underline overline; }
	
.article_img {
	float: left;
	margin-top: 8px;
	margin-right: 8px }
	
/* ======== */
/* menu des articles de la rubrique */
/* ======== */
.menu_articles {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	background-color: #ffdd3f;
	padding: 5px }

.menu_articles dt  {
	line-height: 17px }


.menu_articles dt a {
	color: #000000;
	text-decoration: none }

.menu_articles dt a:hover {
	color: #cc3300;
	text-decoration: underline overline;
	background-color: #eee }

/* ======== */	
/* articles dans la rubrique */
/* ======== */
.article_rubrique     {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px }




.article_rubrique h2, .article_rubrique h2 a  {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	margin-bottom: 3px;
	border-bottom: 2px solid #ffdd3f }

.article_rubrique h2 a:hover  {
	background-color: #dcdcdc }

.article_rubrique h2:hover  {
	background-color: #dcdcdc }

.article_rubrique p {
	font-size: 11px;
	}
	
.article_rubrique a {
	color: #cc3300;
	text-decoration: underline }

.article_rubrique ul, .article_rubrique ol, .article_rubrique table {
	font-size: 11px }
	
.article_rubrique a:hover {
	background-color: #dcdcdc;
	text-decoration: underline overline; }
	
.article_rubrique .image_rubrique   {
	float: left;
	margin-right: 5px;
	border: 0px;
	display: block }


/* liens suite */
.article_rubrique h4 {
	font-size: 9px;
	text-align: right;
	margin: 0px }
	
.article_rubrique h4 a {
	color: navy; }

.article_rubrique h4 a:hover {
	background-color: #dcdcdc;
	text-decoration: underline overline; }
	
/* docs joints */
.article_rubrique h5 {
	font-size: 9px;
	text-align: left }
	
.article_rubrique h5 a {
	color: navy; }

.article_rubrique h5 a:hover {
	background-color: #dcdcdc;
	text-decoration: underline overline; }

