body{
  width:100%;
  text-align:center;
  margin:0;
}
img{
  border:0;
}
h1{
  color:#2c4280;
  font-size:24px;font-family:calibri,arial;font-weight:normal;
  border-bottom:1px solid #2c4280;
  margin-top:0;
}
h2{
  color:#2c4280;
  font-size:20px;font-family:calibri,arial;font-weight:normal;
  margin:0;
}
p{
  font-family:tahoma;font-size:12px;
  text-align:justify;
}
li{
  font-family:tahoma;font-size:12px;
  text-align:justify;
  margin-bottom:3px;
  list-style-type:square;
}
a{
  color:#2c4280;
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}

#header{
  width:990px;height:183px;
  background-image:url('../../img/header.jpg');background-repeat:no-repeat;
  margin-left:auto;margin-right:auto;
}

#content{
  width:976px;
  border-left:2px solid #2c4280;border-right:2px solid #2c4280;
  padding:5px;
  margin-left:auto;margin-right:auto;
}
#content table tr td{
  text-align:left;
}

#footer{
  background-image:url('../../img/footer.png');background-repeat:no-repeat;
  width:800px;
  margin-left:auto;margin-right:auto;
  padding-left:190px;
}
#footer p{
  margin:0;
  text-align:center;
}
#footer #bulle-bas{
  position:absolute;
  height:173px;width:173px;
  margin-left:-145px;margin-top:-150px;
}

table.tabmenu{
  margin:0;margin-bottom:5px;
}
table.tabmenu tr td{
  padding:1px;padding-left:5px;padding-right:5px;
  font-size:16px;font-family:calibri,arial;
  color:#656565;
  border:1px solid #2c4280;
}
table.tabmenu tr td a{
  text-decoration:none;
}
table.tabmenu tr:hover td{
  background-color:#fbb474;
  cursor:pointer;
  color:#353535;
}

form.form1{
  border:1px solid #c0c0c0;
  padding:5px;
}
form.form1 label{
  font-family:Calibri,verdana;font-size:16px;
}
form.form1 input,form.form1 textarea,form.form1 select{
  font-family:Calibri,verdana;font-size:14px;border:1px solid #cecece;background-color:#f4f4f4;
}
form.form1 input.button{
  border:1px solid #656565;
}

