/* ----------------------------------------------------------------------------------------------- */
/*                  Style CSS ----------------------  - AIP - 2009                       */
/* ----------------------------------------------------------------------------------------------- */

/* Body */

BODY {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	background: white;
}
.Bottom	{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #696969;
	background: white;
}
/* ----------------------------------------------------------------------------------------------- */
/* Liens dans le Site */
/* ----------------------------------------------------------------------------------------------- */
A:link { font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #00adef; text-decoration: none; }
A:visited { font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #00adef; text-decoration: none; }
A:active { font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #00adef; text-decoration: none; }
A:hover { font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: Black; text-decoration: none; }

.Top:link { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: White; text-decoration: none;  background-color: transparent;  padding-left: 10px;  padding-right: 10px;  }
.Top:visited { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: White; text-decoration: none;  background-color: transparent; padding-left: 10px;  padding-right: 10px; }
.Top:active { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: White; text-decoration: none; background-color: transparent; padding-left: 10px;  padding-right: 10px; }
.Top:hover { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: Black; text-decoration: none; background-color: Yellow; padding-left: 10px;  padding-right: 10px; }


/* ----------------------------------------------------------------------------------------------- */
/* Formulaires */
/* ----------------------------------------------------------------------------------------------- */

/* Boutons Envoyer Effacer ok */
.Bouton {
	font-family: Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: 12px;
	cursor: hand;
	border: 1px solid #ABABAB;
	margin-left: 1px;
	height: 19px;
	background: #FFFFFF;
	background-image: url(images/ml-fd-bouton.gif);
}

/* .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: #FFFFFF;
	color: #464646;
	font-size: 12px;
	border: 1px solid #ABABAB;
}

/* Select box gauche dans liste déroulante Menu */
.Menu_Select {
	xdisplay: block;
	xfloat: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #464646;
	border: 1px solid #ABABAB;
	font-size: 12px;
}	
	
/* .Module - Cellule News et Recherche */
.Module {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #464646;
	font-size: 12px;
	border: 1px solid #ABABAB;
	width: 90px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Style Général du Site */
/* ----------------------------------------------------------------------------------------------- */
/* taille des tableaux par defaut dans l'editeur */
td { font-size: 12px; 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: #787878; background-color: #EFEFEF; color: #3D3D3D; font-family: Arial, Helvetica, sans-serif; }
/* Photos et Images */
.Photo { margin-top: 8px; margin-bottom: 8px; margin-left: 8px; margin-right: 8px; }
/* Tailles TEXTE */
.Texte_09_Pix { font-size: 9px; }
.Texte_10_Pix { font-size: 10px; }
.Texte_11_Pix { font-size: 11px; }
.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; }
/* Style textes de la page Contact*/
.Contact { font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: normal; color: Black; 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: White; 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 { }

/* ----------------------------------------------------------------------------------------------- */
/* Page Centrale du Site */
/* ----------------------------------------------------------------------------------------------- */
/* Fond des Pages du Site*/
.Tablo_Main_Frame {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
/* Fond des Pages du BO*/
.Tablo_Main_Bo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	background: white;
}

/* ----------------------------------------------------------------------------------------------- */
/* Tableaux */
/* ----------------------------------------------------------------------------------------------- */
/* Cellule Titre */
.Array_Titre {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #287AB2;
	color: white;
	font-size: 12px;
	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;
	color: #464646;
	font-size: 12px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #FFFFFF;
}

/* Fond des tableaux */
.Array_Contour {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #71A6C8;
}

/* ----------------------------------------------------------------------------------------------- */
/* Style Top Menu */
/* ----------------------------------------------------------------------------------------------- */

/* Style général */
.Top_Menu { }

/* Liens du Top Menu */
A.Tab:link { line-height: 40px; height: 40px; font-size: 14px; text-decoration: none; color: White; font-weight: bold; text-transform: none; display: block; padding-left: 15px;  padding-right: 15px; }
A.Tab:visited { line-height: 40px; height: 40px; font-size: 14px; text-decoration: none; color: White; font-weight: bold; text-transform: none; display: block; padding-left: 15px;  padding-right: 15px; }
A.Tab:active { line-height: 40px; height: 40px; font-size: 14px; text-decoration: none; color: White; font-weight: bold; text-transform: none; display: block; padding-left: 15px;  padding-right: 15px; }
A.Tab:hover { line-height: 40px; height: 40px; font-size: 14px; text-decoration: none; color: #00adef; font-weight: bold; text-transform: none; display: block; background: url(images/top-up.gif) top repeat-x; padding-left: 15px;  padding-right: 15px; }

/* Liens du Top Menu Active*/
A.Tab_Active:link { line-height: 40px; height: 40px; font-size: 14px; text-decoration: none; color: #00adef; font-weight: bold; text-transform: none; display: block; background: url(images/top-up.gif) top repeat-x; padding-left: 15px;  padding-right: 15px;  }
A.Tab_Active:visited { line-height: 40px; height: 40px; font-size: 14px; text-decoration: none; color: #00adef; font-weight: bold; text-transform: none; display: block; background: url(images/top-up.gif) top repeat-x; padding-left: 15px;  padding-right: 15px; }
A.Tab_Active:active { line-height: 40px; height: 40px; font-size: 14px; text-decoration: none; color: #00adef; font-weight: bold; text-transform: none; display: block; background: url(images/top-up.gif) top repeat-x; padding-left: 15px;  padding-right: 15px; }
A.Tab_Active:hover { line-height: 40px; height: 40px; font-size: 14px; text-decoration: none; color: #00adef; font-weight: bold; text-transform: none; display: block; background: url(images/top-up.gif) top repeat-x; padding-left: 15px;  padding-right: 15px; }


/* Tableau Sous Top général */
.TabSousTopMenu { 
border-left: 1px solid #d7d7d7; 
border-right: 1px solid #d7d7d7; 
border-bottom: 1px solid #d7d7d7; 
background: #FFFFFF; }

/*Emplacement du Sous Top Menu*/
.DivSousTopMenu { 
position: relative; 
white-space: nowrap; 
margin-top: 0px; 
padding-top: 0px; 
margin-left: 0px; 
visibility: hidden; }

/*FireFox*//*Emplacement du Sous Top Menu*/
html>body .DivSousTopMenu { 
clear: both; 
position: absolute; 
white-space: nowrap; 
padding-top: 0px; 
margin-left: 0px; 
visibility: hidden; }

/* Couleur Ligne de séparation des Sous top*/
.LigneSousTopMenu {
	margin-top: 10px;
	margin-bottom: 8px;
	background: url(images/ligne-sstop.gif);
	background-repeat: no-repeat;
	width: 100%;
	margin-left: 10px;
}

/* Liens du Sous Top Menu */
A.SousTopMenu:link , A.SousTopMenu:visited , A.SousTopMenu:active {
	line-height: 30px;
	height: 30px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #00adef;
	width: 100%;
	padding-left: 25px;
	padding-right: 10px;
	background-color: White;
	background: url(images/puce-top.gif) no-repeat left;
}
		
A.SousTopMenu:hover {
	line-height: 30px;
	height: 30px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: Black;
	width: 100%;
	padding-left: 25px;
	padding-right: 10px;
	background-color: White;
	background: url(images/puce-top2.gif) no-repeat left;
}
	
/* Liens du Sous Top Menu Active*/
A.SousTopMenu_Active:link , A.SousTopMenu_Active:visited , A.SousTopMenu_Active:active {
	line-height: 30px;
	height: 30px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: Black;
	width: 100%;
	padding-left: 25px;
	padding-right: 10px;
	background-color: White;
	background: url(images/puce-top2.gif) no-repeat left;
}
	
A.SousTopMenu_Active:hover {
	line-height: 30px;
	height: 30px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: Black;
	width: 100%;
	padding-left: 25px;
	padding-right: 10px;
	background-color: White;
	background: url(images/puce-top2.gif) no-repeat left;
}
	
/* ----------------------------------------------------------------------------------------------- */
/* Style Bottom Menu */
/* ----------------------------------------------------------------------------------------------- */
/* Style général */
.Bottom_Menu {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

/* Liens du Bottom Menu */
A.Bottom_Tab:link { line-height: 32px; height: 32px; font-size: 12px; text-decoration: none; color: #666666; font-weight: normal; }
A.Bottom_Tab:visited { line-height: 32px; height: 32px; font-size: 12px; text-decoration: none; color: #666666; font-weight: normal; }
A.Bottom_Tab:active { line-height: 32px; height: 32px; font-size: 12px; text-decoration: none; color: #666666; font-weight: normal; }
A.Bottom_Tab:hover { line-height: 32px; height: 32px; font-size: 12px; text-decoration: none; color: #277AB2; font-weight: normal; }

/* Liens du Bottom Menu Active*/
A.Bottom_Tab_Active:link { line-height: 32px; height: 32px; font-size: 12px; text-decoration: none; color: #277AB2; font-weight: normal; }
A.Bottom_Tab_Active:visited { line-height: 32px; height: 32px; font-size: 12px; text-decoration: none; color: #277AB2; font-weight: normal; }
A.Bottom_Tab_Active:active { line-height: 32px; height: 32px; font-size: 12px; text-decoration: none; color: #277AB2; font-weight: normal; }
A.Bottom_Tab_Active:hover { line-height: 32px; height: 32px; font-size: 12px; text-decoration: none; color: #277AB2; font-weight: normal; }


/* ----------------------------------------------------------------------------------------------- */
/* Footer */
/* ----------------------------------------------------------------------------------------------- */
/* Texte du Footer ( gestion tiret ) */
.Footer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	text-align: center;
}

/* Lien du Footer */
A.Footer_Lien:link { line-height: 28px; height: 28px; font-size: 10px; text-decoration: none; color: #666666; font-weight: normal; }
A.Footer_Lien:visited { line-height: 28px; height: 28px; font-size: 10px; text-decoration: none; color: #666666; font-weight: normal; }
A.Footer_Lien:active { line-height: 28px; height: 28px; font-size: 10px; text-decoration: none; color: #666666; font-weight: normal; }
A.Footer_Lien:hover { line-height: 28px; height: 28px; font-size: 10px; text-decoration: underline; color: #666666; font-weight: normal;}

/* ----------------------------------------------------------------------------------------------- */
/* 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 {}

.Micro_login {} ------------*/