body
{
background-color: #55ee52;
background-attachment : fixed;
font-family: sérif;
}

.block
{
border: 1px solid black;
padding: 10px;
width: 750px;
overflow: visible;
margin-top : 30px;
margin-bottom : 25px;
margin: auto;
background-color: white;
}

.block2
{
border: 1px solid black;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
width: 750px;
overflow: visible;
margin-top : 30px;
margin-bottom : 25px;
margin: auto;
background-color: white;
text-align : center;

}


h2
{
color: Fuchsia;
font-family: sérif;
text-decoration: underline;
text-align : center;
}

a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}

p
{
font-size: large;
color:red;

font-weight: bold;
}

a
{
text-decoration: none;
color: Black;
font-weight: bold;
}

.retour
{
text-align : center;
color : fuchsia;
font-weight: bold;
text-decoration: underline;
}

h1
{
color:fuchsia;
text-align:center;
}
.rer
{
background-color:navy;
}
.msn
{
background-color:#fffda7;
}
td
{
text-align:center;
}
.table
{
width:100%;

}
.table2
{
padding:4px;
width:100%;
border-color:black;
border:2;
}
.yy
{
text-align:center;
}
.tre
{
color:aqua;
font-size:xx-large;
}
a:visited
{
color : Black;
text-align : center;
text-decoration:none;
font-weight: bold;


}

a:active
  {
   color: red; text-decoration:underline;
  }
a:hover
  {
   color: red; text-decoration:underline;
  }
  
.images
{
text-align : center;
}

.left
{
text-align : left;
}

hr
{
border : 2px solid green;
}