.row{
}
body {
	margin: 0;
	padding: 0;
	text-align: justify; 
	color: #000000;
	background: #99f;
	background: #eca
}
.ancre_decalee{
	display: block;
	height: 80px; /*same height as header*/
	margin-top: -80px; /*same height as header*/
	visibility: hidden;
}
section {
	position: relative;
	top: 0px;
	left: 0px;
	background: #aaf;	
	background: #ddf;	
	padding: 0px 0px 0px 0px; /* to go past header */
	margin: 0px;
	text-align: justify; 
	color: #222;
}

article {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	line-height: 1.4;
	font-size: 11pt;
	position: relative;
	left: 0px;
	background: #ddf;
	padding: 10px 20px 30px 30px;
/*	padding: 30px 20px 30px 30px;*/
}
img {
	height: 58px;
	z-index: 1040;
	position: absolute;
	top: 15px;
	right: 60px;
}

[itemprop="image"] {
    position: relative;
	top: 0px;
	left: 0px;
}

#page, #a_cote {
	background: transparent;
	z-index: 900;
}

h1, h2 {
	padding-left: 10px;
	font-family: "Purisa", 'Coming Soon', Monaco, "Norasi", "Gentium Book Basic", monospaced;
    color: #127;
}
h1 {
	font-family: "TeX Gyre Chorus", "Gentium Book Basic", "Norasi", serif,"DejaVu Serif" ;
	font-size: 22pt;
	letter-spacing: 2pt;
	padding-bottom: 20px;
	padding-top: 20px;
}
h2 {
	font-size: 14pt;
	border-bottom: 1px solid rgba(10, 20, 70, 0.4);
}
h2:hover a {
	color: #929;
	text-decoration: none;
}

article ul li {
	padding-left: 00px;
	margin-left: 20px;
}

div.code {
	background: #bbf;
	border: 1px solid rgba(10, 20, 70, 0.4);
	padding: 5px 25px;
	margin: 15px 35px;
	font: 90% Helvetica, sans-serif;
	line-height: 1.5;
	border-radius: 5px;
}

div.citation {
	background: #bbf;
	border: 1px solid rgba(10, 20, 70, 0.4);
	padding: 8px 25px 4px 25px;
	margin: 15px 35px;
	font: 90% Helvetica, sans-serif;
	line-height: 1.5;
	font-style: italic;
	border-radius: 5px;
}

section p {
	margin-left: 15px;
}
div.code p {
	margin-left: 0px;
}

div.citation p {
	margin-left: 0px;
}
div.citation p em {
	font-style: normal;
}
#avertissement, .avertissement {
	border: 2px solid #111;
	background: #d33;
	margin: 40px 40px 0px 40px;
	border-radius: 20px;
	padding: 10px;
	font: 22pt "TeX Gyre Chorus", Monaco, "Norasi", sans serif;
	color: #ECC;
	color: #ddf;
}
#sortie_livre {
	border: 2px solid #111;
	background: #2C2;
	margin: 40px 40px 0px 40px;
	border-radius: 20px;
	padding: 10px;
	font: 25pt "TeX Gyre Chorus", Monaco, "Norasi", sans serif;
	color: #ECC;
	color: #ddf;
}

table {
	margin: 15px 50px;
	padding: 15px 50px;
	border: 2px gray solid;
	background: #eed;
}

footer {
	text-align: center;
	font-size: 9pt;
	margin: 15px;
}
footer a:link {
	color: #666;
}
footer a:visited {
	color: #888;
}
footer a:hover {
	color: #b2b;
}

div[itemprop="name"] {
   color: red;
}

[itemtype="http://schema.org/Product"] {
    font-style: italic;
	font-size: 9pt;
}

.ISBN {
	font-size: 7pt;
	color: #aaa;
}

.id_pqv_retrouvee {
    font-weight: bold;
    color: green;
}

.id_pqv_non_trouvee {
    font-weight: bold;
    color: #FF7F00;
}
.mauvaise_requete, .id_pqv_manquante, .non_payee {
    font-weight: bold;
    color: red;
}

.detail_commande {
    font-weight: normal;
    color: #666;
    padding-left: 20px;
}
