body
{
  font-family: "Verdana", "Tahoma", "Lucida Sans";
  font-size: 11px;
  font-variant: none;
  color: #ffffff;
  background-color: #000000;
  background-image: url("images/bg.png");
  background-repeat: repeat-y;
  background-position: center;
  background-attachment: fixed;
  margin: 0 auto; 
}
#maincontainer
{
  width: 900px;
  background-color: #000000;
  margin: 0 auto;
  position: relative;
  line-height: 14px;
}
.bienvenue {
  background-color: transparent;
  text-align: justify;
  color: #dc3a53;
  padding: 16px;
}
#menu
{
  float: right;
  width: 250px;
  margin-right: 0px;
  margin-top: 5px;
  margin-bottom: 6px;
  padding-left: 0px;
  background-color: #000000;
}
.titre_menu
{
  width: 250px;
  height: 75px;
  background-image:url(images/bgmenu.png);
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 1px;
  text-align: center;
  line-height: 30px;
}
.element_menu
{
  font-size: 10px;
  line-height: 1.3em;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -35px;
  margin-bottom: 20px;
}
#page
{
  width: 640px;
  margin: auto;
  padding-left: 0px;
  margin-top: 5px; 
  margin-left: 0px;
  margin-bottom: 6px;
  background-color: #000000;
}
.titre_page
{
  width: 640px;
  height: 75px;
  background-image:url(images/bgpage.png);
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 1px;
  text-align: center;
  line-height: 30px;
}
.element_page
{
  padding: 0px 15px 15px 15px;
  margin-top: -35px;
}
.petit_titre_page
{
  width: 610px;
  color: #ffffff;
  font-variant: small-caps;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 16px;
  margin-bottom: 10px;
  border-top: 1px dotted #dc3a53;
  border-bottom: 1px dotted #dc3a53;
}
.photo
{
  background-color : #000000;
  margin-top: 2px;
  border: 1px solid #bf2239;
}
.photo:hover
{
  background-color : #000000;
  margin-top: 2px;
  border: 1px solid #e25a6f;
}
.bouton
{
  background-color : #000000;
  margin-top: 2px;
  width: 100px;
  height: 35px;
}
a
{
  text-decoration: none;
  color: #bf2239;
}
a:hover
{
  text-decoration: none;
  color: #e25a6f;
}
hr
{
  width: 200px;
  height: 1px;
  background-color: #770017;
  border: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ligne
{
  width: 550px;
  height: 1px;
  background-color: #770017;
  border: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
a.nav
{
  width: 598px;
  color: #ffffff;
  background-color : transparent;
  display: block;
  padding: 6px;
}
a.nav:hover
{
  width: 598px;
  color: #ffffff;
  background-color : #200006;
  display: block;
  padding: 6px;
}
#news
{
  width: 640px;
  margin: 0 auto;
  padding-left: 0px;
  margin: 0px;
}
#footer
{

  clear: both;

  width: 100%;

  background: #000000;
  
color: #bf2239;

  font-size: 11px;
  font-variant: none;
  text-align: center;

  padding: 6px 0;
  margin-top: 5px;
  border-top: 1px dotted #770017;

}