/* Feuille de style pour la carte dynamique*/

body{
  margin:0;
  padding:0;
  font-size:100%;
  font-family:Arial, verdana, sans-serif;
  background-color:#FFFFFF;
}

#headerContainer{
  height:34px;
  background: #FFFFFF;
}

#header{
  width:1182px;
  margin:0 auto;
  background: url(images/bgHeader.gif);
  border-left:1px solid #acacac;
  border-right:1px solid #acacac;
  height:34px;
}

#header ul{
  margin:0px 0px 0px 56px;
  padding:0;
}

#header li{
  list-style:none;
  float:left;
  width:84px;
  height:28px;
  text-align:center;
  margin:0px 0px 0px 20px;
}

#header li.headermenu{
  background: url(images/button.gif) no-repeat;
  margin-top:6px;
}

.headermenu a{
  text-decoration:none;
  color:#9e192e;
  font-size:80%;
  font-weight:bold;
  padding-top:5px;
  position:relative;
  top:5px;
}

.headermenu a:hover{
  color:#404040;
}

.headermenuAct a{
  color:#404040;
  font-style:italic;
}
.clear{
  clear:both;
}

#bottom{
  background: url(images/bgBottonG.gif) repeat-x;
  height:4px;
  width:1182px;
  margin:0 auto;
  border-left:1px solid #acacac;
  border-right:1px solid #acacac;
}

#footer{
  text-align:center;
  background-color:#FFFFFF;
  color:#404040;
  font-size:75%;
  font-weight:bold;
  width:1182px;
  margin:0px auto 0px auto;
  border-left:1px solid #acacac;
  border-right:1px solid #acacac;
}
#flashcontent{
	background-color:#FFFFFF;
}
