BODY {
margin : 10px 10px;
}

TD {
color : #000033;
}

#contenu h1 /* Tous les titres h1 du contenu */ {
font-size :30px;
font-weight : bold;
text-align : left;
margin:10px;
padding:3px;
color : #990000;
}

#contenu h2 /* Tous les titres h2 du contenu */ {
font-size :20px;
font-weight : normal;
text-align : justify;
margin:10px;
padding:3px 3px 10px 3px;
color : #000000;
}

#contenu p /* styles du texte du contenu */ {
font-size :16px;
text-align : justify;
}

.menu /* style du menu */ {
font-size :22px;
font-family : Arial, Helvetica, sans-serif;
text-align : left;
}

a:active {
text-decoration:underline;
color:#000000;
}

a:hover {
text-decoration:none;
color:#000000;
}

a:link,a:visited {
text-decoration:underline;
color:#000000;
}

.playlist {
font-size : 95%;
line-height : 125%;
text-align : justify;
color : #000033;
}
.smalltext {
font-size : 95%;
}

.cover {
float : right;
height : 140px;
width : 140px;
margin-top : 2px;
margin-right : 2px;
margin-left : 15px;
margin-bottom : 10px;
}

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