* {
	margin : 0;
	padding : 0;
}

html {
	background-image:url("../images/fond.gif");
	background-repeat:repeat;
	height : 100%;
	width : 880px;
	overflow : auto;
	margin : auto;
}

body {
	margin : auto;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align:justify;
}
/****************************************************GENERAL*****************************************************/
img {
	border : 0px;
}

.gras {
	font-weight:bolder;
}

.souligne {
	text-decoration:underline;
}

.centrer {
	text-align:center;
}

.bordure-1px {
	border:1px solid black;
}
/****************************************************LE CONTENEUR*****************************************************/
#conteneur {
	background-image: url("../images/conteneur.jpg");
	position: absolute;
	width: 880px;
	left: 50%;
	margin-left: -450px;
	background-color:white;
	background-repeat: repeat-y;
}
/****************************************************LA BANNIERE*****************************************************/
#entete-banniere {
	background-image:url("../images/banniere-haut.jpg");
	width:880px;
	height:192px;
	background-repeat : no-repeat;
}

#menu-banniere {
	background-image:url("../images/banniere-menu.jpg");
	width:880px;
	height:38px;
	background-repeat : no-repeat;
}

.marge-mangas {
	padding-left : 268px;
	padding-top:10px;
	border : 0px;
}

.marge-menu-banniere {
	padding-left : 270px;
}
/****************************************************LE MENU GAUCHE*****************************************************/
#menu-gauche {
	background-image:url("../images/menu-gauche.jpg");
	width:174px;
	float:left;
	background-repeat : repeat-y;
}

.mg-entete {
	padding-left:15px;
}

.liens-gauche {
	background-image:url("../images/sousmenu-milieu.jpg");
	padding-left:16px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size : 11px;
}

#menu-gauche a:hover {
	color:#003366;
}

.images-menu {
	padding-left:14px;
}


#menu_entete {
	background-image : url("../images/sousmenu-haut.jpg");
	background-repeat : no-repeat;
	width : 141px;
	height : 2px;
	margin-left : 8px;
	margin-top : 3px;
}

#menu_corps {
	background-image : url("../images/sousmenu-milieu.jpg");
	width : 141px;
	background-repeat : repeat-y;
	margin-left : 8px;
}

#menu_pied {
	background-image : url("../images/sousmenu-bas.jpg");
	background-repeat : no-repeat;
	width : 141x;
	height : 3px;
	margin-left : 8px;
	margin-bottom : 19px;
}

/****************************************************LE MENU DROITE*****************************************************/
#menu-droite {
	background-image: url("../images/menu-droite.jpg");
	background-repeat: repeat-y;
	float:right;
	width: 130px;
}

#tomes-telechargement {
	background-image:url("../images/tomes.jpg");
	width:126px;
	height:341px;
}

.tomes-naruto img {
	padding-top:19px;
	padding-left:1px;
}

.tomes-bleach img {
	padding-top:1px;
	padding-left:1px;
}

.md-entete {
	padding-left:5px;
}

.liens-droite {
	padding-left:5px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#menu-droite a:hover {
	color:#FF66FF;
}
/****************************************************LE CORPS*****************************************************/
#corps-page {
    background-color:white;
    margin-left:190px;
    /*margin-right:30px;*/
    width:680px;
}

#corps-page a {
	color:#3366CC;
	text-decoration:none;
	font-weight:bold;
}

#corps-page a:hover {
	color:#3399FF;
	text-decoration:none;
	font-weight:bold;
}

.titre-dossier {
	color:#45618c;
	text-align:center;
}

.titre {
	color:#45618c;
}

.personnages {
	color:#2d5990;
}

.akatsuki-h1 {
	color:#45618c;
}

.akatsuki-h2 {
	color:#3366CC;
}

/****************************************NEWS****************************************/
.Entete-news {
	background-image:url("../images/entete-news.jpg");
	width:665px;
	height:49px;
}

.Entete-actualites {
	background-image:url("../images/entete-actualites.jpg");
	width:665px;
	height:49px;
}

.news {
	border:2px dotted #000000;
	width:665px;
	height:80px;
	background-color:#c7daeb;
	margin-bottom:15px;
}

.news-image {
	float:left;
}

.news-titre {
	padding-left:135px;	
}

.news-corps {
	height:44px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:5px;
}

.news-titre p {
	text-align:center;	
}

.news-date p {
	text-align:right;
	padding-right:5px;
}
/*************************************************************************************/
/****************************************NEWS ID****************************************/
.news_id {
	border:2px dotted #000000;
	width:665px;
	background-color:#c8de9e;
	margin-bottom:15px;
}

.news-image_id {
	float:left;
}

.news-titre_id,.news-corps_id {
	padding-left:135px;	
}

.news-corps_id {
	padding-top:3px;
	padding-bottom:3px;
	padding-right:5px;
}

.news-titre_id p {
	text-align:center;	
}

.news-date_id p {
	text-align:right;
	padding-right:5px;
}
/*************************************************************************************/
/****************************************************LE PIED*****************************************************/
#pied-page {
	background-image:url("../images/pied-pub.jpg");
	background-repeat:no-repeat;
	clear:both;
	width:880px;
	height:66px;
	padding-left:290px;
}

.partenaires {
	background-image:url("../images/partenaires.jpg");
	background-repeat:no-repeat;
	clear:both;
	width:670px;
	height:45px;
	padding-left:208px;
	padding-top:28px;
}
/*************************************************************************************/
#box {
	padding-left : 8px;
}

#pub {
	padding-left:100px;
}