p{

text-align:center;
font-size: 40px;

}
.acceuil{

color: red;/*le texte d'acceuil est en rouges*/
font-size: 50px;
text-align:center;

}

.fond1
{
  background-image: url("fond1.jpg") ;
  background-attachment: fixed;
  background-size:cover;
  
}

.bandeau{
    width: auto;
    height: 100px;
    background: url(bandeau.jpg) no-repeat; 
    margin: 0;
    font-family: verdana, helvetica, arial, sans-serif;
    padding: 0 10px 0 70px;
    font-size: 40px;
    font-weight: bold;
    color: #EEEEEE;
    text-align: center;
}
  


h1
{
font-family: impact, arial, verdana, sans-serif;/*style d'écriture pour les gros titres*/
color: red;
}


h2
{
font-family: arial, verdana, sans-serif;/*style d'écriture pour titres*/
color: rgb(33,243,254);
}

h3
{
font-family: arial, verdana, sans-serif;/*style d'écriture pour les titres des sous parties*/
color: green;
}


a /* Liens par défaut (non survolés) */
{
text-decoration: none;
font-family: arial, verdana, sans-serif;/*style d'écriture pour les liens*/
color: rgb(206,0,5)
}
a:hover /* Apparence au survol des liens */
{
color: blue;
text-decoration: bold;
}


.texte1
{
font-family: arial, verdana, sans-serif;/*style d'écriture pour titres*/
color: black;
}

.texte2
{
font-family: arial, verdana, sans-serif;/*style d'écriture pour titres*/
color: black;
}


