/* ------------------------------------ *
 CSS
 January 9, 2006 9:03:20 AM
 HAPedit 3.1.11.111
   
 * ------------------------------------ */
/*Style pour le menu*/
.menu_blanc
{
 text-decoration:none;
 background-color:#eaeaea;
 border-style: solid; 
 border-width: 1px 1px 1px;
 border-color:27242a;
}
/*Style pour les boutons du menu*/
.menu_gris
{
 text-decoration:none;
 background-color:#27242a;
 border-style: solid; 
 border-width: 1px 1px 1px;
 border-color:white;
}
/*Style pour le fond blanc*/
.satin_blanc
{
 background-image:url(img/fond_blanc.png);
 background-color:#eae8e8;
 font-family: 'Franklin Gothic Book';
 font-size:13pt;
 color:black;
 link:#9999ff;
 visited:#901428;
 active:#9999ff;
}
/*Style pour le fond noir*/
.satin
{
 background-image:url(img/fond_gris.png);
 background-color:#27242a;
 font-family: 'Franklin Gothic Book';
 font-size:13pt;
 color:white;
 link:#9999ff;
 visited:#901428;
 active:#9999ff;
}
/*Style du Titre (Erotiqc)*/
.titre
{
 font-family: 'Franklin Gothic Book';
 font-size:13pt;
 color:white;
 link:#9999ff;
 visited:#901428;
 active:#9999ff;
}
/*Style pour le titre dans l'affichage de la nouvelle*/
.titre_nvl
{
 font-family: 'Franklin Gothic Book';
 font-size:14pt;
 color:#27242a;
 font-weight: bold;
}
/*Style pour le info sur l'auteur  dans l'affichage de nouvelle*/
.coord
{
 font-family: 'Franklin Gothic Book';
 font-size:12pt;
 color:#666666;
}

/*Style pour les cadres des extras (footer.php)*/
.cadre
{
border-style: solid; 
border-width: 1px 1px 1px;
border-color:red;
background-color:#27242a;
}

h1
{
 font-family: 'papyrus';
 font-weight: bold;
 color:rgb(242,0,0);
 font-size:20pt;
}
h2
{
 font-family: 'papyrus';
 font-weight: bold;
 color:rgb(242,0,0);
 font-size:14pt;
}
h3
{
 font-family: 'Franklin Gothic Book';
 font-weight: bold;
 color:rgb(242,0,0);
 font-size:12pt;
}
a
{
 font-family: 'papyrus';
 color:red;
}
a:visited{color:#901428;}
.erreur
{
 color:red;
}