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

h1
{
  }

h2
{
  }

h3
{
  }

p
{
  text-align: justify;
  }

p, dl, ol, ul
{
  }

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

ol > li
{
  font-weight: bolder;
  }

ol > li > dl > dd
{
  margin-bottom: 1%;
  font-weight: normal;
  }

a:link, a:visited
{
  }

.texte-avertissement
{
  text-align: center;
  font-size: 110%;
  font-weight: bold;
  }

.texte-legende
{
  }

.texte-sommaire
{
  padding: 1% 0 1% 0;
  text-align: center;
  }

.texte-symbole-medium
{
  display: inline;
  }

.texte-symbole-large
{
  text-align: center;
  }

.texte-fichier
{
  width: 70%;
  margin: 2px auto 0 auto;
  padding: 5px;
  border-style: solid;
  border-color: rgb(230, 255, 254);
  border-width: 2px;
  text-align: center;
  }

.texte-fichier > a
{
  font-family: sans-serif;
  font-weight: bold;
  font-size: 70%;
  }

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

.texte-ticker-title
{
  display: inline-block;
  position: relative;
  height: 20px;
  text-align: center;
  font-weight: bold;
  }

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


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

img
{
  border-width: 0;
  }

.image-photo-cadre
{
  display: block;
  position: relative;
  float: left;
  margin: 0 2% 1% 0;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(230, 255, 254) rgb(151, 201, 216) rgb(151, 201, 216) rgb(230, 255, 254);
  }

.image-album
{
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  }


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

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

.object-playerticker
{
  display: inline-block;
  position: relative;
  width: 52px;
  height: 20px;
  margin-left: 15px;
  vertical-align: top;
  }

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

.form-styleswitcher, .form-styleswitcher > form, .form-styleswitcher > form > div
{
  display: inline;
  }


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

body
{
  display: block;
  position: relative;
  margin: 0;
  background-color: rgb(187, 243, 255);
  font-size: 12pt;
  }

.body-bordure-haut
{
  display: block;
  position: fixed;
  width: 2368px;
  height: 252px;
  bottom: 398px;
  background-image: url("images/body-bordure-haut.png");
  }

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

.body-bordure-bas
{
  display: block;
  position: fixed;
  width: 2368px;
  height: 398px;
  bottom: 0;
  right: 0;
  background-image: url("images/body-bordure-bas.jpeg");
  }

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


.body-coin-haut-gauche
{
  display: none;
  }

.body-coin-haut-droite
{
  display: none;
  }

.body-coin-bas-droite
{
  display: none;
  }

.body-coin-bas-gauche
{
  display: none;
  }


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

.entete
{
  display: block;
  position: relative;
  height: 160px;
  }

.entete-fond-un
{
  display: none;
  }

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

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

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

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

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

.entete-tronc
{
  }

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

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

.entete-titre-texte
{
  display: block;
  position: relative;
  height: 120px;
  top: -100%;
  text-align: center;
  letter-spacing: 3px;
  font-size: 700%;
  font-family: "Times New Roman", serif;
  color: rgb(245, 245, 245);
  }

.entete-soustitre-texte
{
  display: block;
  position: relative;
  height: 40px;
  top: -100%;
  text-align: center;
  letter-spacing: 10px;
  font-size: 250%;
  font-family: "Times New Roman", serif;
  color: rgb(245, 245, 245);
  }

.entete-texte-contour-gauche
{
  display: none;
  position: relative;
  top: 0;
  left: -2px;
  color: rgb(40, 40, 40);
  }

.entete-texte-contour-droite
{
  display: block;
  position: relative;
  top: 0;
  left: 3px;
  color: rgb(90, 90, 90);
  }


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

.corps
{
  display: block;
  position: relative;
  margin-bottom: 30px;
  }

.corps-fond-un
{
  display: none;
  }

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

.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;
  position: relative;
  }


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

.ticker
{
  display: block; 
  position: relative;
  width: 40%;
  height: 20px;
  margin: 1% auto 1% auto;
  font-family: "Times New Roman", serif;
  font-size: 100%;
  text-align: center;
  }


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

.menu
{
  display: block;
  position: fixed;
  width: 500px;
  height: 60px;
  right: 70px;
  }

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

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

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

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

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

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

.menu-tronc
{
  display: block;
  position: relative;
  height: 20px;
  top: 20px;
  margin: 0 auto 0 auto;
  text-align: center;
  vertical-align: middle;
  font-family: sans-serif;
  font-size: 100%;
  }

.menu-tronc > .menu-item
{
  display: inline;
  }

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

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


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

.contenu
{
  display: block;
  position: relative;
  margin: 0 640px 0 0;
  padding: 2% 0 2% 1%;
  }

.contenu-fond-un
{
  display: none;
  }

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

.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: 0;
  }


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

.pied
{
  display: block;
  position: relative;
  height: 60px;
  bottom: 0;
  margin: 0 640px 0 0;
  }

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

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

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

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

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

.pied-bordure-bas
{
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 0;
  text-align: right;
  }

.pied-tronc
{
  display: block;
  padding-right: 1%;
  text-align: right;
  font-style: italic;
  }
