/* ----------------------------------------------------------------------------------------------- */
/*                  Style CSS Clement Industrie - Micrologiciel - 2004                       */
/* ----------------------------------------------------------------------------------------------- */

/* Body */
BODY {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	scrollbar-base-color : #C4D6DD;
	}
	
.BOD1 {
	background: transparent url(images/fond_site.jpg) repeat-x scroll top;
}


/* ----------------------------------------------------------------------------------------------- */
/* Liens Standard du Body */
/* ----------------------------------------------------------------------------------------------- */
A:link { font-size : 11px; font-family : Arial, Helvetica, sans-serif; color : #0560B5; text-decoration : none; }
A:visited { font-size : 11px; font-family : Arial, Helvetica, sans-serif; color : #0560B5; text-decoration : none; }
A:active { font-size : 11px; font-family : Arial, Helvetica, sans-serif; color : #0560B5; text-decoration : none; }
A:hover { font-size : 11px; font-family : Arial, Helvetica, sans-serif; color : #0560B5; text-decoration : underline; }


/* ----------------------------------------------------------------------------------------------- */
/* Style des Formulaires html */
/* ----------------------------------------------------------------------------------------------- */
/* Boutons */
.Bouton {
	font-family : Arial, Helvetica, sans-serif;
	color : #526D76;
	font-size : 10px;
	cursor:hand;
	border : 1px solid #78959D;
	margin-left : 1px;
	height : 18px;
	background-color : #D8E4EA;
}

/* Area Text message */
.Txt_Area {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #F6F9FA;
	color : #3F3F3F;
	font-size : 11px;
	border : 1px solid #78959D;
}
/* Input box */
.Txt_Input {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #F6F9FA;
	color : #3F3F3F;
	font-size : 11px;
	border : 1px solid #78959D;
}
/* Taille et couleur des modules News et Recherche */
.Module {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #F6F9FA;
	color : #3F3F3F;
	font-size : 11px;
	border : 1px solid #78959D;
	width : 100px;
}
/* Select box dans liste déroulante Menu */
.Menu_Select {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #F6F9FA;
	color : #3F3F3F;
	border : 1px solid #78959D;
	font-size : 11px;
}


/* ----------------------------------------------------------------------------------------------- */
/* 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 : #006288;
	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;
}
/* 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 : Black; text-align : left; }
/* 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 {
	BACKGROUND-COLOR: transparent;
	}


/* ----------------------------------------------------------------------------------------------- */
/* Style Page Centrale du Site */
/* ----------------------------------------------------------------------------------------------- */
/* Titre des Pages dans les Pages */
.GrandTab2 {
   line-height: 31px;
	height: 31px;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : White;
	font-weight : bold;
	text-align : right;
	text-transform : uppercase;
	text-indent : 20px;
}

/* Fond des Pages du Site*/
.Tablo_Main_Frame {
	BACKGROUND-COLOR: transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding : 0px;
}
/* Fond des Pages du BO*/
.Tablo_Main_Bo {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding : 5px;
	background-color : White;
}


/* ----------------------------------------------------------------------------------------------- */
/* Style des tableaux html */
/* ----------------------------------------------------------------------------------------------- */
/* Titre des tableaux html */
.Array_Titre {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #D8E4EA;
	color : Black;
	font-size : 11px;
	font-weight : bold;
	text-align : left;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
}
/* Données des tableaux html */
.Array_Data {
	font-family : Arial, Helvetica, sans-serif;
	background-color : white;
	color : Black;
	font-size : 11px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
}
/* Fond des tableaux html */
.Array_Contour {
	font-size : 11px;
	border: 1px solid #0560B5;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	background : white;
}


/* ----------------------------------------------------------------------------------------------- */
/* Style Top Menu */
/* ----------------------------------------------------------------------------------------------- */
/* Style général */
.Top_Menu {
	padding-top : 0px;
	padding-bottom : 0px;
	text-align : center;
	height : 35px;
}

/* Liens du Top Menu */
A.Tab:link { font-family : Arial, Helvetica, sans-serif; font-size : 12px; text-decoration : none; color : #004071;  font-weight : bold;   text-transform : none;  }
A.Tab:visited { font-family : Arial, Helvetica, sans-serif; font-size : 12px; text-decoration : none; color :#004071; font-weight : bold;  text-transform : none;  }
A.Tab:active { font-family : Arial, Helvetica, sans-serif; font-size : 12px; text-decoration : none; color :#004071; font-weight : bold;   text-transform : none; }
A.Tab:hover { font-family : Arial, Helvetica, sans-serif; font-size : 12px; text-decoration : none; color : #0560B5; font-weight : bold;  text-transform : none;  }



/* ----------------------------------------------------------------------------------------------- */
/* Style Bottom Menu */
/* ----------------------------------------------------------------------------------------------- */
/* Style général */
.Bottom_Menu {
	padding-top : 0px;
	padding-bottom : 0px;
	text-align : center;
	height : 33px;
	}

/* Liens du Top Menu */
A.Bottom_Tab:link { font-size : 11px; text-decoration : none; color : #0560B5;  font-weight : bold;  }
A.Bottom_Tab:visited { font-size : 11px; text-decoration : none; color :#0560B5;  font-weight : bold; }
A.Bottom_Tab:active { font-size : 11px; text-decoration : none; color :#0560B5;   font-weight : bold;  }
A.Bottom_Tab:hover { font-size : 11px; text-decoration : underline; color : #0560B5;   font-weight : bold;  }

A.Bottom_Tab_Active:link { font-size : 11px; text-decoration : underline; color : #0560B5;   font-weight : bold;  }
A.Bottom_Tab_Active:visited { font-size : 11px; text-decoration : underline; color : #0560B5;   font-weight : bold;  }
A.Bottom_Tab_Active:active { font-size : 11px; text-decoration : underline; color : #0560B5;   font-weight : bold;  }
A.Bottom_Tab_Active:hover { font-size : 11px; text-decoration : underline; color : #0560B5;   font-weight : bold;  }


/* ----------------------------------------------------------------------------------------------- */
/* Menus GAUCHES */
/* ----------------------------------------------------------------------------------------------- */

/* Titre des Menus dans les Menus*/
.Tab2 {
	line-height: 31px;
	height: 31px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: white;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	text-indent: 41px;
}

/* Couleur Ligne de séparation */
.Ligne {
	display: block;
	float: left;
	margin-bottom: 1px;
	margin-top: 1px;
	border-bottom : 1px dashed #666666;
	width: 80%;
}

/* 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 {
	display: block;
	float: left;
	line-height: 14px;
	height: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #0560B5;
	width: 100%;
}

/* MG - Survol de toutes les pages */
A.Menu:hover {
	display: block;
	float: left;
	line-height: 14px;
	height: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #0560B5;
	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 {
	display: block;
	float: left;
	line-height: 14px;
	height: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #0560B5;
	width: 100%;
}

/* MG - Survol de la page sélectionée (et la page titre Sous-Menu) */
A.Menu_Actif:hover {
	display: block;
	float: left;
	line-height: 14px;
	height: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #0560B5;
	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 {
	display: block;
	float: left;
	line-height: 14px;
	height: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #0560B5;
	width: 100%;
	padding-left: 42px;
}

/* 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: 14px;
	height: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #0560B5;
	width: 100%;
	padding-left: 42px;
}
* 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 {
	display: block;
	float: left;
	line-height: 14px;
	height: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #0560B5;
	width: 100%;
	padding-left: 42px;
}

A.Sous_Menu_Actif:hover {
	display: block;
	float: left;
	line-height: 14px;
	height: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #0560B5;
	width: 100%;
	padding-left: 42px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Menus DROITS */
/* ----------------------------------------------------------------------------------------------- */

/* Titre des Menus dans les Menus*/
.Tab2_D {
	line-height: 31px;
	height: 31px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: white;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	text-indent: 41px;
}

/* Couleur Ligne de séparation */
.Ligne {
	display: block;
	float: left;
	margin-bottom: 1px;
	margin-top: 1px;
	border-bottom : 1px dashed #666666;
	width: 80%;
}

/* MD - Gestion puces des pages */
A.Menu_D img { margin-right: 0px; vertical-align: middle; }

/* MD - Titres de toutes les pages */
A.Menu_D:link , A.Menu_D:visited , A.Menu_D:active {
	display: block;
	float: left;
	line-height: 14px;
	height: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: Black;
	width: 100%;
}

/* MD - Survol de toutes les pages */
A.Menu_D:hover {
	display: block;
	float: left;
	line-height: 14px;
	height: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: Black;
	width: 100%;
}

/* MD - Gestion puces des Page Selectionée */
A.Menu_Actif_D img { margin-right: 0px;  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 {
	display: block;
	float: left;
	line-height: 14px;
	height: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: Black;
	width: 100%;
}

/* MD - Survol de la page sélectionée (et la page titre Sous-Menu) */
A.Menu_Actif_D:hover {
	display: block;
	float: left;
	line-height: 14px;
	height: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: Black;
	width: 100%;
}

/* MD - Gestion puces Toutes les pages des Sous Menu sauf pour la Page Sous-Menu Active */
A.Sous_Menu_D img { margin-right: 0px;  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 {
	display: block;
	float: left;
	line-height: 14px;
	height: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: Black;
	width: 100%;
	padding-left: 42px;
}

/* MD - Survol de toutes les pages des Sous-Menu sauf la Page Sous-Menu Active */
A.Sous_Menu_D:hover {
	display: block;
	float: left;
	line-height: 14px;
	height: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: Black;
	width: 100%;
	padding-left: 42px;
}

/* MD - Gestion puces des Pages du Sous-Menu Actif */
A.Sous_Menu_Actif_D img { margin-right: 0px; 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 {
	display: block;
	float: left;
	line-height: 14px;
	height: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: Black;
	width: 100%;
	padding-left: 42px;
}

A.Sous_Menu_Actif_D:hover {
	display: block;
	float: left;
	line-height: 14px;
	height: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: Black;
	width: 100%;
	padding-left: 42px;
}

/* ----------------------------------------------------------------------------------------------- */
/* 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: 0px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Footer */
/* ----------------------------------------------------------------------------------------------- */
/* Style Footer Général */
.Footer {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : normal;
	color : #4B4B4B;
	text-align : center;
padding-bottom : 15px;
}

/* Lien du Footer */
A.Footer_Lien:link { font-size : 10px; text-decoration : none; color : #4B4B4B;  padding-bottom : 15px; }
A.Footer_Lien:visited { font-size : 10px; text-decoration : none; color : #4B4B4B; padding-bottom : 15px;}
A.Footer_Lien:active { font-size : 10px; text-decoration : none; color : #4B4B4B; padding-bottom : 15px; }
A.Footer_Lien:hover { font-size : 10px; text-decoration : underline; color : #4B4B4B; padding-bottom : 15px;}

/* ----------------------------------------------------------------------------------------------- */
/* Ajout Derniere Minute */
/* ----------------------------------------------------------------------------------------------- */
     
 /* ----------------------------------------------------------------------------------------------- */
/* Divers */
/* ----------------------------------------------------------------------------------------------- */
/* Warning du caddie*/
.CadWarning{
 font-size : 11px;
 font-family : Arial, Helvetica, sans-serif;
 color : #FF0000;
 font-weight : bold;
}
