p
{
color: darkblue;
}
.tre
{
color:#eeff09;
font-size:xx-large;
}
.left
{
float : left;
padding: 3px;
}

.right
{
float : right;
padding: 3px;
}

body
{
background-color: #9aff73;
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;
}

a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}
.yy
{
text-align:center;
}

.miam
{
float: left;
margin-right : 4px;
}

.drap2
{
text-decoration : underline;
color : red;
font-weight:bold;
font-size : x-large;
}

.drap
{
font-weight: bold;
color:#4c0045;
text-decoration:underline;

}

.faire
{
float: center;
}

td
{
font-weight: bold;
}
.bon
{
text-align:center;
color : blue;
}

a
{
color : red;
text-align : center;
font-weight: bold;
}
a:visited
{
color : red;
text-align : center;
text-decoration:none;
font-weight: bold;


}

a:active
  {
   color: blue; text-decoration:underline;
  }
a:hover
  {
   color: blue; text-decoration:underline;
  }