/* -------------- Styles pour la page d'acceuil de la collection ------------------ */


/* ---------------------- corp du texte ----------------------- */

body {
	color:#000000; 
	background-color:#54879E;
	font-size:small; 
	line-height:1.5em;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

#entete {
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
}

#description {
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
}

#livres {
	margin:30px;
	padding:10px;
	border:1px solid black;
}

#corps {
    width: 750px;
    position: relative;
}

#pied {
	margin-top:10px;
	text-align:center;
    position:relative;
	width:100%;
    height:1.6em;
}

#pleaseWait {
	position: fixed;
	background-color:#DCDCDC;
	border:2px solid #696969;
	text-align:center;
	font-weight: bold;
	display:none;
	width:300px;
}

#pleaseWait img {
		border:none;
		vertical-align:middle
}

#fix {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width:750px;
}
