*
{
  margin: 0px;
  padding: 0px;
}

body
{
  background: url("../img/Fond.png") fixed no-repeat;
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
  margin-left: 150px;
  width: 750px;
}

/* === Banniere === */

#banniere
{
  background: url("../img/Serveurs.png") left no-repeat;
  margin-top: 15px;
  padding-left: 350px;
  padding-top: 75px;
  height: 100px;
}

#banniere a, #baniere a:link, #banniere a:visited
{
  text-decoration: none;
  color: #666666;
}

#banniere a:hover
{
  color: #336699;
  font-weight: bold;
}

/* === Breves === */

#breves
{
  background: url("../img/Breves.png") no-repeat;
  min-height: 170px;
  padding-top: 7px;
  
}

#breves p
{
  background: url("../img/Transparent.png") repeat-y;
  min-height: 170px;
  border: 1px dashed #99CCCC;
  border-width: 0px 0px 1px 1px;
  padding-left: 3px;
  padding-top: 3px;
}

/* === Contenu === */

#contenu
{
  background: url("../img/Transparent.png") repeat-y;
  border: 1px dashed #99CCCC;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px;
}

#contenu h3
{
  margin-bottom: 5px;
}

/* === Foot === */

#copyright
{
  text-align: center;
}

/* === Balises / Class / Id === */

a, a:link, a:visited
{
  color: #336699;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

.visibility-none
{
  visibility: hidden;
}