@charset "utf-8";
/* CSS Document */

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

.Style1 {font-size: 16px}

body {
background-color:#000000;
text-align: center;
}

#main{
width: 1000px;
height: 585px;
background-color:#000000;
margin-right: auto; 
margin-left: auto;
margin-top:30px;

}

#menu {
width: 1000px;
height: 40px;
text-align:center;
font-family:ITC Century Book, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF; 
letter-spacing:1px;
}
#menu li{ 
display:inline; 
padding:20px;
}

#menu ul {
 list-style-type:none;
 margin:auto;
 width:818px;
 

 }
#bandeau {
width:1000px;
height:2px;
background-image:url(../images/ligne.jpg);
margin-left:10px;
}

#histoire {
width:1000px;
height:497px;
background-image:url(../images/bghistoire.jpg);
}

#livre {
background-image:url(../images/bglelivre.jpg);
width:1000px;
height:497px;
}
#auteur {
background-image:url(../images/bgauteur.jpg);
width:1000px;
height:497px;
}
#premierchapitre {
background-image:url(../images/bglelivre.jpg);
width:1000px;
height:497px;
}
#personnages {
background-color:#000000;
width:1000px;
height:497px;
}
#jeux {
background-color:#000000;
width:1000px;
height:497px;
}
#index {
background-color:#000000;
text-align:center;
}

#footer {
width:1000px;
height:20px;
}

.stylemention {
color:#333333;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
float:left;
margin-left:30px;
}

.stylealbin {
float:right;
}


#visu {
width:299px;
float:left;
margin:50px 10px 10px 50px;
}
#textelivre {
width:520px;
height:375px;
text-align:left;
float:left;
color:#FFFFFF;
font-family:ITC Century Book, Arial, Helvetica, sans-serif;
font-size: 14px;
margin:70px 10px 10px 80px;
line-height:20px;


}
#textepersonnages {
width:875px;
height:350px;
text-align:left;
float:left;
color:#FFFFFF;
font-family:ITC Century Book, Arial, Helvetica, sans-serif;
font-size: 14px;
margin:70px 10px 10px 30px;
line-height:20px;
overflow:auto;

}
#titreperso {
text-align:center;
}
#jeux{
width:375px;
height:275px;
float:left;
font-family:ITC Century Book, Arial, Helvetica, sans-serif;
font-size: 14px;
color:#FFFFFF;
text-align:left;
margin:70px 40px 10px 80px;
}
.clear {
 clear: both;
}