body {
  background-color: #8DD4E6;
	height: 100%;
  width: 100%;
  margin:0px;
  padding:0px;
}

/*Style for the error page*/
#error{

}

/*Style for the index page*/
#index{
	background-color:#E14363;
}

/*Style for the main page*/
#main{
	background-color:#8DD4E6;
}

/*Style for the chapter page*/
#chapter{
	background-image: url("img_site/bgmanga.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin:5px;
}

#details{
	background-color:#FFFFFF;
	background-image: url("img_site/bganime.jpg");
}

#details_content{
	position:absolute;
	left:40px;
	top:10px;
	width:409px;
}

#title_manga{
	text-align:center;
	font-size: 13pt;
	font-weight: bold;
	font-family: "Arial", sans-serif;
	color:#4397ED;
}


/*Style for the div of the index page*/
#div_index{
	position:relative;
	text-align:center;
}

/*Style for the main div *modifié* */
#div_main{
	position:relative;
	margin-left:auto;
	margin-right:auto;
 background-image:url("img_site/fond.jpg");
	background-repeat:no-repeat;
	background-position:center;
	width:1024px;
	height:768px;
}

/*Style for the text div*/
#div_text{
 position:absolute;
	top:60px;
	left:63px;
	width:445px;
	height:355px;
	overflow: hidden;
}


/*Style for the title *modifié* */
#div_scroll{
  position: absolute;
  text-align:center;
  top:190px;
  left:513px;
  width:20px;
	height:90px;
  overflow: hidden;
}

#div_chap_sum{
	position:absolute;
	top:20px;
	left:280px;
	width:205px;
	text-align:center;
	font-size: 10pt;
	font-weight: bold;
	font-family: "Arial", sans-serif;
	color:#4397ED;
}

#div_chap_list{
	position:absolute;
	top:20px;
	left:40px;
	width:140px;
	font-size: 10pt;
	font-weight: bold;
	font-family: "Arial", sans-serif;
	color:#4397ED;
}

#dhtmltooltip{
  font-size: 8pt;
	font-family: "Arial", sans-serif;
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color:#FFFFE0;
	visibility: hidden;
	z-index: 100;
}

#chap_table{
	width:100%;
	border:0;
}

/*Style for the news*/
p.text{
	text-align:center;
	font-size: 10pt;
	font-weight: bold;
	font-family: "Arial", sans-serif;
	color:#4397ED;
}

img.img_link{
	border:0;
	filter: alpha(opacity=50);
	-khtml-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
}

img.img_button{
	border:0;
	height:10px;
	width:10px;
}

img.avatar_manga{
	width:60px;
	height:60px;
	border:0;
	filter: alpha(opacity=50);
	-khtml-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
}

a,a:visited{
	font-size: 10pt;
	font-weight: bold;
	Font-family: "Arial", sans-serif;
	color:#E6EFFD;
	text-decoration:none;
}

a.home,a:visited.home{
	font-size: 10pt;
	font-weight: bold;
	font-family: "Arial", sans-serif;
	color:#9A2F45;
	text-decoration:none;
}

a:hover.home{
	font-size: 10pt;
	font-weight: bold;
	Font-family: "Arial", sans-serif;
	color:#ACABFF;
}

tr.tr_chap_table{
	text-align:center;
}

td.td_manga_avatar{
	text-align:center;
	vertical-align:middle;
	padding:10px;
	padding:2px 15px 2px 15px;
}

td.td_manga_desc{
	vertical-align:middle;
	text-align:left;
	font-size: 10pt;
	font-weight: bold;
	font-family: "Arial", sans-serif;
	color:#A08BF7;
	padding:2px 0px 2px 0px;
}

td.manga_cat{
	height:57px;
	font-size: 10pt;
	font-weight: bold;
	font-family: "Arial", sans-serif;
	color:#A08BF7;
}
