@charset "utf-8";
/* CSS Document */

/* PARTIE CENTRALE ---------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------*/	
	.Body_ColonneCentre_TitreRecherche {
		float:left;
		margin-left:60px;
		margin-top:20px;
		width:890px;
		height:20px;
	}
	.Body_ColonneCentre_Recherche {
		float:left;
		margin-left:50px;
		width:900px;
		height:40px;
		background:url(../../images/css_transversale/Block_Annuaire.jpg);
	}
	.Body_ColonneCentre_Recherche_Texte {
		float:left;
		margin-left:50px;
		margin-top:2px;
		width:800px;
		height:15px;
		text-align:center;
		line-height: 15px;
  		vertical-align: middle;
	}
	.Body_ColonneCentre_Recherche_EspaceBas {
		float:left;
		margin-left:50px;
		margin-top:5px;
		width:800px;
		height:15px;
	}
	
	
/* LES TEXTES CENTRE -------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.Texte_Centre_TitreRecherche			{	color: #8f8f8e; font-family:Arial; font-size:12px;					}
.Texte_Centre_TexteRecherche			{	color: #8f8f8e; font-family:Arial; font-size:10px;					}

/* LES LIENS CENTRE --------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
a.Lien_Centre_Interview_Lien:link 		{	color: #818180; font-family:Arial; font-size:14px; text-decoration: none;		}
a.Lien_Centre_Interview_Lien:visited	{	color: #818180; font-family:Arial; font-size:14px; text-decoration: none;		}
a.Lien_Centre_Interview_Lien:hover 	{	color: #818180; font-family:Arial; font-size:14px; text-decoration: none;		}
a.Lien_Centre_Interview_Lien:active 	{	color: #818180; font-family:Arial; font-size:14px; text-decoration: none;		}
