/*****************/
/* Les documents */
/*****************/

.titre-principal
	{
	font-family : Verdana,Helvetica;
	color : blue;
	font-size : 14px;
	font-weight : bold;
	margin-left : 0;
	text-align : center;
	}

H1
	{
	font-family : Verdana,Helvetica;
	color : blue;
	font-size : 14px;
	font-weight : bold;
	margin-left : 0;
	text-align : center;
	}

.sommaire
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : left;
	}

.texte_des_news
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : justify;
	}

.chapitre---titre-de-niveau-1
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 12px;
	font-weight : bold;
	margin-left : 0;
	text-align : justify;
	}

H2
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 12px;
	font-weight : bold;
	margin-left : 0;
	text-align : justify;
	}

.chapitre---titre-de-niveau-2
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : bold;
	margin-left : 25px;
	text-align : justify;
	}

H3
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : bold;
	margin-left : 25px;
	text-align : justify;
	}

.chapitre---titre-de-niveau-3
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : bold;
	margin-left : 50px;
	text-align : justify;
	}

H4
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : bold;
	margin-left : 50px;
	text-align : justify;
	}

H5
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 8px;
	font-weight : normal;
	margin-left : 0px;
	text-align : justify;
	}

.chapitre---texte-de-niveau-1
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : justify;
	}

.chapitre---texte-de-niveau-2
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 25px;
	text-align : justify;
	}

.chapitre---texte-de-niveau-3
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 50px;
	text-align : justify;
	}

.chapitre---puce-de-niveau-1
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 35px;
	text-align : justify;
	list-style-type : square;
	display : list-item;
	list-style : outside;
	}

.chapitre---puce-de-niveau-2
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 60px;
	text-align : justify;
	list-style-type : square;
	display : list-item;
	list-style : outside;
	}

.chapitre---puce-de-niveau-3
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 85px;
	text-align : justify;
	list-style-type : square;
	display : list-item;
	list-style : outside;
	}

.chapitre---tableau-de-niveau-1
	{
	margin-left : 0;
	width : 630px;
	border-style : solid;
	border-color : #FFC832;
	border-width : 1px;
	}

.chapitre---tableau-de-niveau-2
	{
	margin-left : 25px;
	width : 605px;
	border-style : solid;
	border-color : #FFC832;
	border-width : 1px;
	}

.chapitre---tableau-de-niveau-3
	{
	margin-left : 50px;
	width : 580px;
	border-style : solid;
	border-color : #FFC832;
	border-width : 1px;
	}

.chapitre---texte-du-tableau-de-niveau-1
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : left;
	}

.chapitre---texte-du-tableau-de-niveau-2
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : left;
	}

.chapitre---texte-du-tableau-de-niveau-3
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : left;
	}

.divers---monip-droite
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : right;
	}

/* Définition du texte des Paragraphes */
P
	{
	font-family : Verdana,Helvetica;
	color : red;
	font-size : 20px;
	margin-left : 0;
	font-weight : normal;
	text-align : left;
	}

/********************************/
/* Les liens dans les documents */
/********************************/

A:link
	{
	color : red;
	text-decoration : underline;
	}

A:active
	{
	color : red;
	text-decoration : underline;
	}

A:visited
	{
	color : red;
	text-decoration : underline;
	}

A:hover
	{
	color : #cc6600;
	text-decoration : none;
	}


/***************/
/* Le site web */
/***************/

.site-web---objet-body
	{
	background-color : #FFFFFF;
	}

.site-web---tableau-principal
	{
	margin-left : 0;
	border-color : white;
	border-style : solid;
	border-width : 0;
	background-color : white;
	}

.menu_titre_rubrique_celulle
	{
	border-color : #cc9900;
	border-style : solid;
	border-width : 1px;
	background-color : #ff9900;
	}

.menu_titre_rubrique_texte
	{
	font-family : Verdana,Helvetica;
	color : white;
	font-size : 12px;
	font-weight : bold;
	margin-left : 0;
	text-align : center;
	}

.menu_liens_page_celulle
	{
	border-color : white;
	border-style : solid;
	border-width : 0;
	background-color : white;
	}

.menu_liens_page_texte A:link
	{
	font-family : Verdana,Helvetica;
	color : #333333;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : left;
	text-decoration : underline;
	}
.menu_liens_page_texte A:active
	{
	font-family : Verdana,Helvetica;
	color : #333333;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : left;
	text-decoration : underline;
	}
.menu_liens_page_texte A:visited
	{
	font-family : Verdana,Helvetica;
	color : #333333;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : left;
	text-decoration : underline;
	}
.menu_liens_page_texte A:hover
	{
	font-family : Verdana,Helvetica;
	color : #cc6600;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : left;
	text-decoration : none;
	}

