*{
  font-family: verdana, arial, helvetica;
  font-size: 12px;
 /* text-align: left;*/
  color: white;
}

img{
border: 0px;
}

BODY{
  background-color: black;
  text-align: center;
}

.container{
  text-align: left;
  width: 800px;
  margin: auto;
}

h2{

  border: solid 1px white;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  /*float: left;*/

}

.header{
  width: 100%;
  height: 130px;
  background-image: url(../images/header.jpg);
  float: left;
  cursor: pointer;
}

.footer{
  width: 100%;
  text-align: center;
  font-size: 9px;
  float: left;
}

.footer a{
  font-size: 9px;
}

.overall{
  width: 100%;
  float: left;
}

.menu_gauche{
  float: left;
  width: 164px;
}

.centre{
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 459px;
  text-align: center;
}

.centre .titre{
  width: 459px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
}

.menu_droite{
  float: right;
  width: 164px;
}

.menu_gauche .categorie{
  width: 100%;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: left;
  text-indent: 30px;
}

.menu_gauche .sous_categorie{
  width: 100%;
  font-size: 12px;
  margin-bottom: 15px;
  text-align: left;
  text-indent: 35px;
}

.menu_gauche .sous_categorie a{
  text-decoration: none;
  font-size: 12px;
}

.bio_titre{
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.bio_ccl{
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.contact td{
  width: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.contact table{
  width: 100%;
  margin-top: 20px;
}

input, select, textarea{
  color: black;
  border: solid 1px silver;
}

option{
  color: black;
}

.contact_input_text{
  border: solid 1px silver;
  width: 223px;
}

.contact_textarea{
  width: 445px;
  height: 170px;
}

.contact_submit{
  margin-top: 20px;
  width: 223px;
}

.news_desc{
  float: right;
  width: 320px;
  font-weight: bold;
  font-style: italic;
  margin-top: 20px;
}

.news_texte{
  float: left;
  width: 100%;
  margin-top: 20px;
}

.news_img{
/*  float: left;*/
}

.agenda{
  text-align: left;
}

.agenda li{
  margin: 10px;
}

.blinker{
  float: left;
  width: 100%;
  position: relative;
  height: 20px;
  font-weight: bold;
}

marquee{
position: absolute;
width: 100%;
  color: yellow; 
}

.vignette{
  border: solid 1px black;
  background-color: black;
}

.vignette_over{
  border: solid 1px white;
  background-color: silver;
}

.bloc_signature{
  margin-top: 5px;
  margin-bottom: 5px;
}

.bloc_signature .top{
  background-image: url(../images/sign_top.gif);
  background-repeat: no-repeat;
  height: 22px;
}

.bloc_signature .middle{
  background-image: url(../images/sign_middle.gif);
  background-repeat: repeat-y;
}

.bloc_signature .middle .block{
  color: black;
  width: 400px;
  margin: auto;
}

.bloc_signature .bottom{
  background-image: url(../images/sign_bottom.gif);
  background-repeat: no-repeat;
  height: 22px;
}

