*{
margin: 0;
padding: 0;
}
body{
 background: #000;
 margin: 5px auto 10px auto;
 text-align: center;
}
#global{
 background: #000;
 width: 788px; 
 margin: auto;
 background: url('/gfx/content_bg.jpg') repeat-y;
 font-family: Felix Titling;
 color: #3D3D3D;
 font-size: 12px;
}  
#global h1 a{
  display: block;
  width: 788px; 
  height: 451px;
  text-indent: -9000px;
  background: url('/gfx/header1.jpg') no-repeat;
  margin: 2px auto 5px auto;
}

#global h2{
  font-size: 22px;
  margin-bottom: 15px;
}

a img{
  border: 0;
}
a{
  outline: none;
}

#footer{
  padding: 30px 0 0 0;
  clear: both;
  text-align: center;
  font-family: Felix Titling;
}
#footer p{
  border-top: 1px solid #454543;
  border-bottom: 1px solid #454543;
  padding: 4px;
}
#footer p, #footer p a{
  color: #3D3D3D;
  text-decoration: none;
  font-size: 11px;
}
#footer p a:hover{
  color: #ccc;
}

/* Boites de confirmation et d'erreur */
.notification_box, .erreur_box{
  text-align: center;
  width: 100%;
  float: left;
}

.notification_box p, .erreur_box p{
  margin: 15px auto 20px auto;
  width: 450px;
  border: 1px solid #A78B8E;
  padding: 3px;
  text-align: center;
  background: #272727;
  color: #DCB7BB;
}
.notification_box p a{
  color: #DCB7BB;
  text-decoration: none;
  font-weight: bold;
}
.notification_box p a:hover{
  color: #FFD4D8;
  text-decoration: underline;
}
.notification_box em{
  color: #877AFF;
}

.erreur_box p{
  color: #F00;
  border: 3px solid #f00;
}

/* Forms */
fieldset{
  border: none;
}
.label_input p{
  padding: 1px 0 1px 0;
}
.label_input label{
  width: 200px;
  float: left;
  text-align: right;
}
.label_input input{
  border: 1px solid #6B1C8C;
  width: 250px;
  margin-left: 4px;
}
.label_input select{
  border: 1px solid #6B1C8C;
  margin-left: 4px;
}
.label_input strong{
  font-weight: normal;
}
.label_input em{
  color: #333;
}
.label_checkbox{
  padding-left: 210px;
}
.label_checkbox input{
  border: 1px solid #6B1C8C;
}

.label_checkbox a{
  color: #000;
  font-variant: normal;
}
.label_input textarea{
  border: 1px solid #6B1C8C;
  width: 250px;
  margin-left: 4px;
}
.form_submit{
  text-align: center;
  margin-top: 8px;
}
.submit_button{
  border: 1px solid #5D464A;
  font-weight: bold;
  background: #000;
  color: #5D464A;
}
.submit_button:hover{
  border-color: #DCB7BB;
  color: #DCB7BB;
}
.basic_form{
  width: 520px;
  margin: 0 auto;
}

div#phpmv2{
  display: none;
}

div.vertical_ad{
  width: 100%;
  float: left;
  padding: 40px 0 0 0;
}

ul.big_link li{
  list-style: none;
}
.big_link a{
  padding: 4px;
  color: #A78B8E;
  font-size: 18px;
}