@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 CENTRALE ---------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------*/	
#Body_ColonneCentre{
	float:left;
	width:1000px;
	height:auto;
	background-color:#e9eaea;
	}
	
	
	#Body_ColonneCentre_PageTitre {
		float:left;
		margin-left:5px;
		margin-top:10px;
		width:1000px;
		height:103px;
		background:url(../../images/css_transversale/librairire-finale_03.jpg) center no-repeat;
	}
	#Body_ColonneCentre_Block{
		float:left;
		margin-left:15px;
		margin-top:10px;
		width:972px;
		height:auto;
	}
	.Body_ColonneCentre_Block_Livre {
		float:left;
		margin-right:5px;
		margin-top:5px;
		width:238px;
		height:145px;
		background-color:#FFFFFF;
	}
	.Body_ColonneCentre_Block_Livre_Titre {
		float:left;
		margin-top:5px;
		width:238px;
		height:20px;
		text-align:center;
		line-height: 20px;
  		vertical-align: middle;
	}
	.Body_ColonneCentre_Block_Livre_Bordure {
		float:left;
		margin-top:5px;
		width:238px;
		height:1px;
		border-bottom: dashed 1px #efe93a; 
	}
	.Body_ColonneCentre_Block_Livre_Texte {
		float:left;
		margin-top:5px;
		width:238px;
		height:35px;
		text-align:center;
		line-height: 35px;
  		vertical-align: middle;
	}
	.Body_ColonneCentre_Block_Livre_Lien {
		float:right;
		margin-top:8px;
		margin-right:10px;
		width:220px;
		height:25px;
		text-align:right;
		line-height: 25px;
  		vertical-align: middle;
	}
	.Body_ColonneCentre_Block_Illustration {
		float:left;
		margin-right:5px;
		margin-top:5px;
		width:481px;
		height:145px;
		background:url(../../images/css_transversale/librairire-finale_14.jpg) no-repeat;
		background-color:#FFFFFF;
	}
	#Body_ColonneCentre_Espace_Bas {
		float:left;
		width:1000px;
		height:20px;
	}




/* LES TEXTES CENTRE -------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.Texte_Centre_BlockLivre_Titre		{	color: #797979; font-family:Verdana; font-size:16px;						}
.Texte_Centre_BlockLivre_Texte		{	color: #797979; font-family:Arial; font-size:14px;						}


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