/* CSS Document */

body
{
background-color:#990000;
}
td 
{
background-color:#990000;
border: 1px solid ;
padding:1px;
text-align:center;
}
table {
border:1px solid #ffffff;
border-collapse:collapse;
width:71%;
margin:auto;
}
h1
{
text-align: center;
color: #ffe003;
font-family: "Arial";
font-size: 20px;
}
h2
{
text-align: center;
color: #ffffff;
font-family: "Arial";
font-size: 16px;
}
h3
{
text-align: center;
color: #ffffff;
font-family: "Arial";
font-size: 16px;
}
h4
{
text-align: center;
color: #bc1dcb;
font-family: "Arial black";
font-size: 25px;
}
h5
{
text-align: center;
color: #ffe4ba;
font-family: "Arial black";
font-size: 25px;
}
p
{
text-align: center;
color:#ffffff;
font-family: "Arial";
font-size: 16px;
}
a
{
text-decoration: none;
font-family: "Arial"; 
font-size: 14px; 
color: #ffffff; 
}
a:hover 
{
text-decoration: none;
color: #ffe003;
}
.petit_lien 
{
font-family: "Arial";
color: #ffffff;
font-size:13px;
}
.moyen_lien 
{
font-family: "Arial ";
color: #000000;
font-size:18px;
}
.grand_lien 
{
font-family: "Arial";
color: #ffffff;
font-size:16px;
}