/* CSS Document */

/* Barre de Menu */
.menu
{
font-family: verdana;
font-size: 8pt;
font-weight: bold;
color: white;
text-align:center;
word-spacing: 15px;
}

.content {
width:851px;
margin: 0 auto;
}


/* emailing */
.emailing
{
font-family: impact;
font-size: 24pt;
color: black; 
text-align: center;
a:link: red;
}

/* Links in emailing */
.linksemailing
{
font-family: verdana;
font-size: 8pt;
color: white; 
text-align: center;
a:link: yellow;
}

/* Description de l'interview */
.description
{
font-family: Impact;
font-size: 15pt;
color: black; 
text-align: center
}

/* Nom de l'artiste et gros titre de l'email */
.artiste
{
font-family: Impact;
font-size: 30pt;
color: red; 
text-align: center
}

/* Contenu de l'interview */
.contenu
{
font-family: arial;
font-size: 10pt;
text-color: black; 
text-align: left
}

/* liste des interviews avec lien*/
.listeinterview
{
font-family: verdana;
font-size: 8pt;
text-color: black; 
text-align: left;
line-height: 15pt;
}

h1,h2,h3
{
font-family: Impact;
size: 15px;
color: red; 
}

.titre {
font-family: Impact;
font-size: 16pt;
}



p,table,li
{
font-family: verdana, arial, 'sans serif'; 
margin-left: 0pt;
}

ul
{
list-style: disc; 
}

ol
{
list-style: decimal; 
}

p,li,th,td
{
font-size: 75%;
}

body
{
background-color: #666666;
}

h1,h2,h3,hr 
{
color:red; 
}

a:link    {color:white}
a:visited {color:white}
a:hover   {color:red}
a:active  {color:white}

a.one:link {color: black}
a.one:visited {color: black}
a.one:hover {color: red}

a.two:link {color: black}
a.two:visited {color: black}
a.two:hover {color: red}

a.three:link {color: yellow}
a.three:visited {color: yellow}
a.three:hover {color: red}

a.four:link {color: black}
a.four:visited {color: black}
a.four:hover {color: black}