body {
     margin: 0; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
     background: #444444;
}
     
div.corps {
	width : 966px;
	margin-right: auto;
	margin-left: auto; 
	text-align : justify; 
	background: #232323;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: white;
	text-align : justify;
}

div.content {
	padding: 20px;
	padding-top: 30px;
}

div.footer {
	padding: 5px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 9px;
	color: white;
	text-align : center; 
}       

div.accueil {
	margin-right: auto;
	margin-left: auto; 
	text-align : center; 
} 

img.texte {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left; 
}

img.texte-right {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right; 
}

.lettrine {
	float: left; /* positionnement de la lettrine dans le conteneur*/
	font-size: 3em; /* 2 hauteurs de lignes pour la lettrine*/	
	font-weight: bold;
	font-family: Georgia;
	color: white;
	padding-right: 5px;
	padding-top: 2px;
	line-height: 1em;
}

h1 {
	font-size: 1.6em;
	color: white;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	color: white;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-style:italic;
	padding-left: 20px;
}

td {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: white;
	text-align : center;
}

ul {
	list-style-type: square;
}

a img {
	border: 2px solid #EC8924;
}

a {
	color: #EC8924;
	text-decoration: none;
}

a:hover {
	color: #EC8924;
	text-decoration: underline;
}

a:visited {
	color: #EC8924;
	text-decoration: none;
}

a.samourai { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 85px; /* width of reactive image */
     height: 110px; /* height of reactive image */
     background-image: url(img/livres/samourai_s_0.jpg); /* source for start image */
     background-repeat: no-repeat;
     background-position: center center;
     }
	 
a.samourai:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(img/livres/samourai_s.jpg); /* source for target image */
     background-position: center center;
     }      
     
a.janus { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 85px; /* width of reactive image */
     height: 110px; /* height of reactive image */
     background-image: url(img/livres/janus_s_0.jpg); /* source for start image */
     background-repeat: no-repeat;
     background-position: center center;
     }
	 
a.janus:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(img/livres/janus_s.jpg); /* source for target image */
     background-position: center center;
     }    
     
a.cicatrice { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 85px; /* width of reactive image */
     height: 110px; /* height of reactive image */
     background-image: url(img/livres/cicatrice_s_0.jpg); /* source for start image */
     background-repeat: no-repeat;
     background-position: center center;
     }
	 
a.cicatrice:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(img/livres/cicatrice_s.jpg); /* source for target image */
     background-position: center center;
     }     
     
a.cendre { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 85px; /* width of reactive image */
     height: 110px; /* height of reactive image */
     background-image: url(img/livres/cendre_s_0.jpg); /* source for start image */
     background-repeat: no-repeat;
     background-position: center center;
     }
	 
a.cendre:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(img/livres/cendre_s.jpg); /* source for target image */
     background-position: center center;
     }      
     
a.jason { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 85px; /* width of reactive image */
     height: 110px; /* height of reactive image */
     background-image: url(img/livres/jason_s_0.jpg); /* source for start image */
     background-repeat: no-repeat;
     background-position: center center;
     }
	 
a.jason:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(img/livres/jason_s.jpg); /* source for target image */
     background-position: center center;
     }    
     
a.mariee { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 85px; /* width of reactive image */
     height: 110px; /* height of reactive image */
     background-image: url(img/livres/mariee_s_0.jpg); /* source for start image */
     background-repeat: no-repeat;
     background-position: center center;
     }
	 
a.mariee:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(img/livres/mariee_s.jpg); /* source for target image */
     background-position: center center; 
     }
     
a.empreinte { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 71px; /* width of reactive image */
     height: 110px; /* height of reactive image */
     background-image: url(img/livres/empreinte_s_0.jpg); /* source for start image */
     background-repeat: no-repeat;
     background-position: center center;
     }
	 
a.empreinte:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(img/livres/empreinte_s.jpg); /* source for target image */
     background-position: center center; 
     }     
     
div.question {
	font-style:italic;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
