body {background-color:#FFFFFF}

/* DETAIL D'UN OUVRAGE */
#ouvrage-detaille{ border:1px solid #9a0000; margin-bottom:5px; margin-right:8px; }
#ouvrage-detaille .titre {font-weight:bold; color:#FFFFFF; background-color:#9a0000; height:20px; padding-top:3px;}
#ouvrage-detaille .contenu {margin:3px; float:none; padding:5px}
#ouvrage-detaille .nom { font-weight:bold; }
#ouvrage-detaille img {float:left; margin-left:0px; margin-right:5px;}

#ouvrage-detaille .couverture { float:left;}
#ouvrage-detaille .ouvrage-titre { 	font-weight:bold;
	font-size:1.8em;
	text-transform:uppercase;
	color:#9a0000; 
}
#ouvrage-detaille .ouvrage-info { float:left; width:305px}
#ouvrage-detail,#planches,#extrait,#revues-de-presse{ clear:left;}
#ouvrage-detaille .ouvrage-info .auteur-nom { font-weight:bold}

.revue-de-presse { clear:left; border-bottom:1px solid #eee;}
.revue-de-presse-texte{ margin-top:15px;}
.revue-de-presse-source{ font-weight:bold;}

#planches { border-top:1px dotted #9a0000}
#planches .titre-section{ font-weight:bold;}

#extrait { border-top:1px dotted #9a0000}
#extrait .titre-section{ font-weight:bold;}

#revues-de-presse { border-top:1px dotted #9a0000}
#revues-de-presse .titre-section{ font-weight:bold;}

/* SERIE */
.pave-serie {height:150px;}
#serie-nom { 	font-weight:bold;
	font-size:1.8em;
	text-transform:uppercase;
	color:#9a0000; }
	
/* COLLECTION */
.collection-detaillee .liste-ouvrages { border-top:1px dotted #9a0000; padding-top:5px; margin-top:5px; clear:both;}
.collection-detaillee .liste-ouvrages .titre-liste{ font-weight:bold;}

