
/* TABLE */

table
{
width: 500px;
}

table.texte
{
border-color: #4E4E4E;
font-family: "Trebuchet MS", Verdana, sans-serif;
font-size: 15px;
text-decoration:none;
color: #4E4E4E;
}

/* TD */

td.copyright
{
font-family: "Trebuchet MS", Verdana, sans-serif;
font-size: 10px;
color: #4E4E4E;
}

/* TR */

tr.titre 
{
font-family: "Trebuchet MS", Verdana, sans-serif;
font-size: 32px;
font-weight: bold;
color: #4E4E4E;
}

tr.lime
{
background-color: #E5FAA1;
font-family: "Trebuchet MS", Verdana, sans-serif;
font-size: 15px;
color: #4E4E4E;
}

tr.aqua
{
background-color: #97F0E6;
font-family: "Trebuchet MS", Verdana, sans-serif;
font-size: 15px;
font-weight: bold;
color: #4E4E4E;
}

tr.rose
{
background-color: #F3B6CE;
font-family: "Trebuchet MS", Verdana, sans-serif;
font-size: 15px;
font-weight: bold;
color: #4E4E4E;
}

tr.jaune
{
background-color: #FADDA1;
font-family: "Trebuchet MS", Verdana, sans-serif;
font-size: 15px;
font-weight: bold;
color: #4E4E4E;
}

tr.mauve
{
background-color: #C9CDFF;
font-family: "Trebuchet MS", Verdana, sans-serif;
font-size: 15px;
font-weight: bold;
color: #4E4E4E;
}

tr.gris
{
background-color: #4E4E4E;
font-family: "Trebuchet MS", Verdana, sans-serif;
font-size: 22px;
font-weight: bold;
color: #F0EBE7;
}

tr.white
{
background-color: #F0EBE7;
font-family: "Trebuchet MS", Verdana, sans-serif;
font-size: 15px;
color: #4E4E4E;
}

/* IMG */

img.photo
{
border: 5px solid #4E4E4E;
}







