p
{
text-align: justify ;

}

h1
{
width:75%;
border-top : outset thick blue;
border-bottom : outset thick blue;
border-left : outset thick red;
border-right : outset thick red;

}

h2
{
text-decoration: underline;
color: green;
}


.sep
{
background-color: white;
}


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

caption
{
text-decoration: underline;
color:green;
margin-bottom:15px;
}


table
{
border: 1px solid grey;
border-collapse: collapse;
}


th
{
border: 1px solid grey;
font-style: bold;
background-color:#c6c6c6;
}


td
{
border: 1px solid grey;
}


.middle_grey
{
background-color:rgb(224,224,224);
}


.blue
{
color: blue;
}


.white
{
color: silver;
}


.red
{
color: red;
}



