/* ----------------------------------------------------------------------------------------------- */
/*                  Style CSS ----------------------  - Micrologiciel - 2004                       */
/* ----------------------------------------------------------------------------------------------- */

/* Body */

BODY {
	font-size : 11px; 
	font-family : Arial, Helvetica, sans-serif; 
	color : #000000;
	background: #333333;
	scrollbar-base-color : #333333;
	}
	
.Body_mail{
 	font-size : 12px; 
	font-family :Arial, Helvetica, sans-serif; 
 	color : #666;
 	background: #FFF url(images/fond_mail.gif) repeat ;
	text-align : left;
	margin: 0;
	padding: 0;
}
/* ----------------------------------------------------------------------------------------------- */
/* Liens dans le Site */
/* ----------------------------------------------------------------------------------------------- */
A:link { font-size : 11px; font-family : Arial, Helvetica, sans-serif; color : #e53b5e; text-decoration : none; }
A:visited { font-size : 11px; font-family : Arial, Helvetica, sans-serif; color : #e53b5e; text-decoration : none; }
A:active { font-size : 11px; font-family : Arial, Helvetica, sans-serif; color : #e53b5e; text-decoration : none; }
A:hover { font-size : 11px; font-family : Arial, Helvetica, sans-serif; color : #e53b5e; text-decoration : underline; }

/* ----------------------------------------------------------------------------------------------- */
/* Formulaires */
/* ----------------------------------------------------------------------------------------------- */

/* Boutons Envoyer Effacer ok */
.Bouton {
   font-family : Arial, Helvetica, sans-serif;
	color : #3D3D3D;	
	font-size :10px;
	cursor: hand;
	border : 1px solid #333;
	margin-left : 1px;
	height : 18px;
	background : #C0CF25;	
}

/* .Txt_Area - Cellule de saisi texte multiligne */
/* .Txt_Input - Cellules restantes */
/* .Menu_Select - Liste déroulante Des Sous-Menus */
/* Select box dans liste déroulante Menu */
.Txt_Area , .Txt_Input , .Menu_Select, .Menu_Select_D {
	font-family :  Arial, Helvetica, sans-serif;
	background : #C0CF25;
	color : #3D3D3D;
	font-size : 11px;
	border : 1px solid #333;
}

	
/* .Module - Cellule News et Recherche */
.Module {
	font-family :  Arial, Helvetica, sans-serif;
	background : #C0CF25 ;
	color : #3D3D3D;
	font-size : 11px; padding-left:5px;
	border : 1px solid #333333;
	width : 90px;
}

/* ----------------------------------------------------------------------------------------------- */
/* 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 : solid; border-color : #c3c4cb; background-color : white; color : #3D3D3D; font-family: Arial, Helvetica, sans-serif; }
/* Photos et Images */
.Photo {
	border: 0px;
	border-color: #c3c4cb;
	border-style: solid;
	margin : 0px;
}

/* 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 : 11px; font-family : Arial, Helvetica, sans-serif; text-decoration : none; font-weight : normal; color : #3D3D3D; 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 {
   height: 100%;
	width: 710px;
	border: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left : 15px;
	padding-right : 15px;
	background: #ffffff;
	}
	
/* Fond des Pages du BO*/
.Tablo_Main_Bo {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding : 5px;
	background: white ;
}

/* ----------------------------------------------------------------------------------------------- */
/* Tableaux */
/* ----------------------------------------------------------------------------------------------- */
/* Cellule Titre */
.Array_Titre {
	line-height: 15px; 
	height : 15px; 
	font-family :  Arial, Helvetica, sans-serif;
	background : #ffffff url(images/titre.gif) no-repeat left ;
	color : #E53B5E;
	font-size : 14px;
	font-weight : bold;
	text-align : left;
	padding-left : 15px;
	padding-right : 5px;
	padding-top : 2px;
	padding-bottom : 4px;
}

/* Cellule Normale */
.Array_Data {
	font-family :  Arial, Helvetica, sans-serif;
	color : #3D3D3D;
	font-size : 11px;
	font-weight : normal;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
	background-position: left;
	background-repeat: repeat-y;
	background : transparent;
}

/* Fond des tableaux */
.Array_Contour {	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
	background : #fff;
	border: 0px solid #c3c4cb;
	}

/* ----------------------------------------------------------------------------------------------- */
/* Style Top Menu */
/* ----------------------------------------------------------------------------------------------- */

/* Style général */
.Top_Menu {
	line-height: 27px; 
	height : 27px; 
	font-size : 13px; 
	text-decoration : none; 
	color : #ffffff;  
	font-weight : normal; 
	text-transform: none;
}

/* Liens du Top Menu */
A.Tab:link { padding-left: 10px; padding-right: 10px; 	font-family :  Arial, Helvetica, sans-serif;line-height: 27px; height : 27px; font-size : 13px; text-decoration : none; color : #ffffff;  font-weight : normal; text-transform: none; }
A.Tab:visited {	padding-left: 10px; padding-right: 10px;font-family :  Arial, Helvetica, sans-serif; line-height: 27px; height : 27px; font-size : 13px; text-decoration : none; color : #ffffff;  font-weight : normal; text-transform: none;}
A.Tab:active { 	padding-left: 10px; padding-right: 10px;font-family :  Arial, Helvetica, sans-serif;line-height: 27px; height : 27px; font-size : 13px; text-decoration : none; color : #ffffff;  font-weight : normal; text-transform: none;}
A.Tab:hover { padding-left: 10px; padding-right: 10px;	font-family :  Arial, Helvetica, sans-serif;line-height: 27px; height : 27px; font-size : 13px; text-decoration : none; color : #e53b5e;  font-weight : normal; text-transform: none; }

/* Liens du Top Menu Active*/
A.Tab_Active:link { padding-left: 10px; padding-right: 10px;	font-family :  Arial, Helvetica, sans-serif;line-height: 27px; height : 27px; font-size : 13px; text-decoration : none; color : #e53b5e;  font-weight : normal; text-transform: none;}
A.Tab_Active:visited {padding-left: 10px; padding-right: 10px; 	font-family :  Arial, Helvetica, sans-serif;line-height: 27px; height : 27px; font-size : 13px; text-decoration : none; color : #e53b5e;  font-weight : normal; text-transform: none;}
A.Tab_Active:active { 	padding-left: 10px; padding-right: 10px;font-family :  Arial, Helvetica, sans-serif;line-height: 27px; height : 27px; font-size : 13px; text-decoration : none; color : #e53b5e;  font-weight : normal; text-transform: none;}
A.Tab_Active:hover {	padding-left: 10px; padding-right: 10px;font-family :  Arial, Helvetica, sans-serif; line-height: 27px; height : 27px; font-size : 13px; text-decoration : none; color : #e53b5e;  font-weight : normal; text-transform: none;}

/* Tableau Sous Top général */
.TabSousTopMenu { border-top: 0px solid #e53b5e;border-bottom: 1px solid #c0cf25;border-left: 1px solid #c0cf25;border-right: 1px solid #c0cf25;background: #333; text-align: left;padding: 8px;}

/*Emplacement du Sous Top Menu*/
.DivSousTopMenu {position:absolute; white-space: nowrap; margin-top: 0px; padding-top: -15px; padding-left: 0px;  visibility: hidden; }

/*FireFox*/
/*Emplacement du Sous Top Menu*/
html>body.DivSousTopMenu {
clear:both;
position:absolute; 
white-space: nowrap;
margin-top: -15px;
visibility: hidden; 
}

/* Couleur Ligne de séparation des Sous top*/
.LigneSousTopMenu {
	margin-left: 0px;
	width:100%;
	}

/* Liens du Sous Top Menu */
A.SousTopMenu:link , A.SousTopMenu:visited , A.SousTopMenu:active {
	line-height: 15px;
	height: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	width: 100%;
	}
		
A.SousTopMenu:hover {
	line-height: 15px;
	height: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #c0cf25;
	width: 100%;
	}
	
/* Liens du Sous Top Menu Active*/
A.SousTopMenu_Active:link , A.SousTopMenu_Active:visited , A.SousTopMenu_Active:active {
	line-height: 15px;
	height: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #c0cf25;
	width: 100%;
	}
	
A.SousTopMenu_Active:hover {
	line-height: 15px;
	height: 15px;
	font-weight: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #c0cf25;
	width: 100%;
	}
	
/* ----------------------------------------------------------------------------------------------- */
/* Style Bottom Menu */
/* ----------------------------------------------------------------------------------------------- */
/* Style général */
.Bottom_Menu {
	line-height: 23px; 
	height : 23px; 
	font-size : 13px; 
	text-decoration : none; 
	color : #ffffff;  
	font-weight : normal; 
	text-transform: none; vertical-align: top;
}

/* Liens du Top Menu */
A.Bottom_Tab:link { padding-left: 15px; padding-right: 15px; 	font-family: Arial, Helvetica, sans-serif;line-height: 23px; height : 23px; font-size : 12px; text-decoration : none; color : #ffffff; font-weight : normal;}
A.Bottom_Tab:visited { padding-left: 15px; padding-right: 15px;	font-family: Arial, Helvetica, sans-serif; line-height: 23px; height : 23px; font-size : 12px; text-decoration : none; color : #ffffff; font-weight : normal;}
A.Bottom_Tab:active {	 padding-left: 15px; padding-right: 15px;font-family: Arial, Helvetica, sans-serif; line-height: 23px; height : 23px; font-size : 12px; text-decoration : none; color : #ffffff; font-weight : normal;}
A.Bottom_Tab:hover { 	 padding-left: 15px; padding-right: 15px;font-family: Arial, Helvetica, sans-serif;line-height: 23px; height : 23px; font-size : 12px; text-decoration : none; color : #e53b5e; font-weight : normal;}

/* Liens du Top Menu Active*/
A.Bottom_Tab_Active:link {  padding-left: 15px; padding-right: 15px;	font-family: Arial, Helvetica, sans-serif;line-height: 23px; height : 23px; font-size : 12px; text-decoration : none; color : #e53b5e; font-weight : normal;}
A.Bottom_Tab_Active:visited {	 padding-left: 15px; padding-right: 15px;font-family: Arial, Helvetica, sans-serif;line-height: 23px; height : 23px; font-size : 12px; text-decoration : none; color : #e53b5e; font-weight : normal;}
A.Bottom_Tab_Active:active {	 padding-left: 15px; padding-right: 15px;font-family: Arial, Helvetica, sans-serif; line-height: 23px; height : 23px; font-size : 12px; text-decoration : none; color : #e53b5e; font-weight : normal;}
A.Bottom_Tab_Active:hover {	 padding-left: 15px; padding-right: 15px;font-family: Arial, Helvetica, sans-serif; line-height: 23px; height : 23px; font-size : 12px; text-decoration : none; color : #e53b5e; font-weight : normal;}

/* ----------------------------------------------------------------------------------------------- */
/* Menus GAUCHES */
/* ----------------------------------------------------------------------------------------------- */

/*---.Fond_Menu_Gauche {background : transparent; padding-top : 12px;}---*/
/* Titre des Menus dans les Menus*/
.Tab2 { 
	line-height: 14px;
	height: 14px;
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color :#ffffff;
	font-weight : bold;
	text-transform: none;
	text-align: center;
	text-indent: 0px;
	}

/* Couleur Ligne de séparation */
.Ligne {
	margin-bottom: 1px;
	margin-top: 1px;
	border-bottom-color: #C67D36;
	border-bottom-style: solid;
	border-bottom-width:1px;
	margin-left: 5px;
	width:90%;
	}

/* MG - Gestion puces des pages */
A.Menu img { margin-right: 0px;  vertical-align: middle; }

/* MG - Titres de toutes les pages */
A.Menu:link , A.Menu:visited , A.Menu:active {
	line-height: 20px;
	height: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #e53b5e;
	width: 100%;
	}

/* MG - Survol de toutes les pages */
A.Menu:hover {
	line-height: 20px;
	height: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
	width: 100%;
}

/* MG - Gestion puces des Page Selectionée */
A.Menu_Actif img { margin-right: 0px;  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 {
	line-height: 20px;
	height: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
	width: 100%;
}

/* MG - Survol de la page sélectionée (et la page titre Sous-Menu) */
A.Menu_Actif:hover {
	line-height: 20px;
	height: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
	width: 100%;
}

/* MG - Gestion puces Toutes les pages des Sous Menu sauf pour la Page Sous-Menu Active */
A.Sous_Menu img { margin-right: 0px;  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 {
	line-height: 15px;
	height: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #e53b5e;
	width: 100%;
	padding-left: 15px;
}
	
/* MG - Survol de toutes les pages des Sous-Menu sauf la Page Sous-Menu Active */
A.Sous_Menu:hover {
	line-height: 15px;
	height: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	width: 100%;
	padding-left: 15px;
}

/* MG - Gestion puces des Pages du Sous-Menu Actif */
A.Sous_Menu_Actif img { margin-right: 0px;  vertical-align: middle; }

/* MG - Pages Du Sous-Menu Actif */
A.Sous_Menu_Actif:link , A.Sous_Menu_Actif:visited , A.Sous_Menu_Actif:active {
	line-height: 15px;
	height: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	width: 100%;
	padding-left: 15px;
}

/* MG - Survol de la Page Active du Sous-Menu */
A.Sous_Menu_Actif:hover  {
	line-height: 15px;
	height: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	width: 100%;
	padding-left: 15px;
}



/* ----------------------------------------------------------------------------------------------- */
/* Menus Gauche et Droit */
/* ----------------------------------------------------------------------------------------------- */
/* Fond des tableaux des Menus Gauches et Droites*/
.Tablo_Menu {
	padding-left: 15px;
	margin-top:15px;
}

.Fond_Menu_Gauche {
	width : 0px;
	height : 0px;
	}

.Fond_Menu_Droite {
	width : 0px;
	height : 0px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Footer */
/* ----------------------------------------------------------------------------------------------- */
/* Texte du Footer ( gestion tiret ) */
.Footer {
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : bold;
	color : #fff;
	text-align : left;
	padding-left: 5px;
}

/* Lien du Footer */
A.Footer_Lien:link { font-size : 10px; text-decoration : none; color : #fff; font-weight : normal;}
A.Footer_Lien:visited { font-size : 10px; text-decoration : none; color : #fff; font-weight : normal;}
A.Footer_Lien:active { font-size : 10px; text-decoration : none; color : #fff; font-weight : normal;}
A.Footer_Lien:hover { font-size : 10px; text-decoration : underline; color : #fff; font-weight : underline;}

/* ----------------------------------------------------------------------------------------------- */
/* Ajout Derniere Minute */
/* ----------------------------------------------------------------------------------------------- */
     
 /* ----------------------------------------------------------------------------------------------- */
/* Divers */
/* ----------------------------------------------------------------------------------------------- */
/* Warning du caddie*/
.CadWarning{
 font-size : 11px;
 font-family :  Arial, Helvetica, sans-serif;
 color : #e53b5e;
 font-weight : bold;
}

/* Adresse site Internet */
/*------------ .url_Site {}

.Micro_login {} ------------*/