html, body {
  margin:0;
  padding:0;
}


body{
  background-color:black;
  font-family:"Trebuchet MS", Verdana, Helvetica, Arial,sans-serif !important;
  color:white;
}

a img{
  border:none;
}

#principal{
  width:900px;
  margin:30px auto 0 auto;
}

#contenu{
  background-image:url('../img/fond.jpg');
  background-repeat:no-repeat;
  border:1px solid rgb(123,124,126);
}

#blocLogo{
  margin:0 auto 20px auto;
  padding-top:20px;
  width:350px;
}

#blocLiens{
  color:white;
  font-size:16px;
  text-align:center;
  padding:2px 15px;
}

#blocLiens a{
  color : rgb(65,76,8);
  text-decoration:none;
  font-size:13px;
  color:white;
  background-color:rgb(25,34,43);
  padding:0px 15px;
}

#blocLiens a:hover{
  color:rgb(190,205,0);
}

#bottom {
  height: 49px;
  background-image:url('../img/bottom.jpg');
}

#copyright{
  font-size:10px;
  color:white;
  font-weight:bold;
  text-align:right;
}

#preBlocContenu{
  min-height:300px;
  height:auto !important;
  height:300px;
}

#blocContenu{
  line-height:25px;
  font-size:14px;
  width:500px;
  margin:30px auto;
  padding:0 10px;
  border-left:1px solid rgb(123,124,126);
}

#blocContenu h1{
  font-size:18px; 
  font-weight:bold;
  color:rgb(190,205,0);
}

#blocContenu p{
 margin:10px auto;
 text-align:justify;
}

.clearfooter {
  height: 49px;
  clear: both;
}

form{
  width:450px;
  margin:0 auto;
}

.clearForm {
  height: 10px;
  clear: both;
}

fieldset {
   background-color:rgb(25,34,43);
   padding:5px;
   border:1px solid white;
}
legend{
  color:rgb(190,205,0);
  font-size:13px;
  font-weight:bold;
}
label{
  width:22%;
  display:block;
  float:left;
  margin-right:10px;
  font-size:12px;
}

input, textarea{
  width:74%;
  display:block;
  float:left;
  border:1px solid black;
  background-color:rgb(195,195,195);
  color:rgb(83,83,83);
  padding:2px;
  font-size:11px;
  font-weight:bold;
}

.bouton{
  float:right;
  border:1px solid black;
  background-color:rgb(190,205,0);
  color:black;
  padding:0 5px;
  height:20px;
  width:200px;
  line-height:11px;
  font-size:11px;
  font-weight:normal;
}

.bouton:hover{
  border:1px solid white;
}

form .remarque{
  float:right;
  font-style:italic;
  font-size:11px;
  text-align:right;
  font-family:Arial, Sans-serif;
}

.lien{
  color:rgb(190,205,0);
  text-decoration:none;
}
