﻿@charset "UTF-8";

html,body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Mangal, Helvetica, sans-serif;
  font-size: 10pt;
  color: black;
}

body {
  border-style: solid;
  border-width: 1px;
  border-color: #F5ECC3;
  height: 411px;
  background-image: url("../img/annexe/livreor-in.jpg");
  background-position: top left;
  background-repeat: repeat-y;
}

p, div, img {
  margin: 0px;
  padding: 0px;
  border-style: none;
}

a:link,a:active,a:visited {
  text-decoration: underline;
  color: #0000FF;
  font-weight: inherit;
}

a:hover {
  text-decoration: none;
  color: #FF0000;
}

.myLink {
  cursor:pointer;
}

.gap {
  margin-top: 15px;
}
.gapgd {
  margin-top: 22px;
}

p.date {
  margin-top: 15px;
  font-size: 7pt;
  color: #666666;
}

p.message, p.sign {
  font-size: 11pt;
  font-family: "Monotype Corsiva", "Calligraph421 BT", "Times New Roman", serif;
}
p.message {
  padding-left: 10px;
  padding-right: 10px;
}

p.sign {
  text-align: right;
  padding-left: 50px;
  padding-right: 10px;
}

div.volume {
  margin-left:10px;
  padding: 5px;
  border-style: dotted;
  border-width: 2px;
  border-color: #EDB75F;
  position: relative;
  float: left;
}
div.volumeover {
  background-color: #FFFFFF;
}

div.vignette {
  width: 85px;
  float: left;
}
div.legende {
  padding: 0px 5px 0px 5px;
  width: 184px;
  float: left;
}
div.vignette, div.legende {
  position: inherit;
}
p.nomvolume {
  font-weight: bold;
}
p.descriptif {
  font-size: 8pt;
}



p.livreor_pagination {
	text-align: center;
	font-size: 8pt;
	margin-top:20px;
	vertical-align: baseline;
}
p.livreor_pagination img {
	vertical-align: bottom;
}
select#age {
	width:75px;
	font-size:8pt;
	height:23px;
}
p#titreinfospersos {
	display:none;
}
table.texteNormal2 tr td.smallpaddingleft {
	padding-left:4px !important;
}
p.merci {
	color:#00AA00;
	text-align:center;
	margin-top:10px;
	font-weight:bold;
}