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

/* MISE EN PAGE GENERAL ----------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
body { 
	margin: auto; 
	background-color:#FFFFFF;
	margin-top:0px;
	top:0px;
	background:url(../../images/css/fond.jpg) center;
	}
.Page {
     position:absolute;
     left: 50%; 
     width: 1000px;
     margin-left: -500px;
	background-color:#FFFFFF;
     }
#Body_Conteneur {
	width:1000px;
	height:auto;
	}
	
/* PARTIE GAUCHE -----------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------*/	
#Body_ColonneGauche{
	float:left;
	width:1000px;
	height:auto;
	}
	#Body_ColonneGauche_Page_Titre {
		float:left;
		margin-top:15px;
		width:985px;
		height:35px;
		background:url(../../images/css_transversale/Page_404_02.jpg) left no-repeat;
	}
	.Body_ColonneGauche_Page_Block {
		float:left;
		margin-left:10px;
		margin-top:5px;
		width:980px;
		height:auto;
	}
	.Body_ColonneGauche_Page_Block_Rubrique {
		float:left;
		margin-left:10px;
		width:970px;
		height:auto;
	}
	.Body_ColonneGauche_Page_Block_SousRubrique {
		float:left;
		margin-left:20px;
		width:960px;
		height:auto;
	}

	
/* LES TEXTES GAUCHE -------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.Texte_Gauche_Texte 		{		color: #818180; font-family:Arial; font-size:13px; 		}

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

a.Lien_Gauche_Rubrique:link 		{		color: #818180; font-family:Arial; font-size:12px; text-decoration: none; 	text-decoration : underline;	}
a.Lien_Gauche_Rubrique:visited 	{		color: #818180; font-family:Arial; font-size:12px; text-decoration: none; 	text-decoration : underline;	}
a.Lien_Gauche_Rubrique:hover 		{		color: #818180; font-family:Arial; font-size:12px; text-decoration: none; 	text-decoration : underline;	}
a.Lien_Gauche_Rubrique:active 	{		color: #818180; font-family:Arial; font-size:12px; text-decoration: none; 	text-decoration : underline;	}

a.Lien_Gauche_SousRubrique:link 		{		color: #818180; font-family:Arial; font-size:10px; text-decoration: none; 		}
a.Lien_Gauche_SousRubrique:visited 	{		color: #818180; font-family:Arial; font-size:10px; text-decoration: none; 		}
a.Lien_Gauche_SousRubrique:hover 		{		color: #818180; font-family:Arial; font-size:10px; text-decoration: none; 		}
a.Lien_Gauche_SousRubrique:active 		{		color: #818180; font-family:Arial; font-size:10px; text-decoration: none; 		}