/* annexe.css
   CSS de promethee - specifique aux pages d'annexe
  
 ********
 * PAGE *
 ********/
div.corps2 {
  padding-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: justify;
}

.margeHaut {
  margin-top: 10px;
}

.petiteMargeVert {
  margin: 2px 0px 2px 0px;
}

/**********
 * TITRES *
 **********/
.h1 {
  font-size: 110%;
  color: #ED9E1F;
}

.h2 {
  font-size: 100%;
  color: #ED9E1F;
}

.titre {
  padding-top: 15px;
  text-align: left;
  margin-left: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #ED9E1F;
}

.titreBis,.titreBisSimple {
  text-align: left;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #ED9E1F;
}

.titreBis {
  padding-top: 15px;
}

/*********
 * LIENS *
 *********/
a:link,a:active,a:visited {
  text-decoration: underline;
  color: #ED9E1F;
  font-weight: inherit;
}

a:hover {
  text-decoration: none;
  color: #5e65ff;
}

a.adresse:link,a.adresse:active,a.adresse:visited {
  text-decoration: none;
  color: #19209F;
  font-weight: bold;
  background-color: #FFFFFF;
}

a.adresse:hover {
  text-decoration: underline;
  color: #7077FF;
}

a.discret:link,a.discret:active,a.discret:visited {
  text-decoration: none;
  color: #000000;
  font-weight: normal;
}

a.discret:hover {
  text-decoration: underline;
  color: #ED9E1F;
}

/***************
 * Formulaires *
 ***************/
.obligatoire {
  color: #C14949;
}

/**************
 * Specifique *
 **************/
table.adresse {
  background-image: url('../img/annexe/fond-adresse2.jpg');
  background-position: top right;
  background-repeat: no-repeat;
}

table.livreor {
  border-style: none;
  margin: 0px;
  padding: 0px;
  width: 730px;
}

td.livreor_pagegauche,td.livreor_pagedroite {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border-style: none;
  background-color: white;
}

td.livreor_pagegauche {
  width: 362px;
  background-image: url("../img/annexe/livreor-gauche.jpg");
  background-position: top right;
  background-repeat: repeat-y;
}

td.livreor_pagedroite {
  width: 368px;
  background-image: url("../img/annexe/livreor-droite.jpg");
  background-position: top left;
  background-repeat: repeat-y;
}

div.livreor_pagegauche {
  border-style: none;
  margin: 0px;
  padding: 0px 35px 0px 13px;
}

div.livreor_pagedroite {
  border-style: none;
  margin: 0px;
  padding: 0px 26px 0px 28px;
}

iframe.livreor_pagedroite {
  border-style: none;
  border-width: 0px;
  margin: 0px;
  width: 314px;
  height: 413px;
}

p.paginationarea {
  font-style: normal;
  font-weight: bold;
  margin-top:2px;
  margin-bottom:2px;
}

span.pagination_gris {
  color: #999999;
}

a.pagination:link,a.pagination:active,a.pagination:visited {
  text-decoration: none;
  color: #000000;
}
a.pagination:hover {
  color: #FF0000;
}
span.pagination_courante {
  padding: 1px 3px 1px 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #666666;
}
p.livreor_titre {
  font-size: 24pt;
  padding: 30px 0px 0px 0px;
  margin: 0px;
}
p.livreor_sstitre {
  font-size: 16pt;
  padding: 0px 10px 80px 0px;
}
p.livreor_titre, p.livreor_sstitre {
  font-family: "Monotype Corsiva", "Calligraph421 BT", "Times New Roman", serif;
  text-align: center;
  color: #333333;
}

div.volumesarea {
  margin-left: 20px;
  margin-right: 20px;
  padding: 1px 5px 1px 5px;
  font-weight: bold;
  font-style: normal;
  font-size: 9pt;
  color: #666666;
  vertical-align: middle;
  background-color: #FFF1EA;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #CCCCCC;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #CCCCCC;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #CCCCCC;
  position: relative;
  float: left;
}
div.volumeinarea {
  position: relative;
  float: left;
}

.withborder {
  border-style: solid;
  border-width: 1px;
  border-color: #CCCCCC;
}

.volumeactif {
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: #FFFFFF;
}
.volumeover {
  border-style: solid;
  border-width: 1px;
  border-color: #FF0000;
  background-color: #FFCCCC;
}
