

h1 {
    clear: both;
    text-align : center;
    text-decoration : underline;
  }


h2 {
    color : #000080;
    text-align : left;
    text-decoration : underline;
  }


h4 {
    clear : both;
    color : #3366cc;
    text-align : left;
    text-decoration : underline;
  }


ul.piecesmoteurbase {
    color: #000;
  }


.piecesmoteurbase a {
    color: #008080;
  }


p {
    clear : both;
    color : #000;
    text-align : justify;
    text-decoration : none;
    width : 100%;
  }

.Membres p {
    text-align: center;
    text-decoration: none;

}

ul.Membres{
    margin-left:40%;    
    text-align: left;
    color : #000080;
    font: bold 1.5em Times, serif;
}

div.Chassis {
    width:100%;
    text-align: center;
  }


div.Moteur {
    text-align : center;
    width : 100%;
    color: #000;
  }

p.Moteur {
    text-align: center;
    width: 100%;
    color: #000;
}


ul.Menu {
    font: bold 1em Georgia, Times, serif;
    list-style-type : none;
    text-align: justify;
  }

.Menu li{
    float: left;
    margin-left:40%;
}

.Menu a {
    display: block ;
    color: black;
    width:130px;
    border: 1px solid black;
    background: #6699FF;
    margin: 5px 5px;
    text-decoration:none;
    text-align: center;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    border-color: #cecece #4a4a4a #4a4a4a #cecece;
  }


.Menu a:hover {
    border-width: 2px 1px 1px 2px;
    border-color: #4a4a4a #cecece #cecece #4a4a4a;
  }


.Menu a span {
    display: none;
  }


.Menu a:hover span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    text-align: justify;
    color: #000;
  }


ul.Nouvelles {
    text-align:left;
    color:#000;
  }


ul.expérience {
    text-align:left;
  }


ul.voitures {
    text-align:left;
  }




