/* ------------------------------------------------------------------------------*/
/*                         LIENS PAR DEFAUT                                      */ 
/* ------------------------------------------------------------------------------*/

a:link	  { font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-align: left; text-decoration: none; color: #2C75D4; }
a:visited { font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-align: left; text-decoration: none; color: #2C75D4; }
a:active  { font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-align: left; text-decoration: none; color: #2C75D4; }
a:hover   { font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-align: left; text-decoration: none; color: #FF6600; }

/* ----------- */
/* LES BALISES */
/* ----------- */

/*Force l'affichage des barres de défilement*/
html { height: 100%; margin-bottom: 0.5px; }

/*Pas de marge sous les formulaires*/
form { margin-bottom: 0px; }

/*Barres de défilement oranges, marges et polices par défaut*/
body
{
		margin-left: 0;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
		/* Scroll bar */
		/* couleur principale */
		scrollbar-face-color: #FFFFFF;
		/* bord, bas & droite (suite) */
		scrollbar-shadow-color: #FFFFFF;
		/* bord, haut & gauche */
		scrollbar-3dlight-color: #FF6600;
		/* bord, bas & droite */
		scrollbar-darkshadow-color: #FF6600;
		/* arrière plan */
		scrollbar-track-color: #FFFFFF;
		/* fleches */
		scrollbar-arrow-color: #FF6600;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
}

/*---------------*/
select{  font-family: arial,tahoma; font-size: 12px; font-weight: normal; color: #3179A5}

/*---------------*/
p {
	font-family: Regular, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	}

/*---------------*/
td {
	font-family: Regular, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	}

/*---------------*/
h1 	{
	font-family: Regular, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size:18pt;
	line-height:18pt;
	color:#000000;
	}

/*---------------*/
h2 	{
	font-family: Regular, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size:14pt;
	line-height:14pt;
	color:#000000;
	}

/*---------------*/
h3 	{
	font-family: Regular, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size:11pt;
	line-height:11pt;
	color:#000000;
	}

/* ----------- */
/*    AUTRES   */
/* ----------- */

.texte A
{
    color: #2C75D4;
}

/* Liens couleur Orange dans du texte */
/**************************************/

.texte A:hover
{
    color: #FF6600;
}

.texte A:inactive
{
    color: #2C75D4;
}

.texte A:visisted
{
    color: #2C75D4;
}

/*-- Texte de base des articles, de la page d'accueil,... noir --*/
.texte
{
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

/*-- Texte de base, grande taille, noir --*/
.texteBig {
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#000000;
	text-decoration:none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

/*-- Texte de base, petite taille, "Newsletter", "index thématique",... noir --*/
.textesmall
{
	font-family:arial,helvetica,sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration:none
}

/-- Texte gras, taille moyenne pour sous-titre article --*/
.texte_14_bold {
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}

.texte_16_bold {
	font-family:arial, helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}

/*-- Ligne de pointillés pour séparation de blocs de texte (homepage) --*/
.line04 {
	text-decoration:none;
	background-image:  url("../img/pix04.gif");
	background-repeat: repeat-x;
}

/*--         Texte bleu en gras              --*/
/* ex : Titre "pôle actu" de la page d'accueil */
.blue_13_bold {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2C75D4;
	font-weight: bold;
}

/*-- Texte "Cliquez ici" Bleu associé à un lien --*/
.blue_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2C75D4;
	text-decoration: none;
}

/*-- Texte "Cliquez ici" Orange associé à un lien comme "Index Thématique" --*/
.outils {
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
	color:#FF6600;
	text-decoration:none;
	border: 1px none #32A1DA;
}

/*-- Bandeau navigation : Bande orange dégradée --*/
.back {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/degarde.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	text-decoration: none;
}

/*-- Texte Recherche bas d'écran --*/
.TextField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 15px;
	width: 120px;
}

/*-- Affichage des dates de pubication et prochaine publication d'un article --*/
.unijuridis_date_article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

/*-- Affichage du titre d'un article --*/
.unijuridis_titre_article {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size:14pt;
	line-height:16pt;
	color:#000000;
}

.unijuridis_texte_article
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

/*-- Pour le dico --*/
.unipublics_informe
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2F7DE2;
}

.unijuridis_dico_def
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #2F7DE2;
}

/********************/
/*    Les menus     */
/********************/

.table_menus {
	border: 1px solid #A0C3F2;
}

.titre_menu_navig
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

/********************/
/*	Les Paragraphes */
/********************/

p.marge_document
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-align: left;
}

p.marge_menus
{
	margin-left:11px;
	margin-top:1px;
}

p.marge_plan
{
	margin-left:2px;
}

p.marge_article
{
	margin-top:8px;
}

p.marge_lexique_titre
{
	margin-left:5px;
	margin-top:1px;
	margin-bottom:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C63CF7;
}

p.marge_message_erreur
{
	margin-left:5px;
	margin-top:1px;
	margin-bottom:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C63CF7;
}

p.marge_informe
{
	margin-left:18px;
}

p.marge_documents
{
	margin-left:23;
	margin-top:25;

}

/********************************/
/* SECTION DEMANDEURS D'EMPLOI  */
/********************************/

.unipublics_titre_section_demandeurs
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5FCE24;
}


/*******************************/
/* LES LIENS DANS LES ARTICLES */
/*******************************/

A.articleunijuridis:link {color: #FF6600; font-family : Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: normal;}
A.articleunijuridis:visited {color: #FF6600; font-family : Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: normal;}
A.articleunijuridis:active {color: #FF6600; font-family : Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: normal;}
A.articleunijuridis:hover {color: #F49F66; font-family : Tahoma, Arial, Helvetica, sans-serif; text-decoration: underline; font-size: 11px; font-weight: normal;}

/**********************************************/
/*-- LES LIENS DES DOCUMENTS A TELECHARGER  --*/
/**********************************************/

A.lien_document:link {color: #2F7DE2; font-family : Arial, Helvetica, sans-serif; text-decoration: none; font-size: 10px; font-weight: normal; }
A.lien_document:visited {color: #2F7DE2; font-family : Arial, Helvetica, sans-serif; text-decoration: none; font-size: 10px; font-weight: normal;}
A.lien_document:active {color: #2F7DE2; font-family : Arial, Helvetica, sans-serif; text-decoration: none; font-size: 10px; font-weight: normal;}
A.lien_document:hover {color: #5BD518; font-family : Arial, Helvetica, sans-serif; text-decoration: none; font-size: 10px; font-weight: normal;}

/********************/
/* LES LIENS UTILES */
/********************/

A.liens_utiles:link {color: #2F7DE2; font-family : Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: normal; }
A.liens_utiles:visited {color: #2F7DE2; font-family : Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: normal;}
A.liens_utiles:active {color: #2F7DE2; font-family : Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: normal;}
A.liens_utiles:hover {color: #5BD518; font-family : Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: normal;}

A.liens_utiles_domaine:link {color: #2F7DE2; font-family : Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: normal; }
A.liens_utiles_domaine:visited {color: #2F7DE2; font-family : Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: normal;}
A.liens_utiles_domaine:active {color: #2F7DE2; font-family : Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: normal;}
A.liens_utiles_domaine:hover {color: #5BD518; font-family : Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: normal;}

.unijuridis_titre_liens_utiles
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2F7DE2;
}

.unijuridis_liens_utiles
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0051AA;
}

p.marge_liens_web
{
margin-left:0px;
margin-top:5px;
}

p.marge_titre_liens_utiles
{
	margin-left:2px;
	margin-top:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F73CBD;
}

.marge_liens_utiles_def
{
	font-family: Regular, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

p.marge_liens_utiles2
{
	margin-left:22	px;
}

/*******************************/
/*     LIENS DIVERS            */
/*******************************/

A.pathunijuridis:link {color: #2D7E00; font-family : Arial, Helvetica, sans-serif; text-decoration: none; font-size: 9px; font-weight: normal;}
A.pathunijuridis:visited {color: #2D7E00; font-family : Arial, Helvetica, sans-serif; text-decoration: none; font-size: 9px; font-weight: normal;}
A.pathunijuridis:active {color: #2D7E00; font-family : Arial, Helvetica, sans-serif; text-decoration: none; font-size: 9px; font-weight: normal;}
A.pathunijuridis:hover {color: #FF9A2D; font-family : Arial, Helvetica, sans-serif; text-decoration: none; font-size: 9px; font-weight: normal;}

/******************************/
/*	ANCIENS LIENS UNIPUBLICS  */
/******************************/

A.menuunipublicstheme:link {color: #206BD3; font-family : Arial, Helvetica, sans-serif; text-decoration: none; font-size: 10px; font-weight: normal;}
A.menuunipublicstheme:visited {color: #206BD3; font-family : Arial, Helvetica, sans-serif; text-decoration: none; font-size: 10px; font-weight: normal;}
A.menuunipublicstheme:active {color: #206BD3; font-family : Arial, Helvetica, sans-serif; text-decoration: none; font-size: 10px; font-weight: normal;}
A.menuunipublicstheme:hover {color: #FF9A2D; font-family : Arial, Helvetica, sans-serif; text-decoration: none; font-size: 10px; font-weight: normal;}

*********************************/
/*          PLAN DU SITE        */
/********************************/

.puce_plan LI
{
	list-style-image:url("../navig/puce_liste_plan.gif");
}

/*--  NOEUD SELECTIONNE  --*/
a.noeudselectionne:link {color: #FFFFFF; font-family : Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px ; font-weight: bold;}
a.noeudselectionne:visited {color: #FFFFFF; font-family : Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: bold;}
a.noeudselectionne:hover {color: #F8AFFF; font-family :Tahoma, Arial, Helvetica, sans-serif; text-decoration: underline; font-size: 11px; font-weight: bold;}
a.noeudselectionne:active {color: #FFFFFF; font-family : Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: bold ;}

/*--  NOEUDS --*/

/*-- Noeud0 --*/
A.noeud0:link {color: #FF6600; font-family : Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; font-size: 14px; font-weight: bold;}
A.noeud0:visited {color: #FF6600; font-family : Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; font-size: 14px; font-weight: bold;}
A.noeud0:hover {color: #FF6600; font-family : Tahoma, Arial, Helvetica, sans-serif; text-decoration: underline; font-size: 14px; font-weight: bold;}
A.noeud0:active {color: #FF6600; font-family : Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; font-size: 14px; font-weight: bold;}

/*********************************/
/* SANS NOEUD  ------------------*/
/*********************************/
a.sansnoeud:link	{color: #2C75D4; font-family :  Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: bold;}
a.sansnoeud:visited	{color: #2C75D4; font-family :  Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: bold;}
a.sansnoeud:hover	{color: #FF6600; font-family :  Arial, Helvetica, sans-serif; text-decoration: underline; font-size: 11px; font-weight: bold;}
a.sansnoeud:active	{color: #2C75D4; font-family :  Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: bold;}
*/

/*----- Noeud00 -------*/
a.noeud00_unijuridis:link {
	font-family: Tahoma,Arial, Regular, Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size:14px;
	line-height:15px;
	text-decoration:none;
	color:#FF9000;
	}

a.noeud00_unijuridis:visited {
	font-family: Tahoma,Arial, Regular, Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size:14px;
	line-height:15px;
	text-decoration:none;
	color:#FF9000;
	}

a.noeud00_unijuridis:hover {
	font-family: Tahoma,Arial, Regular, Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size:14px;
	line-height:15px;
	text-decoration:underline;
	color:#FF9000;
	}

a.noeud00_unijuridis:active {
	font-family: Tahoma,Arial, Regular, Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size:14px;
	line-height:15px;
	text-decoration:none;
	color:#FF9000;
	}

/*----- Noeudselectionne00 -------*/
a.noeudselectionne00_unijuridis:link {
	font-family: Tahoma, Arial, Regular, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size:11px;
	line-height:15px;
	text-decoration:none;
	color:#FF9000;
	}

a.noeudselectionne00_unijuridis:visited {
	font-family: Tahoma, Arial, Regular, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size:11px;
	line-height:15px;
	text-decoration:none;
	color:#FF9000;
	}

a.noeudselectionne00_unijuridis:hover {
	font-family: Tahoma, Arial, Regular, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size:11px;
	line-height:15px;
	text-decoration:underline;
	color:#FFFFFF;
	}

a.noeudselectionne00_unijuridis:active {
	font-family: Tahoma, Arial, Regular, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size:11px;
	line-height:15px;
	text-decoration:none;
	color:#FF9000;
	}

/*------ Sansnoeud00 ------*/
a.sansnoeud00_unijuridis:link {
	font-family: Tahoma, Arial, Regular, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:10px;
	line-height:15px;
	text-decoration:none;
	color:#FF9000;

	}

a.sansnoeud00_unijuridis:visited {
	font-family:  Tahoma, Arial, Regular, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:10px;
	line-height:15px;
	text-decoration:none;
	color:#FF9000;
	}

a.sansnoeud00_unijuridis:hover {
	font-family: Tahoma, Arial, Regular, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:10px;
	line-height:15px;
	text-decoration:underline;
	color:#79B3FF;
	}

a.sansnoeud00_unijuridis:active {
	font-family: Tahoma, Arial, Regular, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:10px;
	line-height:15px;
	text-decoration:none;
	color:#FF9000;
	}

/*------ Noeud1 ------*/
a.noeud1_unijuridis:link {
	font-family: Tahoma, Arial, Regular, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size:11px;
	line-height:15px;
	text-decoration:underline;
	color:#2F7DE2;
	}

a.noeud1_unijuridis:visited {
	font-family: Tahoma, Arial, Regular, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size:11px;
	line-height:15px;
	text-decoration:underline;
	color:#2F7DE2;

	}

a.noeud1_unijuridis:hover {
	font-family: Tahoma, Arial, Regular, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size:11px;
	line-height:15px;
	text-decoration:underline;
	color:#FF9000;

	}

a.noeud1_unijuridis:active {
	font-family: Tahoma, Arial, Regular, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size:11px;
	line-height:15px;
	text-decoration:underline;
	color:#2F7DE2;
	}

/*--------------------------------------------------*/
/* 	classes spécifiques -- module index thématique  */
/*--------------------------------------------------*/
.tabloCzi {
	 border-style: solid;
	 border-width: 1;
	 border-color:#D7D7D6;
	 padding: 1 }

.tabloCzi2 {
	 border-style: solid;
	 border-width: 1;
	 border-color:#D7D7D6;
	 padding: 3 }

/*--- Idxln ---*/
.idxln {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	color:#FFFFFF;
}

a.idxln {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
		text-decoration: none;
	color:#FFFFFF;
}

a.idxln:visited {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	color:#FFFFFF;
}

a.idxln:hover {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#FFFFFF;
}

/*--- Idxtxt --- */
.idxtxt {
	font-face: Tahoma, Helvetica, sans-serif;
	font-size: 11px;

	font-weight: normal;
	text-decoration: none;
	color:#000000;
}

a.idxtxt:link {
	font-face: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	font-weight: normal;
	text-decoration: none;
	color:#000000;
}

a.idxtxt:active {
	font-face: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	font-weight: normal;
	text-decoration: none;
	color:#000000;
}

a.idxtxt:visited {
	font-face: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	font-weight: normal;
	text-decoration: none;
	color:#000000;
}

a.idxtxt:hover {
	font-face:Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	font-weight: normal;
	text-decoration: none;
	color:#FF6600;
}

/*--- idxref --- */
.idxref {
	font-face: Tahoma, Helvetica, sans-serif;
	font-size: 11px;

	font-weight: bold;
	text-decoration: none;
	color:#FF6600;
}

a.idxref:link {
	font-face: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	font-weight: bold;
	text-decoration: none;
	color:#FF6600;
}

a.idxref:active {
	font-face: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	font-weight: bold;
	text-decoration: none;
	color:#FF6600;
}

a.idxref:visited {
	font-face: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	font-weight: bold;
	text-decoration: none;
	color:#FF6600;
}

a.idxref:hover {
	font-face:Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	font-weight: bold;
	text-decoration: underline;
	color:#FF6600;
}

/*--- idxrestreint --- */
.idxrestreint {
	font-face: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color:#005FA9;
}

a.idxrestreint:link {
	font-face: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	font-weight: bold;
	text-decoration: underline;
	color:#005FA9;
}

a.idxrestreint:active {
	font-face: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	font-weight: bold;
	text-decoration: underline;
	color:#005FA9;
}

a.idxrestreint:visited {
	font-face: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	font-weight: bold;
	text-decoration: underline;
	color:#005FA9;
}

a.idxrestreint:hover {
	font-face:Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	font-weight: bold;
	text-decoration: underline;
	color:#FF6600;
}

/*--- Idxlnblack ---*/
.idxlnblack {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	color:#FFFFFF;
}

a.idxlnblack {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	color:#FFFFFF;
}

a.idxlnblack:visited {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	color:#FFFFFF;
}

a.idxlnblack:hover {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#FFFFFF;
}

/*--- Idxlnselect ---*/
.idxlnselect {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	color:#4A4A4A;
}

a.idxlnselect {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	color:#4A4A4A;
}

a.idxlnselect:visited {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	color:#4A4A4A;
}

a.idxlnselect:hover {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#4A4A4A;
}

/*--- Idxlnbleu ---*/
.idxlnbleu {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	color:#1E1E1E;
}

a.idxlnbleu {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	color:#1E1E1E;
}

a.idxlnbleu:visited {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	color:#1E1E1E;
}

a.idxlnbleu:hover {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	text-decoration: underline;
	color:#1E1E1E;
}

/*--- Idxlnvert ---*/
.idxlnvert {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	color:#7B8861;
}

a.idxlnvert {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	color:#7B8861;
}

a.idxlnvert:visited {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	color:#7B8861;
}

a.idxlnvert:hover {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	text-decoration: underline;
	color:#7B8861;
}

/*--- Idxlnorange ---*/
.idxlnorange {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	color:#7F5F0E;
}

a.idxlnorange {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	color:#7F5F0E;
}

a.idxlnorange:visited {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	color:#7F5F0E;
}

a.idxlnorange:hover {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	text-decoration: underline;
	color:#7F5F0E;
}


/*--- Idxcmt ---*/
.idxcmt {
	font-face: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	color:#7F7F7F;
}

/*--- Niveaux 1 ---*/

.idxln1 {
	font-face: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#FF6600;
}

a.idxln1 {
	font-face: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#FF6600;
}

a.idxln1:visited {
	font-face: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#FF6600;
}

a.idxln1:hover {
	font-face: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#000000;
}

/*--- Niveaux 2 ---*/

.idxln2 {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#000000;
}

a.idxln2 {
	font-face: Tahoma;
	font-size: 11px
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#000000;
}

a.idxln2:visited {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#000000;
}

a.idxln2:hover {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#FF6600;
}

/*--- Niveaux 3 ---*/

.idxln3 {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#7F7F7F;
}

a.idxln3 {
	font-face: Tahoma;
	font-size: 11px
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#7F7F7F;
}

a.idxln3:visited {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#7F7F7F;
}

a.idxln3:hover {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#FF6600;
}

/*--- Niveaux 4 ---*/

.idxln4 {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#000000;
}

a.idxln4 {
	font-face: Tahoma;
	font-size: 11px
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#000000;
}

a.idxln4:visited {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#000000;
}

a.idxln4:hover {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#FF6600;
}

/*--- Niveaux 5 ---*/

.idxln5 {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#000000;
}

a.idxln5 {
	font-face: Tahoma;
	font-size: 11px
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#000000;
}

a.idxln5:visited {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#000000;
}

a.idxln5:hover {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#FF6600;
}


/*--- Niveaux 6 ---*/

.idxln6 {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#000000;
}

a.idxln6 {
	font-face: Tahoma;
	font-size: 11px
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#000000;
}

a.idxln6:visited {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#000000;
}

a.idxln6:hover {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#FF6600;
}


/*--- Niveaux 7 ---*/

.idxln7 {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#000000;
}

a.idxln7 {
	font-face: Tahoma;
	font-size: 11px
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#000000;
}

a.idxln7:visited {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#000000;
}

a.idxln7:hover {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#FF6600;
}

/*--- Niveaux 8 ---*/

.idxln8 {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#000000;
}

a.idxln8 {
	font-face: Tahoma;
	font-size: 11px
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#000000;
}

a.idxln8:visited {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#000000;
}

a.idxln8:hover {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#FF6600;
}


/*--- menu : lien, niveau 0 // ml0 ---*/
.ml0 {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	color:#005FA9;
}

a.ml0 {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	color:#005FA9;
}

a.ml0:visited {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	color:#005FA9;
}

a.ml0:hover {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#005FA9;
}


/*--- menu : lien, niveau 1 // ml1 ---*/
.ml1 {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	color:#005FA9;
}

a.ml1 {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	color:#005FA9;
}

a.ml1:visited {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	color:#005FA9;
}

a.ml1:hover {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	text-decoration: underline;
	color:#005FA9;
}

/* menu -- lien dernier niveau // mlf */


.mlf {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	color:#FF6600;
}

a.mlf {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	color:#FF6600;
}

a.mlf:visited {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	color:#FF6600;
}

a.mlf:hover {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	color:#000000;
}

/* idxposref */


.idxposref {
	font-face: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#686868;
}

a.idxposref {
	font-face: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#686868;
}

a.idxposref:visited {
	font-face: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#686868;
}

a.idxposref:hover {
	font-face: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#000000;
}


/*--- Lien fils ---*/
a.idxlnfils {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	color:#005FA9;
}

a.idxlnfils:visited {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	color:#005FA9;
}

a.idxlnfils:hover {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline;
	color:#005FA9;
}

/*--- Lien petit fils ---*/
.idxlnpetitfils {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	color:#005FA9;
}

a.idxlnpetitfils {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	color:#005FA9;
}

a.idxlnpetitfils:visited {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	color:#005FA9;
}

a.idxlnpetitfils:hover {
	font-face: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	text-decoration: underline;
	color:#005FA9;
}



/* ------------------------------------------------------- */
.navtxt {
	font-family: Regular, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size:8pt;
	line-height:11px;
	text-decoration:none;
	color:#FDE083;
	color:#FF6800;
	}

/*--- Lien Navigation ---*/
a.navln:link {
	font-family: Regular, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#FFFFFF;
	}

a.navln:visited {
	font-family: Regular, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#FFFFFF;
	}

a.navln:hover {
	font-family: Regular, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#FF9000;
	}

a.navln:active {
	font-family: Regular, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#FFFFFF;
	}

/*-- Flèche --*/
.arrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

/**********************/
/*        POPUP       */
/**********************/

/*-- Affichage des liens frères --*/

.idxlnFrere {
	font-face: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	color:#3179A5;
}

a.idxlnFrere {
	font-face: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	color:#3179A5;
}

a.idxlnFrere:visited {
	font-face: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	color:#3179A5;
}

a.idxlnFrere:hover {
	font-face: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	color:#FB9F00;
}

/*--------------------*/

a.idxlnFrereActif:link {
	text-decoration:none;
	color:#3179A5;
	font-size:14px;
	font-weight: bold;
	}

a.idxlnFrereActif:visited {
	text-decoration:none;
	color:#3179A5;
	font-size:14px;
	font-weight: bold;
	}

a.idxlnFrereActif:hover {
	color:#FB9F00;
	text-decoration:underline;
	font-size:14px;
	font-weight: bold;
	}

a.idxlnFrereActif:active {
	text-decoration:none;
	color:#3179A5;
	font-size:14px;
	font-weight: bold;
	}

/*---------------------*/
/* POPUP HISTORISATION */
/*---------------------*/

.NHisto {
	background-color: #FFFFCC;
		}
.titreHistorique {
	font-face: arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;

}
.TSHisto {
	background-color: #FFFFCC;
}

a.idxlHisto {
	font-face: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	color:#FB9F00;
}
a.idxlHisto:visited {
	font-face: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	color:#FB9F00;
}
a.idxlHisto:hover {
	font-face: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	color:#FB9F00;
}

.idxlHisto {
	font-face: arial;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	color:#3179A5;
}
.THisto {
	background-color: #FFFFCC;
}

/****************************************************************/
/*	classes spécifiques -- formulaires -- Affichage des stats   */
/****************************************************************/
.boutons {
	font-size:11px;
	color:#000000;
	font-weight: normal;
}

/************/
/*	Divers  */
/************/

.contenu {
	text-decoration:none;
	overflow: auto;
	height: 335px;
	width: 585px;
}

.mov_12_bold {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#FF6600;
	text-decoration:none;
	border: 1px none #FF2501;
	font-weight: bold;
}

.attr
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}

.attrnv {
	font-family: Regular, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:14pt;
	line-height:16pt;
	color:#FFFFFF;
	color:#000000;
	}

/* article -- texte */

.atxt {

	font-family: Regular, Arial, Helvetica, sans-serif;

	font-style: normal;

	font-weight: normal;

	font-size:10pt;

	line-height:12pt;

	color:#FFFFFF;

	color:#000000;

	}

.soustitre11 {
	font-family: tahoma, arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin-top:5px;
	margin-left:10px;
}

/* CLASSE A APPLIQUER POUR EFFACER TOUT STYLE SUR L'ELEMENT SELECTIONNE */
.noclass {
background-color:#EEF0F4;
}

.unijuridis_titre_documents
{
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
}

/* accueil -- titre -- nouveau */
.accttrnv {color: #FF6600; font-family : Arial, Helvetica, sans-serif; text-decoration: none; font-size: 8pt; font-weight: normal ;}

.accttr{
	color: #FF6600;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 13pt;
	font-weight: bold ;
}

/***************/
/****  XML  ****/
/***************/

/*-- Contenu paragraphe --*/
.Normaltexte
{
    font-family: "Arial",sans-serif;
    font-size: 11pt;
    text-align: justify;
}

/*-- Premiere ligne du Titre --*/
.N1 A
{
    color: #0000FF;
}

.N1 A:hover
{
    color: #0000FF;
}

.N1 A:inactive
{
    color: #0000FF;
}

.N1 A:visisted
{
    color: #0000FF;
}

.N1
{
    font-family: "Arial",sans-serif;
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
}

.N2 A
{
    color: #0000FF;
}

.N2 A:hover
{
    color: #0000FF;
}

.N2 A:inactive
{
    color: #0000FF;
}

.N2 A:visisted
{
    color: #0000FF;
}

.N2
{
    font-family: "Arial",sans-serif;
    font-weight: bold;
    font-size: 11pt;
    color: #000080;
    text-align: center;
}

.N3 A
{
    color: #0000FF;
}

.N3 A:hover
{
    color: #0000FF;
}

.N3 A:inactive
{
    color: #0000FF;
}

.N3 A:visisted
{
    color: #0000FF;
}

.N3
{
    font-family: "Arial",sans-serif;
    font-weight: bold;
    font-size: 11pt;
    text-align: left;
    color: #000080;
}

.N4 A
{
    color: #0000FF;
}

.N4 A:hover
{
    color: #0000FF;
}

.N4 A:inactive
{
    color: #0000FF;
}

.N4 A:visisted
{
    color: #0000FF;
}

.N4
{
    font-family: "Arial",sans-serif;
    font-weight: bold;
    font-size: 11pt;
    color: #000080;
    text-align: left;
}

.N5 A
{
    color: #0000FF;
}

.N5 A:hover
{
    color: #0000FF;
}

.N5 A:inactive
{
    color: #0000FF;
}

.N5 A:visisted
{
    color: #0000FF;
}

.N5
{
    font-family: "Arial",sans-serif;
    font-weight: bold;
    font-size: 11pt;
    text-align: center;
}

.N6 A
{
    color: #0000FF;
}

.N6 A:hover
{
    color: #0000FF;
}

.N6 A:inactive
{
    color: #0000FF;
}

.N6 A:visisted
{
    color: #0000FF;
}

.N6
{
    font-family: "Arial",sans-serif;
    font-weight: bold;
    font-size: 11pt;
    text-align: left;
}

.N7 A
{
    color: #0000FF;
    font-family: "Arial",sans-serif;
    font-weight: normal;
    font-size: 11pt;
}

.N7 A:hover
{
    color: #0000FF;
    font-family: "Arial",sans-serif;
    font-weight: normal;
    font-size: 11pt;
}

.N7 A:inactive
{
    color: #0000FF;
    font-family: "Arial",sans-serif;
    font-weight: normal;
    font-size: 11pt;
}

.N7 A:visisted
{
    color: #0000FF;
    font-family: "Arial",sans-serif;
    font-weight: normal;
    font-size: 11pt;
}

.N7
{
    font-family: "Arial",sans-serif;
    font-weight: normal;
    font-size: 11pt;
    text-align: left;
    margin-top: 11pt;
}

.N8 A
{
    color: #0000FF;
}

.N8 A:hover
{
    color: #0000FF;
}

.N8 A:inactive
{
    color: #0000FF;
}

.N8 A:visisted
{
    color: #0000FF;
}

.N8
{
    font-family: "Arial",sans-serif;
    font-weight: normal;
    font-size: 11pt;
    text-align: justify;
	margin-top: 11pt;
}

.Norma A
{
    font-family: "Arial",sans-serif;
    font-size: 11pt;
    text-align: justify;
    margin-bottom: 3pt;
    color: #0000FF;
    font-weight: normal;
}

.Norma A:hover
{
    font-family: "Arial",sans-serif;
    font-size: 11pt;
    text-align: justify;
    margin-bottom: 3pt;
    color: #0000FF;
    font-weight: normal;
}

.Norma A:inactive
{
    font-family: "Arial",sans-serif;
    font-size: 11pt;
    text-align: justify;
    margin-bottom: 3pt;
    color: #0000FF;
    font-weight: normal;
}

.Norma A:visited
{
    font-family: "Arial",sans-serif;
    font-size: 11pt;
    text-align: justify;
    margin-bottom: 3pt;
    color: #0000FF;
    font-weight: normal;
}

SPAN.Majusculegras
{
    font-family: "Arial",sans-serif;
    font-weight: bold;
    font-size: 11pt;
}

SPAN.Minusculegras
{
    font-family: "Arial",sans-serif;
    font-weight: bold;
    font-size: 11pt;
}

SPAN.Puce
{
    font-family: "Wingdings",serif;
    font-size: 9pt;
    color: #FF0000;
}


/******************************************************/
/* Les classes définies dans le contenu des articles  */
/******************************************************/

/*--- Les textes et Les notices ---*/
/***********************************/

A.lestextes:link {color: #0051AA; font-family : Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: normal;}
A.lestextes:visited {color: #0051AA; font-family : Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: normal;}
A.lestextes:active {color: #0051AA; font-family : Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: normal;}
A.lestextes:hover {color: #0051AA; font-family : Arial, Helvetica, sans-serif; text-decoration: underline; font-size: 11px; font-weight: normal;}

p.lestextes_marge_titre_texte
{
margin-left:5px;
}

.rougebold12 {font-family:arial, helvetica, sans-serif; font-size:12px; color:#FF6600; text-decoration:none; font-weight:bold}



/* ------------------------------------------------------------------------------*/
/*                         LIENS PAGE INTERMEDAIRE                               */ 
/* ------------------------------------------------------------------------------*/

a.texte_menu:link	   { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-align: left; text-decoration: none; color: #000000; }
a.texte_menu:visited { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-align: left; text-decoration: none; color: #000000; }
a.texte_menu:active  { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-align: left; text-decoration: none; color: #000000; }
a.texte_menu:hover   { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-align: left; text-decoration: none; color: #2C75D4; }

a.texte_menub:link	   { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-align: left; text-decoration: none; color: #2C75D4; }
a.texte_menub:visited { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-align: left; text-decoration: none; color: #2C75D4; }
a.texte_menub:active  { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-align: left; text-decoration: none; color: #2C75D4; }
a.texte_menub:hover   { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-align: left; text-decoration: none; color: #FF6600; }



.texte_menu {
	font-family: Arial, Helvetica, Sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	font-weight: normal;
	text-align: center;
}

/* ------------------------------------------------------------------------------*/
/*                         DRAPEAUX LIKE                                         */ 
/* ------------------------------------------------------------------------------*/

a.lien_drapeau:link	   { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-align: left; text-decoration: none; color: #FF6600; }
a.lien_drapeau:visited { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-align: left; text-decoration: none; color: #FF6600; }
a.lien_drapeau:active  { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-align: left; text-decoration: none; color: #FF6600; }
a.lien_drapeau:hover   { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-align: left; text-decoration: underline; color: #2C75D4; }


.info_dr_titre {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

.info_dr_txt {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}

/* ------------------------------------------------------------------------------*/
/*                         LIENS GENERIQUE                                       */ 
/* ------------------------------------------------------------------------------*/

a.lien_orange:link    { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-align: left; text-decoration: none; color: #FF6600; }
a.lien_orange:visited { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-align: left; text-decoration: none; color: #FF6600; }
a.lien_orange:active  { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-align: left; text-decoration: none; color: #FF6600; }
a.lien_orange:hover   { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-align: left; text-decoration: none; color: #FF6600; }

a.lien_noir:link	  { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-align: left; text-decoration: none; color: #000000; }
a.lien_noir:visited { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-align: left; text-decoration: none; color: #000000; }
a.lien_noir:active  { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-align: left; text-decoration: none; color: #000000; }
a.lien_noir:hover   { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-align: left; text-decoration: none; color: #000000; }



a.lien_noir11:link	{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-align: left; text-decoration: none; color: #000000; }
a.lien_noir11:visited	{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-align: left; text-decoration: none; color: #000000; }
a.lien_noir11:active	{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-align: left; text-decoration: none; color: #FF6600; }
a.lien_noir11:hover	{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-align: left; text-decoration: none; color: #FF6600; }


