/*
 * Style Général ---par défaut--
 
 Balise Principal
 
 */

.principal {
	text-align: justify;
	font-family: Georgia, Garamond, Times, serif;
	font-size: 12pt;
	font-weight: normal;
	line-height: normal;
		}

/*
 * ------------------------------------contenu des rubriques----------------
  */



.chemin {
	text-align: justify;
	text-indent: 0px;
	font-family: Arial, Georgia, Garamond, Times, serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: normal;
		}


/*
 * ------------------------------------contenu des articles----------------
 */


/*
 *  
 ---Titre-----
 */
 
h1, .contenu {
	text-align: center;
	font-family: Garamond, MS Georgia, serif;
	font-weight: normal;
	font-size: 20pt;
	line-height: normal;
		}

/*
 *  
 ---Texte et liste article-----
 */

h2, .contenu {
	text-align: justify;
	text-indent: 0px;
	font-family: Georgia, Garamond, Times, serif;
	font-size: 12pt;
	font-weight: normal;
	line-height: normal;
		}

/*
 *  
 ---Chapo-----
 */

h3, .contenu {
	color: #000000;
	text-indent: 15px;
	text-align: justify;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: normal;
		}

/*
 *  
 ---Liste rubrique-----
 */


h4, .contenu {
	text-align: justify;
	text-indent: 0px;
	font-family: Arial, Georgia, Garamond, Times, serif;
	font-size: 12pt;
	font-weight: 500;
	line-height: normal;
		}

/*
 *  
 ---nom auteur-----
 */


h5, .texte {
	color: #000000;
	text-indent: 5px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height:5 px;
		}




		
/*
 *  
 ---Navigation-----
 */
		
.navigation {
	text-align: justify;
	text-indent: 0px;
	font-family: Georgia, Garamond, Times, serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: normal;
		}