body {
  /*background-color:#424242;*/
  background:url('./images/fond.jpg') #424242;
  background-repeat:repeat-x;
}

.main {
  width:800px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  width:800px;
  height:94px;
  background:url('./images/header.png');
}

ul {
  list-style:url('./images/li.gif');
}

h1:first-letter{
  color:#cccccc;
  background-color:#222222;
}

h1 {
  background-color:#cccccc;
  color:#222222;
  font-family:arial, verdana, sans serif;
  font-size:22px;
}

a {
  color:#005988;
  text-decoration:none;
}

a:hover {
  color:#008ad1;
  text-decoration:underline;
}

.corps {
  width:800px;
  height:456px;
  background:url('./images/corps.jpg')   ;
  font-family: arial, verdana, sans serif;
}

.footer {
  width:800px;
  height:50px;
  background:url('./images/footer.jpg') no-repeat;
  padding-top: 20px;
  font-size:0.8em;
  text-align: center;
  color: #ffffff;
}

.footer a {
  color: #ffffff;
}

.texte {
  width:460px;
  height:380px;
  float:left;
  margin-left:70px;
  margin-top:25px;
/*border:solid 1px #ff0000;*/
}

.menu {
  width:230px;
  height:405px;
  float:left;
  margin-left:25px;
  /*border:solid 1px #00ff00;*/
}

.randomgal {
  width:133px;
  height:100px;
  /*float:left;*/
  margin-top:30px;
  margin-left:20px;;
  margin-right:auto;
  /*border:solid 1px #0000ff;*/
}

a {
  border: none;
}

img {
  border : none;
}

