/* ----------------------------------------------------------------------------------------------- */
/*                  Style CSS ----------------------  - Micrologiciel - 2004                       */
/* ----------------------------------------------------------------------------------------------- */

/* Body */

BODY {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	scrollbar-base-color : #D6D6D6;
	background: transparent url(images/fond_site.jpg) repeat-y center;
	background-color: #9E9E9E;
	color: #333333;
	}
	
/* ----------------------------------------------------------------------------------------------- */
/* Liens dans le Site */
/* ----------------------------------------------------------------------------------------------- */
A:link { font-size : 11px; font-family : Arial, Helvetica, sans-serif; color : #08598B; text-decoration : none; }
A:visited { font-size : 11px; font-family : Arial, Helvetica, sans-serif; color : #08598B; text-decoration : none; }
A:active { font-size : 11px; font-family : Arial, Helvetica, sans-serif; color : #08598B; text-decoration : none;  }
A:hover { font-size : 11px; font-family : Arial, Helvetica, sans-serif; color : #08598B; text-decoration : underline; }

/* ----------------------------------------------------------------------------------------------- */
/* Formulaires */
/* ----------------------------------------------------------------------------------------------- */

/* Boutons Envoyer Effacer ok */
.Bouton {
   font-family : Arial, Helvetica, sans-serif;
	color : #757575;	
	font-weight : normal;
	font-size :11px;
	cursor: hand;
	border : 1px solid #DAE0E1;
	margin-left : 1px;
	height : 18px;
	background-color : #F3F3F2;
}

/* .Txt_Area - Cellule de saisi texte multiligne */
/* .Txt_Input - Cellules restantes */
/* .Menu_Select - Liste déroulante Des Sous-Menus */
.Txt_Area , .Txt_Input , .Menu_Select {
	font-family :  Arial, Helvetica, sans-serif;
	background-color : #F3F3F2;
	color : #666666;
	font-size : 11px;
	border : 1px solid #DAE0E1;
	xwidth : 100px;
}
/* .Module - Cellule News et Recherche */
.Module {
	font-family :  Arial, Helvetica, sans-serif;
	background-color : #F3F3F2;
	color : #666666;
	font-size : 11px;
	border : 1px solid #DAE0E1;
	width : 100px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Style Général du Site */
/* ----------------------------------------------------------------------------------------------- */
/* taille des tableaux par defaut dans l'editeur */
td { font-size : 11px; font-family :  Arial, Helvetica, sans-serif; }

/* En prévision d'un "title" de couleur */
.navtext {
	width : auto;
	font-size : 8pt;
	border-width : 1px;
	border-style : outset;
	border-color : #162367;
	background-color : White;
	color : #3F3F3F;
	font-family:  Arial, Helvetica, sans-serif;
}
/* Photos et Images */
.Photo {
	margin-top : 8px;
	margin-bottom : 5px;
	margin-left : 8px;
	margin-right : 8px;
	border: 1px solid #7F7F7F;
	}
/* Tailles TEXTE */
.Texte_09_Pix { font-size : 9px; }
.Texte_10_Pix {font-size : 10px;}
.Texte_11_Pix {font-size : 10px;}
.Texte_12_Pix {font-size : 12px;}
.Texte_13_Pix {font-size : 13px;}
.Texte_14_Pix {font-size : 14px;}
.Texte_15_Pix {font-size : 15px;}
.Texte_16_Pix {font-size : 16px;}
.Texte_17_Pix {font-size : 17px;}

/* Textes Page Contact */
.Contact { font-size : 11px; font-family :  Arial, Helvetica, sans-serif; text-decoration : none; font-weight : normal; color : #666666; text-align : left;  white-space: nowrap;  }

/* Les tableau Préformatés en tailles 11 Pix*/
.Format_Petit_Tableau_Titre { 
font-size : 11px; 
font-family :  Arial, Helvetica, sans-serif; 
text-decoration : none; 
font-weight : bold; 
color : black; 
padding-left : 5px; 
padding-right : 5px; }

.Format_Petit_Tableau { 
font-family :  Arial, Helvetica, sans-serif; 
font-size : 11px; 
vertical-align : top; 
padding-top : 5px; 
padding-right : 5px; 
padding-left : 5px; 
padding-bottom : 5px; }

/* Couleurs ou fond du site de taille fixe */
/* Ne sert que dans des cas particuliers */
/*.Tablo_Main {}*/
.Tablo_Main_Fond {
	BACKGROUND-COLOR: transparent;
	}

/* ----------------------------------------------------------------------------------------------- */
/* Page Centrale du Site */
/* ----------------------------------------------------------------------------------------------- */
/* Titre des Pages dans les Pages */
.GrandTab2 {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #B24851;
	padding-left : 10px;
	padding-top : 6px;
	padding-bottom : 2px;
	font-weight : bold;
	text-align : left;
	text-transform : uppercase;
	background-position: right;
}

/* Fond des Pages du Site*/
.Tablo_Main_Frame {
	BACKGROUND-COLOR: White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding : 5px;
}
/* Fond des Pages du BO*/
.Tablo_Main_Bo {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding : 5px;
	background-color : White;
}

/* ----------------------------------------------------------------------------------------------- */
/* Tableaux */
/* ----------------------------------------------------------------------------------------------- */
/* Cellule Titre */
.Array_Titre {
	font-family :  Arial, Helvetica, sans-serif;
	background-color : #08598B;
	color : white;
	font-size : 11px;
	font-weight : bold;
	text-align : left;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
}

/* Cellule Normale */
.Array_Data {
	font-family :  Arial, Helvetica, sans-serif;
	background-color : #E5E5E5;
	color : #08598B;
	font-size : 11px;
	font-weight : normal;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
}

/* Fond des tableaux */
.Array_Contour {
	font-size : 11px;
	border: 1px solid #B8B8B8;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	background : white;
}

/* ----------------------------------------------------------------------------------------------- */
/* Style Top Menu */
/* ----------------------------------------------------------------------------------------------- */

/* Style général */
.Top_Menu { font-family: Arial, Helvetica, sans-serif; padding-top: 0px; padding-bottom: 0px; text-align: left; height: 32px; background-color: #08598b; }

/* Liens du Top Menu */
A.Tab:link { line-height: 32px; font-weight : bold; font-family : Arial, Helvetica, sans-serif; font-size : 11px; text-transform: uppercase; text-decoration : none; color : white; height : 32px; background-color : transparent; padding-left: 15px;  padding-right: 15px; display: block; }
A.Tab:visited { line-height: 32px; font-weight : bold; font-family : Arial, Helvetica, sans-serif; font-size : 11px; text-transform: uppercase; text-decoration : none; color : white; height : 32px; background-color : transparent; padding-left: 15px;  padding-right: 15px; display: block; }
A.Tab:active { line-height: 32px; font-weight : bold; font-family : Arial, Helvetica, sans-serif; font-size : 11px; text-transform: uppercase; text-decoration : none; color : white; height : 32px; background-color : transparent; padding-left: 15px;  padding-right: 15px; display: block; }
A.Tab:hover { line-height: 32px; font-weight : bold; font-family : Arial, Helvetica, sans-serif; font-size : 11px; text-transform: uppercase; text-decoration : none; color : white; height : 32px; background-color : #4582a8;  padding-left: 15px;  padding-right: 15px;  background-image: url(images/jos.gif);  background-repeat: no-repeat; display: block; }

/* Page acive du Top Menu */
A.Tab_Active:link { line-height: 32px; font-weight : bold; font-family : Arial, Helvetica, sans-serif; font-size : 11px; text-transform: uppercase; text-decoration : none; color : white; height : 32px; background-color : #4582a8;  padding-left: 15px;  padding-right: 15px;  background-image: url(images/jos.gif);  background-repeat: no-repeat;display: block; }
A.Tab_Active:visited { line-height: 32px; font-weight : bold; font-family : Arial, Helvetica, sans-serif; font-size : 11px; text-transform: uppercase; text-decoration : none; color : white; height : 32px; background-color : #4582a8;  padding-left: 15px;  padding-right: 15px;  background-image: url(images/jos.gif);  background-repeat: no-repeat;display: block; }
A.Tab_Active:active { line-height: 32px; font-weight : bold; font-family : Arial, Helvetica, sans-serif; font-size : 11px; text-transform: uppercase; text-decoration : none; color : white; height : 32px; background-color : #4582a8;  padding-left: 15px;  padding-right: 15px;  background-image: url(images/jos.gif);  background-repeat: no-repeat;display: block; }
A.Tab_Active:hover { line-height: 32px; font-weight : bold; font-family : Arial, Helvetica, sans-serif; font-size : 11px; text-transform: uppercase; text-decoration : none; color : white; height : 32px; background-color : transparent; padding-left: 15px;  padding-right: 15px;display: block; }

/* Tableau Sous Top général */
.TabSousTopMenu { xfilter:progid:DXImageTransform.Microsoft.shadow( direction=135,color=#555555,strength=5);	xborder-left: 1px solid #666666; xborder-right: 1px solid #666666;xborder-bottom: 1px solid #666666;}

/*Emplacement du Sous Top Menu*/
.DivSousTopMenu { display: block; position: absolute; white-space: nowrap; padding-top: 1px; margin-left: 0px;  visibility: hidden;  }

/* Couleur Ligne de séparation des Sous top*/
.LigneSousTopMenu {
	margin-top: 2px;
	border-bottom-color: #4582A8;
	border-bottom-style: solid;
	border-bottom-width:1px;
	margin-left: 0px;
	width:100%;
	}

/* Liens du Sous Top Menu */
A.SousTopMenu:link , A.SousTopMenu:visited , A.SousTopMenu:active {
	line-height: 18px;
	height: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #4582A8;
	width: 100%;
	background-image: url(images/puce_stop.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 15px;
	padding-right: 5px;
	}
		
A.SousTopMenu:hover {
	line-height: 18px;
	height: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #072E6C;
	width: 100%;
	background-image: url(images/puce_stop.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 15px;
	padding-right: 5px;
	}
	
/* Liens du Sous Top Menu Active*/
A.SousTopMenu_Active:link , A.SousTopMenu_Active:visited , A.SousTopMenu_Active:active {
	line-height: 18px;
	height: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #072E6C;
	width: 100%;
	background-image: url(images/puce_stop.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 15px;
	padding-right: 5px;
	}
	
A.SousTopMenu_Active:hover {
	line-height: 18px;
	height: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #072E6C;
	width: 100%;
	background-image: url(images/puce_stop.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 15px;
	padding-right: 5px;
	}
	
/* ----------------------------------------------------------------------------------------------- */
/* Style Bottom Menu */
/* ----------------------------------------------------------------------------------------------- */
/* Style général */
.Bottom_Menu {
	padding-top : 0px;
	padding-left : 0px;
	text-align : center;
	height : 10px;
	}

/* Liens du Bottom Menu */
A.Bottom_Tab:link { line-height: 39px; font-weight : bold; font-family : Arial, Helvetica, sans-serif; font-size : 11px; text-decoration : none; color : #08598B;  xwidth : 100%; height : 39px; padding-left: 5px; padding-right: 5px;  margin-left: 1px;  margin-right: 1px; padding-top: 1px; }
A.Bottom_Tab:visited { line-height: 39px; font-weight : bold; font-family : Arial, Helvetica, sans-serif; font-size : 11px; text-decoration : none; color : #08598B;  xwidth : 100%; height : 39px; padding-left: 5px; padding-right: 5px;  margin-left: 1px;  margin-right: 1px; padding-top: 1px; }
A.Bottom_Tab:active { line-height: 39px; font-weight : bold; font-family : Arial, Helvetica, sans-serif; font-size : 11px; text-decoration : none; color : #08598B;  xwidth : 100%; height : 39px; padding-left: 5px; padding-right: 5px;  margin-left: 1px;  margin-right: 1px; padding-top: 1px;  }
A.Bottom_Tab:hover { line-height: 39px; font-weight : bold; font-family : Arial, Helvetica, sans-serif; font-size : 11px; text-decoration : none; color : #9E9E9E;  xwidth : 100%; height : 39px; padding-left: 5px;  padding-right: 5px;  margin-left: 1px;  margin-right: 1px; padding-top: 1px; }

/* Liens du Bottom Menu Actif*/
A.Bottom_Tab_Active:link { line-height: 39px; font-weight : bold; font-family : Arial, Helvetica, sans-serif; font-size : 11px; text-decoration : none; color : #08598B;  xwidth : 100%; height : 39px; padding-left: 5px; padding-right: 5px;  margin-left: 1px;  margin-right: 1px; padding-top: 1px; }
A.Bottom_Tab_Active:visited { line-height: 39px; font-weight : bold; font-family : Arial, Helvetica, sans-serif; font-size : 11px; text-decoration : none; color : #9E9E9E;  xwidth : 100%; height : 39px; padding-left: 5px;  padding-right: 5px;  margin-left: 1px;  margin-right: 1px; padding-top: 1px; }
A.Bottom_Tab_Active:active { line-height: 39px; font-weight : bold; font-family : Arial, Helvetica, sans-serif; font-size : 11px; text-decoration : none; color : #9E9E9E;  xwidth : 100%; height : 39px; padding-left: 5px;  padding-right: 5px;  margin-left: 1px;  margin-right: 1px; padding-top: 1px; }
A.Bottom_Tab_Active:hover { line-height: 39px; font-weight : bold; font-family : Arial, Helvetica, sans-serif; font-size : 11px; text-decoration : none; color : #9E9E9E;  xwidth : 100%; height : 39px; padding-left: 5px;  padding-right: 5px;  margin-left: 1px;  margin-right: 1px; padding-top: 1px; }

/* ----------------------------------------------------------------------------------------------- */
/* Menus GAUCHES */
/* ----------------------------------------------------------------------------------------------- */

/* Titres des Menus Gauche */
.Tab2 {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : white;
	font-weight : bold;
	text-transform: none;
	text-align: left;
	}

/* MG - Couleur Ligne de séparation des Menus */
.Ligne {
	display: block;
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	border-top-color: #08598B;
	border-top-style: solid;
	border-top-width: 1px;
 }
/* MG - Gestion puces des pages */
A.Menu img { margin-right: 2px;  vertical-align: middle; }

/* MG - Titres de toutes les pages */
A.Menu:link , A.Menu:visited , A.Menu:active {
	display: block;
	float: left;	
	line-height: 15px;
	height: 15px;
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: white;
	
	}

/* MG - Survol de toutes les pages */
A.Menu:hover {
	display: block;
	float: left;	
	line-height: 15px;
	height: 15px;
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: white;
	background: #08598B;
	}

/* MG - Gestion puces des Page Selectionée */
A.Menu_Actif img { margin-right: 2px;  vertical-align: middle; }

/* MG - Page Selectionée Uniquement (et le Titre Sous-Menu) */
A.Menu_Actif:link , A.Menu_Actif:visited , A.Menu_Actif:active {
	display: block;
	float: left;	
	line-height: 15px;
	height: 15px;
	width: 100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: white;
	background: #08598B;
	}

/* MG - Survol de la page sélectionée (et la page titre Sous-Menu) */
A.Menu_Actif:hover {
	display: block;
	float: left;	
	line-height: 15px;
	height: 15px;
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: white;
	background: #08598B;
	}

/* MG - Gestion puces Toutes les pages des Sous Menu sauf pour la Page Sous-Menu Active */
A.Sous_Menu img { margin-right: 2px;  vertical-align: middle; }

/* MG - Toutes les pages des Sous-Menu sauf pour la Page Sous-Menu Active */
A.Sous_Menu:link , A.Sous_Menu:visited , A.Sous_Menu:active {
	display: block;
	float: left;	
	line-height: 15px;
	height: 15px;
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: white;
	background: #498BB4;
	text-indent: 22px;
	}
	
/* MG - Survol de toutes les pages des Sous-Menu sauf la Page Sous-Menu Active */
A.Sous_Menu:hover {
	display: block;
	float: left;	
	line-height: 15px;
	height: 15px;
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: white;
	text-indent: 22px;
	background: #08598B;
	}

/* MG - Gestion puces des Pages du Sous-Menu Actif */
A.Sous_Menu_Actif img { margin-right: 2px; vertical-align: middle; }

/* MG - Pages Du Sous-Menu Actif */
A.Sous_Menu_Actif:link , A.Sous_Menu_Actif:visited , A.Sous_Menu_Actif:active {
	display: block;
	float: left;	
	line-height: 15px;
	height: 15px;
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: white;
	text-indent: 22px;
	background: #08598B;
	}

/* MG - Survol de la Page Active du Sous-Menu */
A.Sous_Menu_Actif:hover  {
	display: block;
	float: left;	
	line-height: 15px;
	height: 15px;
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: white;
	width: 100%;	
	text-indent: 22px;
	background: #08598B;
	}

/* ----------------------------------------------------------------------------------------------- */
/* Menus DROITS */
/* ----------------------------------------------------------------------------------------------- */

/* Titres des Menus Droits */
.Tab2_D {
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #FF6500;
	font-weight : bold;
	height : 0px;
	padding-left : 5px;
	text-transform: none;
	text-align: left;
	padding-right: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FF6500;
	border-bottom-width: 1px;
	padding-bottom: 7px;
	}

/* MD - Couleur Ligne de séparation des Menus */
.Ligne_D {	
   background: url(images/ligne.gif) repeat-x;
	padding-top: 1px;
	margin-top: -2px;
 }
 
/* MD - Gestion puces des pages */
A.Menu_D img { margin-right: 2px;  vertical-align: middle; }

/* MD - Titres de toutes les pages */
A.Menu_D:link , A.Menu_D:visited , A.Menu_D:active {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #1055AD;
	width: 100%;
	height: 19px;
	padding-top: 2px;
	padding-left: 5px;
	background: url(images/fond_pg.gif) repeat-x bottom;
}

/* MD - Survol de toutes les pages */
A.Menu_D:hover {
	height: 19px;
	color: #FF6500;
	padding-left: 5px;
	padding-top: 2px;
	background: #F1F3F4;
}

/* MD - Gestion puces des Page Selectionée */
A.Menu_Actif_D img { margin-right: 2px;  vertical-align: middle; }

/* MD - Page Selectionée Uniquement (et le Titre Sous-Menu) */
A.Menu_Actif_D:link , A.Menu_Actif_D:visited , A.Menu_Actif_D:active {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #1055AD;
	width: 100%;
	height: 19px;
	padding-left: 5px;
	padding-top: 2px;
	background: #F1F3F4;
}

/* MD - Survol de la page sélectionée (et la page titre Sous-Menu) */
A.Menu_Actif_D:hover {
	height: 19px;
	color: #FF6500;
	width: 100%;
	padding-left: 5px;
	padding-top: 2px;
	background: #F1F3F4;
}

/* MD - Gestion puces Toutes les pages des Sous Menu sauf pour la Page Sous-Menu Active */
A.Sous_Menu_D img { margin-right: 2px;  vertical-align: middle; }

/* MD - Toutes les pages des Sous-Menu sauf pour la Page Sous-Menu Active */
A.Sous_Menu_D:link , A.Sous_Menu_D:visited , A.Sous_Menu_D:active {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FF6500;
	width: 100%;
	height: 19px;
	padding-top: 2px;
	padding-left: 5px;
	background: url(images/fond_pg.gif) repeat-x bottom;
}

/* MD - Survol de toutes les pages des Sous-Menu sauf la Page Sous-Menu Active */
A.Sous_Menu_D:hover {
	height: 19px;
	color: #1055AD;
	text-decoration : underline;
	width: 100%;
	padding-left: 5px;
	padding-top: 2px;
	background: url(images/fond_pg.gif) repeat-x bottom;
}


/* MD - Gestion puces des Pages du Sous-Menu Actif */
A.Sous_Menu_Actif_D img { margin-right: 2px;  vertical-align: middle; }

/* MD - Pages Du Sous-Menu Actif */
A.Sous_Menu_Actif_D:link , A.Sous_Menu_Actif_D:visited , A.Sous_Menu_Actif_D:active {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #FF6500;
	width: 100%;
	height: 19px;
	padding-left: 5px;
	padding-top: 2px;
	background: url(images/fond_pg.gif) repeat-x bottom;
}

/* MD - Survol de la Page Active du Sous-Menu */
A.Sous_Menu_Actif_D:hover {
	height: 19px;
	color: #FF6500;
	text-decoration : underline;
	width: 100%;
	padding-left: 5px;
	padding-top: 2px;
	background: url(images/fond_pg.gif) repeat-x bottom;
}

/* ----------------------------------------------------------------------------------------------- */
/* Menus Gauche et Droit */
/* ----------------------------------------------------------------------------------------------- */
/* Fond des tableaux des Menus Gauches et Droites*/
.Tablo_Menu {
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	padding-bottom : 0px;	
}

.Fond_Menu_Gauche {
	width : 0px;
	height : 0px;
	}

.Fond_Menu_Droite {
	width : 0px;
	height : 39px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Footer */
/* ----------------------------------------------------------------------------------------------- */
/* Texte du Footer ( gestion tiret ) */
.Footer {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : bold;
	color : white;
	text-align : center;
	padding-right: 20px;
	margin-right: -20px;
}

/* Lien du Footer */
A.Footer_Lien:link { font-family : Arial, Helvetica, sans-serif; font-size : 11px; text-decoration : none; color : white; font-weight : bold }
A.Footer_Lien:visited { font-family : Arial, Helvetica, sans-serif; font-size : 11px; text-decoration : none; color : white; font-weight : bold }
A.Footer_Lien:active { font-family : Arial, Helvetica, sans-serif; font-size : 11px; text-decoration : none; color : white; font-weight : bold }
A.Footer_Lien:hover { font-family : Arial, Helvetica, sans-serif; font-size : 11px; text-decoration : underline; color : white; font-weight : bold }

/* ----------------------------------------------------------------------------------------------- */
/* Ajout Derniere Minute */
/* ----------------------------------------------------------------------------------------------- */
     
 /* ----------------------------------------------------------------------------------------------- */
/* Divers */
/* ----------------------------------------------------------------------------------------------- */
/* Warning du caddie*/
.CadWarning{
 font-size : 11px;
 font-family :  Arial, Helvetica, sans-serif;
 color : #FF0000;
 font-weight : bold;
}

/* Adresse site Internet */
.url_Site {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	font-weight : normal;
	text-align: center;
	}
