/* CSS Document */
body {
	background: #000000;
	font: normal 100% "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	text-align:center;
}
html, body {
  margin: 0;
  padding: 0;
}
a img {
  border: 0;
}
#header {
  width:1090px;
  height:170px;
  background-image:url(../img/header.png);
  background-repeat:no-repeat;
  margin:0 auto;
}
#menu {
  width:990px;
  background:url(../img/barre_menu.png) top center no-repeat;
  margin:0 auto;
  padding:0;
  text-align:left;
}
#menu table {
  border-collapse:collapse;
  border:0;
  padding:0;
  margin:0 15px;
}
#menu tr {
  height:48px;
}
#menu td {
  width:120px;
  text-align:center;
  vertical-align:center;
}
#menu a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}
#menu a:hover {
  color:#ff0000;
}
#menu1 {
  width:990px;
  background:url(../img/barre_menu.png) top center no-repeat;
  margin:0 auto;
  padding:0;
  height:50px;
  text-align:left;
}
#menu1 ul {
  list-style-type:none;
  padding:0;
  margin:0 0 0 40px;
}
#menu1 li {
  display:inline;
  color:#ffffff;
}
#menu1 li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height:48px;
}
#menu1 li a:hover {
  color:#ff0000;
}
#footer {
  width:1000px;
  background:url(../img/footer.png) top center no-repeat;
  margin:10px auto;
  padding:20px
}
#footer p {
  text-align:center;
  font-size:11px;
  color:#ffffff;
  margin:0;
}
h1{
  font-size:2em;
  color:#ffffff;
  text-align:left;
  margin-left:10em;
}
#flash{
  width:1220px;
}
