/* ********************* */
/* Éléments de page HTML */
/* ********************* */

h1
{
  text-align: right;
  letter-spacing: 2px;
  font-size: 180%;
  }

h2
{
  font-size: 140%;
  font-style: italic;
  }

h3
{
  margin-left: 1%;
  font-size: 110%;
  }

p
{
  text-align: justify;
  }

p, dl, ol, ul
{
  margin-left: 2%;
  }

ol
{
  list-style-type: decimal-leading-zero;
  }

ol > li
{
  font-family: sans-serif;
  font-weight: bolder;
  }

ol > li > dl > dd
{
  margin-left: 3%;
  margin-bottom: 2%;
  text-align: justify;
  font-family: "Times New Roman", serif;
  font-weight: normal;
  }

a:link, a:visited
{
  color: inherit;
  }

.texte-avertissement
{
  text-align: center;
  font-size: 110%;
  font-weight: bold;
  color: rgb(139, 0, 0);
  }

.texte-legende
{
  display: block;
  position: relative;
  width: 50%;
  left: 50%;
  font-style: italic;
  }

.texte-sommaire
{
  text-align: center;
  background-color: rgb(227, 203, 161);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(207, 183, 141);
  }

.texte-symbole-medium
{
  display: block;
  width: 60px;
  height: 11px;
  margin: 4px auto 4px auto;
  font-size: 0;
  background-image: url("images/texte-symbole-medium.png");
  }

.texte-symbole-large
{
  display: block;
  width: 120px;
  height: 21px;
  margin: 6px auto 6px auto;
  font-size: 0;
  background-image: url("images/texte-symbole-large.png");
  }

.texte-fichier
{
  width: 70%;
  margin: 1% auto 0 auto;
  padding: 1%;
  background-color: rgb(227, 203, 161);
  text-align: center;
  }

.texte-fichier > a
{
  font-family: sans-serif;
  font-weight: bold;
  font-size: 70%;
  color: rgb(139, 0, 0);
  }

.texte-fichier > a:hover
{
  text-decoration: underline;
  }

.texte-ticker-title
{
  display: block;
  position: relative;
  float: left;
  width: 20%;
  height: 20px;
  margin: 0 4px 0 4px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  }

.texte-ticker-content
{
  display: block;
  position: relative;
  float: right;
  width: 76%;
  height: 20px;
  text-align: center;
  font-family: "Times New Roman", serif;
  }


/* ****** */
/* Images */
/* ****** */

img
{
  border-width: 0;
  }

.image-photo-cadre
{
  display: block;
  position: relative;
  float: right;
  margin: 0 0 0 2%;
  background-color: rgb(255, 235, 184);
  border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 239, 214) rgb(140, 109, 66) rgb(140, 109, 66) rgb(255, 239, 214);
  }

.image-album
{
  display: block;
  position: relative;
  margin: 10px auto 10px auto;
  }


/* *************** */
/* Éléménts divers */
/* *************** */

.object-playerlist
{
  display: block;
  width: 300px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  }

.object-playerticker
{
  display: block;
  position: absolute;
  right: 0;
  vertical-align: top;
  width: 52px;
  height: 20px;
  }

.form-client, .form-buy
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  }

.form-styleswitcher
{
  display: inline;
  }


/* **** */
/* Body */
/* **** */

body
{
  display: block;
  position: relative;
  margin: 60px 8% 60px 8%;
  font-size: 12pt;
  background-image: url("images/body-fond.jpeg");
  background-position: top left;
  background-repeat: repeat;
  border-style: solid;
  border-width: 8px;
  border-color: rgb(247, 231, 197);
  }

.body-bordure-haut
{
  display: none;
  }

.body-bordure-droite
{
  display: none;
  }

.body-bordure-bas
{
  display: none;
  }

.body-bordure-gauche
{
  display: none;
  }


.body-coin-haut-gauche
{
  display: block;
  position: absolute;
  width: 46px;
  height: 46px;
  left: -46px;
  top: -46px;
  background-image: url("images/body-coin-haut-gauche.jpeg");
  }

.body-coin-haut-droite
{
  display: block;
  position: absolute;
  width: 46px;
  height: 46px;
  right: -46px;
  top: -46px;
  background-image: url("images/body-coin-haut-droite.jpeg");
  }

.body-coin-bas-droite
{
  display: block;
  position: absolute;
  width: 46px;
  height: 46px;
  right: -46px;
  bottom: -46px;
  background-image: url("images/body-coin-bas-droite.jpeg");
  }

.body-coin-bas-gauche
{
  display: block;
  position: absolute;
  width: 46px;
  height: 46px;
  left: -46px;
  bottom: -46px;
  background-image: url("images/body-coin-bas-gauche.jpeg");
  }


/* ****** */
/* Entête */
/* ****** */

.entete
{
  display: block;
  position: relative;
  height: 180px;
  border-width: 0;
  margin: 0;
  padding: 0;
  }

.entete-fond-un
{
  display: block;
  position: absolute;
  width: 100%;
  height: 180px;
  background-image: url("images/entete-fond-un.png");
  background-repeat: repeat-x;
  }

.entete-fond-deux
{
  display: block;
  position: absolute;
  width: 527px;
  height: 180px;
  right: 0;
  background-image: url("images/entete-fond-deux.jpeg");
  background-repeat: no-repeat;
  }

.entete-bordure-haut
{
  display: none;
  }

.entete-bordure-gauche
{
  display: none;
  }

.entete-bordure-droite
{
  display: none;
  }

.entete-bordure-bas
{
  display: block;
  position: absolute;
  width: 100%;
  height: 46px;
  bottom: -22px;
  background-image: url("images/entete-bordure-bas.png");
  background-repeat: repeat-x;
  z-index: 1;
  }

.entete-tronc
{
  display: block;
  }

.entete-titre
{
  display: block;
  position: relative;
  height: 120px;
  }

.entete-soustitre
{
  display: block;
  position: relative;
  height: 60px;
  }

.entete-titre-texte
{
  display: block;
  position: relative;
  height: 120px;
  top: -200%;
  padding-left: 2%;
  font-family: "Times New Roman", serif;
  font-size: 500%;
  letter-spacing: 3px;
  color: rgb(247, 231, 197);
  }

.entete-soustitre-texte
{
  display: block;
  position: relative;
  height: 60px;
  top: -200%;
  padding-right: 3%;
  text-align: right;
  letter-spacing: 7px;
  font-family: "Times New Roman", serif;
  font-size: 200%;
  font-style: italic;
  font-weight: bold;
  color: rgb(247, 231, 197);
  }

.entete-texte-contour-gauche
{
  display: block;
  position: relative;
  top: 0;
  left: -2px;
  color: rgb(123, 89, 58);
  }

.entete-texte-contour-droite
{
  display: block;
  position: relative;
  top: -100%;
  left: 1px;
  color: rgb(123, 89, 58);
  }


/* ***** */
/* Corps */
/* ***** */

.corps
{
  display: block;
  position: relative;
  }

.corps-fond-un
{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 235, 189);
  }

.corps-fond-deux
{
  display: block;
  position: absolute;
  width: 100%;
  height: 240px;
  bottom: 0;
  background-image: url("images/corps-fond-un.png");
  }

.corps-bordure-haut
{
  display: none;
  }

.corps-bordure-gauche
{
  display: none;
  }

.corps-bordure-droite
{
  display: none;
  }

.corps-bordure-bas
{
  display: none;
  }

.corps-tronc
{
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 1%;
  padding-right: 1%;
  }


/* ****** */
/* Ticker */
/* ****** */

.ticker
{
  display: block; 
  position: relative;
  height: 20px;
  margin: 0 0 1% 0;
  background-color: rgb(255, 227, 165);
  border-style: solid;
  border-color: rgb(247, 202, 123);
  border-width: 1px 0 1px 0;
  font-family: "Times New Roman", serif;
  font-size: 100%;
  color: rgb(102, 91, 78);
  }


/* **** */
/* Menu */
/* **** */

.menu
{
  display: block;
  position: relative;
  float: left;
  width: 20%;
  vertical-align: top;
  border-style: solid;
  border-color: rgb(247, 202, 123);
  border-width: 4px;
  }

.menu-fond-un
{
  display: block;
  position: absolute;
  background-color: rgb(255, 227, 165);
  width: 100%;
  height: 100%;
  }

.menu-fond-deux
{
  display: none;
  }

.menu-bordure-haut
{
  display: none;
  }

.menu-bordure-gauche
{
  display: none;
  }

.menu-bordure-droite
{
  display: none;
  }

.menu-bordure-bas
{
  display: none;
  }

.menu-tronc
{
  display: block;
  position: relative;
  width: 100%;
  padding: 2%;
  text-align: center;
  font-family: "Times New Roman", serif;
  font-size: 130%;
  color: rgb(102, 91, 78);
  }

.menu-tronc > .menu-item > a:link, .menu-tronc > .menu-item > a:visited
{
  color: inherit;
  text-decoration: none;
  }

.menu-tronc > .menu-item > a:hover
{
  text-decoration: underline;
  }


/* ******* */
/* Contenu */
/* ******* */

.contenu
{
  display: block;
  position: relative;
  float: right;
  width: 76%;
  min-height: 406px;
  border-style: solid;
  border-color: rgb(247, 202, 123);
  border-width: 4px;
  }

.contenu-fond-un
{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 235, 184);
  }

.contenu-fond-deux
{
  display: block;
  position: absolute;
  width: 277px;
  height: 406px;
  right: 0;
  background-image: url("images/contenu-fond-deux.jpeg");
  background-repeat: no-repeat;
  }

.contenu-bordure-haut
{
  display: none;
  }

.contenu-bordure-gauche
{
  display: none;
  }

.contenu-bordure-droite
{
  display: none;
  }

.contenu-bordure-bas
{
  display: none;
  }

.contenu-tronc
{
  display: block;
  position: relative;
  padding: 2%;
  font-family: "Times New Roman", serif;
  font-size: 100%;
  color: rgb(102, 91, 78);
  }


/* ************ */
/* Pied de page */
/* ************ */

.pied
{
  display: block;
  position: relative;
  height: 60px;
  }

.pied-fond-un
{
  display: block;
  position: absolute;
  width: 100%;
  height: 60px;
  background-image: url("images/pied-fond-un.jpeg");
  background-position: bottom left;
  }

.pied-fond-deux
{
  display: none;
  }

.pied-bordure-haut
{
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  top: -10px;
  background-color: rgb(123, 32, 16);
  }

.pied-bordure-gauche
{
  display: block;
  position: absolute;
  width: 300px;
  height: 65px;
  left: 0px;
  bottom: 60px;
  background-image: url("images/pied-bordure-gauche.png");
  }

.pied-bordure-droite
{
  display: block;
  position: absolute;
  width: 300px;
  height: 65px;
  right: 0px;
  bottom: 5px;
  background-image: url("images/pied-bordure-droite.png");
  }

.pied-bordure-bas
{
  display: block;
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: -31px;
  text-align: center;
  color: rgb(255, 227, 165);
  font-family: sans-serif;
  font-size: 70%;
  }

.pied-tronc
{
  display: block;
  position: relative;
  height: 40px;
  padding-top: 20px;
  padding-right: 100px;
  text-align: right;
  letter-spacing: 2px;  
  color: rgb(247, 231, 197);
  font-size: 80%;
  font-style: italic;
  font-weight: bold;
  }
