/* ============================ ASPECT GENERAL */
body
{
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background: url(../Images/Fond.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;

  overflow: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
}
.positionnement
{
  position: absolute;
  vertical-align: top;
  margin-left: -450px;
  left: 50%;
  top: 0px;
  width: 900px;
  height: 100%;
  z-index: 90;
  background-color: #666;
  background-repeat: no-repeat;
  background-image: url(../Images/FonTitre.png);
}
.bordures
{
  border-left: solid;
  border-right: solid;
  border-color: #787878; 
}

/* ============================ MENU GENERAL */

.menu
{
  width: 110px; 
  font-size: 17px;
  text-align: center;
  position: relative;
}
.menu_formatage
{
  color: #000;
  width: 110px; 
  height: 30px;
  background-color: #FFF;

  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -khtml-border-radius: 8px 8px 8px 8px;

  box-shadow: 3px 3px 0px #333333;
  -moz-box-shadow : 3px 3px 0px #333333;
  -webkit-box-shadow: 3px 3px 0px #333333;

  behavior: url(Scripts/PIE.php);
}

.menu_preselection
{
  color: #000;
  width: 110px; 
  height: 30px;
  font-weight: 700;
  cursor: pointer;
  background-color: #FF9;

  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -khtml-border-radius: 8px 8px 8px 8px;

  box-shadow: 3px 3px 0px #333333;
  -moz-box-shadow : 3px 3px 0px #333333;
  -webkit-box-shadow: 3px 3px 0px #333333;
  behavior: url(Scripts/PIE.php);
}

.menu_selection
{
  color: #000;
  width: 110px; 
  height: 30px;
  cursor: default;
  background-color: #CCC;

  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -khtml-border-radius: 8px 8px 8px 8px;

  box-shadow: 3px 3px 0px #333333;
  -moz-box-shadow : 3px 3px 0px #333333;
  -webkit-box-shadow: 3px 3px 0px #333333;

  behavior: url(Scripts/PIE.php);
}

.Arrondis
{
  position: relative;
  left: -1px;
  width: 100.3%;
  border-color: #000;
  border-left-style: solid;
  border-left-width: thin;
  border-right-style: solid;
  border-right-width: thin;
}
.Accueil
{
  font-size: 18px;
  color: #FFF; 
}

/* ============================ FORMATAGE TEXTE */

.Lien
{
  color: #03F;
  cursor: pointer;
  text-align: left;
}
.Rouge
{
color: #FF0000;
}
.Vert
{
color: #008040;
}
.Bleu
{
color: #0000FF;
}