/* LEZILUS */

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.oneColFixCtr #container {
	width: 940px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
}
/*
.oneColFixCtr #mainContent {
 ne pas oublier que le remplissage est l'espace à l'intérieur du cadre de l'élément div, alors que la marge est l'espace à l'extérieur de celui-ci */


strong {
	color: #000;
}

a:link, a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #9c9d9f;
}






/* accueil */

h1 {
	color: #000;
	font: bold 17px/20px Arial;
	text-align: center;
}

h1:hover {
	color: #888;
	}

.nom {
	background-color: #ccc;
	height:  100px;
	display : block;
}


.bloc_book_nom a:link {
	font: bold 15px/17px Arial;
	text-align: center;
	text-decoration: none;
	
}





/* liste nom */

li {
	list-style-type: none;
	float: left;
}

li a:link, li a:visited {
	color: #888;
	font: 12px/13px Arial;
	text-align: left;
	text-decoration: none;
}
li a:visited {
	color: #ccc;
	}

li a:hover {
	color: #000;
}



#bloc_book_list li {
	float: none;
	clear: both;
}


/* _bloc_book */

#bloc_book ul{
	
}

#bloc_book li {
	list-style-type: none;
	width: 100px;
	height: 100px;
	background-color: #e6e6e6;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
}



/*

._bloc_book_nom {
	padding: 0px;
	float: right;
}
*/







/* text */


p {
	font: italic 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #1a171a;
	text-align: left;
}

h6 {
	font: italic bold 12px Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: left;
}