#menu, #menu ul /* Liste */     
{
		
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
		list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 16px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu /* Ensemble du menu */
{
        font-weight : bold; /* on met le texte en gras */
        font-size : 12px; /* hauteur du texte : 12 pixels */
}

#menu a /* Contenu des listes */
{
        display : block;/* on change le type d'élément, les liens deviennent des balises de type block */
		color:#EFE971;/* couleur du texte */
        width : 196px; /* largeur */
}

#menu li /* Elements des listes */      
{ 
         float : left; 
         position: relative;   /* pour IE qui ne reconnaît pas "transparent" */
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
		visibility: hidden;
		left: 0px;
		top: 44px;
		background-image:url(image/none.gif);
				
}		


a:hover 
{
text-decoration:underline
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  
{
	visibility: visible;
}


td,img,li,ul,tr {

border:none;
vertical-align:top;
}

body {
font-family:Arial;
color:#EFE971;
border:none;
margin:0px;
padding:0px;
background-image: url(image/fond.gif);
font-size:12px;
text-align: justify;
padding-bottom : -20px;

}

h1
{
font-weight:bold;
font-size:18px;
text-align:center;
}
h2 {
font-weight:bold;
font-size:14px;
text-decoration:underline;
}
.style1{
font-weight:bold;
font-size:12px;
}
.style2 {
	font-size: 18px;
	font-weight: bold;
}
.saison{
font-weight:bold;
font-size:18px;
text-align:center;
}

.saison1{
text-align:center;
font-size:10px;
}
.episode{
margin-left:100px;
font-weight:bold;
font-size:14px;
}
.syno_title{
font-size:14px;
text-align:center;}
a {
color:#EFE971;/* couleur du texte */
text-decoration: none;

}

.episode_img {
position: absolute;
left: 650px;
top: 480px;
}

#site
{
width: 630px;
margin-left:75px;
margin-right:75px;
}
.personnage1 {
font-size:16px;
text-align:center;
font-weight:bold;
text-decoration:underline;

}

.personnage2 {
font-size:14px;
text-align:center;
font-weight:bold;
text-decoration:underline;

}