/* ----------------------------------------------------------------------------------------------- */
/*                  Style CSS Guide COUDER - Micrologiciel - 2004                       */
/* ----------------------------------------------------------------------------------------------- */

/* Body */
BODY {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : #505050;
	background: #172748 url(images/fond_site.jpg) repeat-y center center;
	scrollbar-base-color: #C6C9D0;
}

/* ----------------------------------------------------------------------------------------------- */
/* Liens Standard du Body */
/* ----------------------------------------------------------------------------------------------- */
A:link { font-size : 11px; font-family : Arial, Helvetica, sans-serif; color : #0000CC; text-decoration : underline; }
A:visited { font-size : 11px; font-family : Arial, Helvetica, sans-serif; color : #0000CC; text-decoration : underline; }
A:active { font-size : 11px; font-family : Arial, Helvetica, sans-serif; color : #0000CC; text-decoration : underline; }
A:hover { font-size : 11px; font-family : Arial, Helvetica, sans-serif; color : #0000CC; text-decoration : underline; }


/* ----------------------------------------------------------------------------------------------- */
/* Style des Formulaires html */
/* ----------------------------------------------------------------------------------------------- */
/* Boutons */

.Bouton {
	font-family : Arial, Helvetica, sans-serif;
	color : #E7E7E7;
	font-size : 10px;
	cursor:hand;
	border : 0px solid #B3B3B3;
	padding-left : 1px;
	padding-right : 1px;
	background : url(images/bouton.gif) repeat-x;
	height : 18px;
}

/* Area Text */
.Txt_Area {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #FFFFFF;
	color : #505050;
	font-size : 11px;
	border : 1px solid #B3B3B3;
}
/* Input box */
.Txt_Input {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #FFFFFF;
	color : #505050;
	font-size : 11px;
	border : 1px solid #B3B3B3;
}
/* Taille et couleur des modules News et Recherche */
.Module {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #FFFFFF;
	color : #505050;
	font-size : 11px;
	border : 1px solid #B3B3B3;
	width : 96px;
}
/* Select box dans liste Menu */
.Menu_Select {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #FFFFFF;
	color : #505050;
	border : 1px solid #B3B3B3;
	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 : #C4C4C4;
	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 : #505050; 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: White;
}


/* ----------------------------------------------------------------------------------------------- */
/* Style Page Centrale du Site */
/* ----------------------------------------------------------------------------------------------- */
/* Titre des Pages dans les Pages */
.GrandTab2 {
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #2F3E57;
	padding-left : 50px;
	padding-right : 10px;
	height : 44px;
	padding-bottom : 7px;
	font-weight : normal;
}

/* Fond des Pages du Site*/
.Tablo_Main_Frame {
	background : transparent url(images/fond_page.jpg) no-repeat top;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding-bottom : 15px;
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 10px;
	width : 569px;
	height:100px;
}

#LogoPage {
	background : #FFFFFF url(images/fond_logo_page.gif) no-repeat top center;
}

/* Fond des Pages du BO*/
.Tablo_Main_Bo {
	background : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding : 15px;
	background-color : White;
}


/* ----------------------------------------------------------------------------------------------- */
/* Style des tableaux html */
/* ----------------------------------------------------------------------------------------------- */
/* Titre des tableaux html */
.Array_Titre {
	font-family : Arial, Helvetica, sans-serif;
	background : #D9D9DC url(images/tab.gif) repeat-x top;
	color : #283852;
	font-size : 11px;
	font-weight : bold;
	text-align : center;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 4px;
	padding-bottom : 4px;
}
/* Données des tableaux html */
.Array_Data {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #FFFFFF;
	color : #505050;
	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: 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	background: #B3B3B3;
}


/* ----------------------------------------------------------------------------------------------- */
/* Style Top Menu */
/* ----------------------------------------------------------------------------------------------- */
/* Style général */
.Top_Menu {
	padding-top : 4px;
	padding-bottom : 0px;
	text-align : center;
}

/* Liens du Top Menu */
A.Tab:link { font-size : 11px; text-decoration : none; color : #324B72;   }
A.Tab:visited { font-size : 11px; text-decoration : none; color :#324B72; }
A.Tab:active { font-size : 11px; text-decoration : none; color :#324B72;  }
A.Tab:hover { font-size : 11px; text-decoration : none; color : #860000; }

/* Liens du Top Menu Active */
A.Tab_Active:link { font-size : 11px; text-decoration : none; color : #860000; }
A.Tab_Active:visited { font-size : 11px; text-decoration : none; color :#860000; }
A.Tab_Active:active { font-size : 11px; text-decoration : none; color :#860000; }
A.Tab_Active:hover { font-size : 11px; text-decoration : none; color : #860000;  }


/* ----------------------------------------------------------------------------------------------- */
/* Style Bottom Menu */
/* ----------------------------------------------------------------------------------------------- */
/* Style général */
.Bottom_Menu {
	padding-top : 0px;
	text-align : center;
	margin-top : 0px;
	padding-bottom : 0px;
}

/* Liens du Top Menu */
A.Bottom_Tab:link { font-size : 11px; text-decoration : none; color : #324B72; }
A.Bottom_Tab:visited { font-size : 11px; text-decoration : none; color :#324B72; }
A.Bottom_Tab:active { font-size : 11px; text-decoration : none; color :#324B72; }
A.Bottom_Tab:hover { font-size : 11px; text-decoration : none; color : #860000; }

/* Liens du Top Menu Active*/
A.Bottom_Tab_Active:link { font-size : 11px; text-decoration : none; color : #860000; }
A.Bottom_Tab_Active:visited { font-size : 11px; text-decoration : none; color :#860000; }
A.Bottom_Tab_Active:active { font-size : 11px; text-decoration : none; color :#860000; }
A.Bottom_Tab_Active:hover { font-size : 11px; text-decoration : none; color : #860000; }

/* ----------------------------------------------------------------------------------------------- */
/* Menus GAUCHES */
/* ----------------------------------------------------------------------------------------------- */

/* Titre des Menus dans les Menus*/
.Tab2 {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : White;
	padding-left : 42px;
	height : 33px;
	text-transform : uppercase;
	padding-top : 2px;
}

/* Couleur Ligne de séparation */
.Ligne {
	background: transparent url(images/ligne.gif) no-repeat left;
	height : 10px;
}

/* Liens général */
A.Menu:link { height:20px; font-size : 11px; text-decoration : none; color : #FFFFFF; margin-left : 0px; width : 100%; }
A.Menu:visited { height:20px;font-size : 11px; text-decoration : none; color : #FFFFFF; margin-left : 0px; width : 100%; }
A.Menu:active { height:20px;font-size : 11px; text-decoration : none; color : #FFFFFF; margin-left :0px; width : 100%; }
A.Menu:hover { height:20px;font-size : 11px; text-decoration : underline; color : #FFFFFF; margin-left : 0px; width : 100%; }

/* Liens Selectionés */
A.Menu_Actif:link { height:20px;font-size : 11px; text-decoration : none; color : #FFFFFF; padding-left : 0px; width : 100%;  font-weight : bold;  }
A.Menu_Actif:visited {height:20px; font-size : 11px; text-decoration : none; color : #FFFFFF; padding-left : 0px; width : 100%;  font-weight : bold;  }
A.Menu_Actif:active { height:20px;font-size : 11px; text-decoration : none; color : #FFFFFF; padding-left : 0px; width : 100%; font-weight : bold;   }
A.Menu_Actif:hover { height:20px;font-size : 11px; text-decoration : none; color : #FFFFFF; padding-left : 0px; width : 100%;  font-weight : bold;  }

/* Liens Sous Menu Ouvert */
A.Sous_Menu:link { font-size : 11px; text-decoration : none; color : #FFFFFF; padding-left : 30px; width : 98%; margin-left : 1px; }
A.Sous_Menu:visited {font-size : 11px; text-decoration : none; color : #FFFFFF; padding-left : 30px; width : 98%; margin-left : 1px;}
A.Sous_Menu:active { font-size : 11px; text-decoration : none; color : #FFFFFF; padding-left : 30px; width : 98%; margin-left : 1px;}
A.Sous_Menu:hover { font-size : 11px; text-decoration : underline; color : #FFFFFF; padding-left : 30px; width : 98%; margin-left : 1px; }

/* Liens Sous Menu Ouvert et Selectionés*/
A.Sous_Menu_Actif:link { font-size : 11px; text-decoration : none; color : #FFFFFF; padding-left : 30px; width : 98%; margin-left : 1px; font-weight : bold; }
A.Sous_Menu_Actif:visited { font-size : 11px; text-decoration : none; color : #FFFFFF; padding-left :30px; width : 98%; margin-left : 1px; font-weight : bold;}
A.Sous_Menu_Actif:active { font-size : 11px; text-decoration : none; color : #FFFFFF; padding-left : 30px; width : 98%; margin-left : 1px; font-weight : bold;}
A.Sous_Menu_Actif:hover { font-size : 11px; text-decoration : underline; color : #FFFFFF; padding-left : 30px; width : 98%; margin-left : 1px; font-weight : bold; }


/* ----------------------------------------------------------------------------------------------- */
/* Menus DROITS */
/* ----------------------------------------------------------------------------------------------- */

/* Titre des Menus dans les Menus*/
.Tab2_D {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #F713B3;
	font-weight : bold;
	padding-left : 0px;
	height : 22px;
	padding-top : 2px;
}

/* Couleur Ligne de séparation */
.Ligne_D {
	background: transparent url(images/ligne.gif) no-repeat left;
	height : 10px;
}

/* Liens général */
A.Menu_D:link { font-size : 11px; text-decoration : none; color : #6B6B6B; margin-left : 0px; width : 100%; }
A.Menu_D:visited { font-size : 11px; text-decoration : none; color : #6B6B6B; margin-left : 0px; width : 100%; }
A.Menu_D:active { font-size : 11px; text-decoration : none; color : #6B6B6B; margin-left :0px; width : 100%; }
A.Menu_D:hover { font-size : 11px; text-decoration : none; color : #000000; margin-left : 0px; width : 100%; }

/* Liens Selectionés */
A.Menu_Actif_D:link { font-size : 11px; text-decoration : none; color : #000000; padding-left : 0px; width : 100%;  font-weight : bold;  }
A.Menu_Actif_D:visited { font-size : 11px; text-decoration : none; color : #000000; padding-left : 0px; width : 100%;  font-weight : bold;  }
A.Menu_Actif_D:active { font-size : 11px; text-decoration : none; color : #000000; padding-left : 0px; width : 100%; font-weight : bold;   }
A.Menu_Actif_D:hover { font-size : 11px; text-decoration : none; color : #000000; padding-left : 0px; width : 100%;  font-weight : bold;  }

/* Liens Sous Menu Ouvert */
A.Sous_Menu_D:link { font-size : 11px; text-decoration : none; color : #000000; padding-left : 10px; width : 98%; margin-left : 1px;}
A.Sous_Menu_D:visited { font-size : 11px; text-decoration : none; color : #000000; padding-left : 10px; width : 98%; margin-left : 1px;}
A.Sous_Menu_D:active { font-size : 11px; text-decoration : none; color : #000000; padding-left : 10px; width : 98%; margin-left : 1px;}
A.Sous_Menu_D:hover { font-size : 11px; text-decoration : none; color : #F713B3; padding-left : 10px; width : 98%; margin-left : 1px;}

/* Liens Sous Menu Ouvert et Selectionés*/
A.Sous_Menu_Actif_D:link { font-size : 11px; text-decoration : none; color : #000000; padding-left : 10px; width : 98%; margin-left : 1px; font-weight : bold;}
A.Sous_Menu_Actif_D:visited { font-size : 11px; text-decoration : none; color : #000000; padding-left :10px; width : 98%; margin-left : 1px; font-weight : bold;}
A.Sous_Menu_Actif_D:active { font-size : 11px; text-decoration : none; color : #000000; padding-left : 10px; width : 98%; margin-left : 1px; font-weight : bold;}
A.Sous_Menu_Actif_D:hover { font-size : 11px; text-decoration : none; color : #F713B3; padding-left : 10px; width : 98%; margin-left : 1px; font-weight : bold;}


/* ----------------------------------------------------------------------------------------------- */
/* Menus Gauche et Droit */
/* ----------------------------------------------------------------------------------------------- */
/* Fond des tableaux des Menus Gauches*/
.Tablo_Menu {
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 6px;
	padding-bottom : 0px;
}

/* Fond des tableaux des Menus Droites*/
.Tablo_Menu_D {
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 2px;
	padding-bottom : 0px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Footer */
/* ----------------------------------------------------------------------------------------------- */
/* Style Footer Général */
.Footer {
	text-align : center;
}

/* Lien du Footer */
A.Footer_Lien:link { font-size : 11px; text-decoration : none; color : White; 	padding-left : 50px;}
A.Footer_Lien:visited { font-size : 11px; text-decoration : none; color : White;	padding-left : 50px; }
A.Footer_Lien:active { font-size : 11px; text-decoration : none; color : White;	padding-left : 50px; }
A.Footer_Lien:hover { font-size : 11px; text-decoration : none; color : #C43E41;	padding-left : 50px; }

/* Lien du Footer 2 */
A.Footer_Lien2:link { font-size : 11px; text-decoration : none; color : White;}
A.Footer_Lien2:visited { font-size : 11px; text-decoration : none; color : White; }
A.Footer_Lien2:active { font-size : 11px; text-decoration : none; color : White;	}
A.Footer_Lien2:hover { font-size : 11px; text-decoration : none; color : #C43E41; }

/* ----------------------------------------------------------------------------------------------- */
/* Divers */
/* ----------------------------------------------------------------------------------------------- */
/* Warning du caddie*/
.CadWarning{
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : Red;
	font-weight : bold;
}

.Module2 {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #FCFCFD;
	color : #3F3F3F;
	font-size : 11px;
	border : 1px solid #B3BCCF;
	width : 100px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Ajout Derniere Minute */
/* ----------------------------------------------------------------------------------------------- */

.Esp_Menu_Gau{
	width : 0px;
}

p.Fistletre:first-letter { 
	font-size : 22px;
	font-family : "Times New Roman", Times, serif;
	text-decoration : none;
	color : #8C1010;
	padding-left : 0px;
	padding-right : 0px;
	height : 44px;
	padding-bottom : 7px;
	font-weight : bold;
}