body
{
  margin: 0;
  background-color: #fff;
  text-align: center; /* pour corriger le bug de centrage IE */
  font-family: Verdana, Arial, sans-serif;
 }

#global
{
  position:absolute;
  left: 50%; 
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -285px; /* moitié de la hauteur */
  margin-left: -490px; /* moitié de la largeur */
  width: 980px;
  height: 570px;
  background-color: #ffffff;
}

#container
{
  margin: 0 auto;
  width: 980px;
  height: 516px;
}

img
{
  border: 0;
}

#logo
{
  position: absolute;
  top: 0px;
  left: 0px;
}

#flash
{
  position: absolute;
  top: 50px;
  left: 540px;
}

/*------ Menu ---------*/

#menu
{ 
  position: absolute;
  top: 125px;
  left: 800px;
  width: 207px;
  height: 275px;
}

#menu ul
{ 
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #fff;
}

.menu
{ 
  background-image: url('../images/bg_menu.gif');
  background-repeat: no-repeat;
  min-height: 20px;
  width: 207px;
  font-size: 12px;
  text-align: left;
  color: #fff;
/*
  height: 20px;
*/
  margin: 0 0 10px 0;
  padding-left: 5px;
  line-height: 18px;
}

.menu a, .menu a:link
{   
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.menu a:hover
{ 
  font-size: 12px;
  font-weight: bold;
  /*color: #D4FD65;*/
  color: #BDFBAC;
  text-decoration: none;
}

.sous_menu li
{ 
  width: 207px;
  height: 20px;
  margin: 10px 0 0 0;
  padding-left: 5px;
  line-height: 11px;
  font-weight: normal;
  color: #559443;
  /*color: #A3DE01;*/
  height: 15px;
  font-size: 12px;
  text-align: left;
}

.sous_menu li a, .sous_menu li a:link
{ 
  font-weight: normal;
  /*color: #A3DE01;*/
  color: #559443;
  text-decoration: none;
  font-size: 12px;
  text-align: left;
  padding: 0;
  margin: 0;
}

.sous_menu li a:hover
{ 
  font-weight: bold;
  color: #559443;
  /*color: #A3DE01;*/
}

/*----------------------*/

#centre
{
  position: absolute;
  top: 170px;
  left: 30px;
  width: 760px;
  height: 365px;
  overflow: auto;
  z-index: 10;
}

#texte_accueil
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 470px;
  padding-right: 10px;
  color: #555555;
  font-size: 12px;
  text-align: justify;
  z-index: 10;
}

#texte
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 500px;
  color: #555555;
  font-size: 12px;
  text-align: justify;
  z-index: 10;
}

#texte a
{
  /*color: #56285E;*/
  color: #559443;
  font-weight: bold;
}

#texte a:hover
{
  text-decoration: none;
}

#image_texte
{ 
  position: absolute;
  top: 300px;
  left: 480px;
  z-index: 0;
}

#image_accueil
{ 
  position: absolute;
  top: 250px;
  left: 550px;
  z-index: 0;
}

#map
{
  /*position: absolute;
  top : 170px;
  left: 0px;*/
  border: 1px solid #A3DE01;
  margin-top: 10px;
  z-index: 10;
}


#plan
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 560px;
  color: #555555;
  font-size: 12px;
  text-align: justify;
  z-index: 10;
}

.plan
{ 
  text-align: left;
  list-style-type: none;
}

.plan li a
{ 
  color: #555555;
  font-size: 11px;
  padding-left: 12px;
}

.plan li a:hover
{ 
  text-decoration: none;
}

/*------------------------*/

#actus
{ 
  position: absolute;
  top : 125px;
  left: 550px;
  width: 230px;
  height: 125px;
  color: #666666;
  font-size: 11px;
  text-align: left;
  overflow: hidden;
  z-index: 100;
}

/*---------------------*/

.titre
{ 
  font-size: 13px;
  /*color: #A3DE01;*/
  color: #559443;
  font-weight: bold;
}

#titre
{ 
  position: absolute;
  top: 150px;
  left: 30px;
  font-size: 13px;
  color: #559443;
  font-weight: bold;
}

.sous_titre
{ 
  font-size: 12px;
  color: #666666;
  font-weight: bold;
}

/*-------- Recherche --------*/

#recherche
{
  position: absolute;
  top : 75px;
  left: 720px;
}

#recherche label
{ 
  color: #A6037A;
  font-size: 11px;
  font-weight: bold;
  float: left;
  margin-right: 5px;
}

#input_recherche
{ 
  border: 1px solid #A6037A;
  height: 15px;
  font-size: 12px;
  line-height: 12px;
}

#submit
{ 
  color: #fff;
  background-image: url('../images/submit_search.jpg');
  border: none;
  width: 28px;
  font-weight: bold;
  cursor: pointer;
}

/*---------------------*/

/*---- tableau patenaires ------------*/

#users
{ 
  font-size: 11px;
  text-align: left;
}

#users th
{ 
  padding-right: 8px;
}

#users td
{ 
  border-bottom: 1px solid #555555;
  padding: 8px 0;
}

/*---------------------*/

#contact input
{ 
  border: 1px solid #A6037A;
  height: 15px;
  font-size: 12px;
  line-height: 12px;
}

#contact textarea
{ 
  border: 1px solid #A6037A;
  height: 90px;
}

.envoyer
{ 
  border: none;
  background-image: url('../images/submit_search.jpg');
  background-repeat: no-repeat;
  font-weight: bold;
  color: #A6037A;
  padding-left: 25px;
  cursor: pointer;
  height: 25px;
}

#footer
{
  width: 1017px;
  height: 54px;
  position: absolute;
  top : 530px;
  left: 0px;
  background-image: url('../images/graph_bottom.gif');
  background-repeat: no-repeat;
  background-position: 100% 0%;
}

#news
{ 
  position: absolute;
  top : 8px;
  left: 22px;
  background-image: url('../images/bg_news.jpg');
  background-repeat: no-repeat;
  background-position: 0% -100%;
  padding: 0 0 0 35px;
  color: #56285E;
  
  font-size: 12px;
  height: 30px;
  font-weight: bold;
  text-decoration: none;
}

#rss
{ 
  position: absolute;
  top : 8px;
  left: 138px;
  background-image: url('../images/bg_flux.gif');
  background-repeat: no-repeat;
  background-position: 0px -2px;
  padding: 0 0 0 25px;
  height: 30px;
  color: #56285E;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

#mentions
{
  position: absolute;
  top : 10px;
  right: 15px;
  /*color: #A3DE01;*/
  color: #559443;
  font-size: 10px;
  margin: 0;
  text-align: right;
}

#mentions a
{
  color: #559443;
 /*color: #A3DE01;*/
  text-decoration: none;
}

#mentions a:hover
{
  text-decoration: none;
}
li.test
{ 
  color: #000;
 }

#actus_slide li
{ 
  list-style-type: none;
  margin: 0;
  padding: 0;
  }
#actus_slide
{ 

  margin: 0;
  padding: 0;
 }
a.actu_link
{ 
  /*color: #A3DE01;*/
  color: #559443;
  font-size: 12px;
  }
