/* ######## PROPRIETES GENERALES ######## */

body
{
   margin: 0 auto;
   width: 830px;
   background-color: white !important;
   font:normal 12px verdana,arial;
   line-height: 140%
}
a, #chatbox ul a
{
	color:#4778B0; 
	text-decoration:none;
}
a:hover 
{
	border-bottom: 1px dashed #FF7902;
	font-weight: bold;
}
a:active
{
	color: #FF7902;
}
a img
{
	border: none;
}
p
{
	margin: 7px 5px;
	text-align: justify;
}
h1
{
	font-weight: bold;
	margin: 10px;
	font-size:1.2em;
}
h2
{
text-align: left;
font-size: 1.1em;
margin-left: 5px;
margin-bottom: 15px;
margin-top: 15px;
}
ul li
{
	text-align: left;
}
form
{
	margin-left: 30px;
	text-align: left;
	display:none;
}
input, textarea
{
	border: 1px solid #5889C1;
	color: #4778B0;
	margin-bottom: 5px;
}
input:focus
{
border: 1px solid #11A3EA;
background-color: #F2FFFF;
}
input:hover,textarea:hover,textarea:focus
{
border: 1px solid #11A3EA;
}
table
{
margin: 5px 0;
}

/* ######## PROPRIETES DE MISE EN PAGE ######## */

#all
{
	position: absolute;
	margin: auto;
	background: url(images/bg.jpg) repeat left !important;
	background-image: url("images/bg.jpg");
	min-height: 100%;
	max-width: 830px;
}
#header
{
   width: 830px;
   height: 184px;
   background-image: url("images/header.jpg");
   background-repeat: no-repeat;
   display:none;
}
#sous-header
{
   width: 830px;
   height: 57px;
   background-image: url("images/inter.jpg");
   display:none;
}
#centre
{
	float: right;
	width: 488px;
    height: 100%;
	text-align: center;
}
#chatbox
{
	margin-left: 5px;
	margin-right: 2px;
	width: 476px;
	background-color: #80B0E9;
	border: 1px solid #4778B0;
	padding-right: 4px;
	display:none;
}
#naruto
{
   float: left;
   margin-right: 0;
   width: 171px;
   height: 100%;
   display:none;
}
#shaman_king
{
	float: right;
	width: 171px;
    height: 100%;
	display:none;
}
#footer
{
	padding-right: 171px;
	padding-top: 15px;
	float: right;
	width: 488px;
    height: 100%;
	display:none;
}
#espace_membre
{
	width: 380px;
	background-color:#A9D9FF;
	text-align:center;
	margin:auto;
	padding:5px;
	border: 2px solid #5090C0;
	padding-bottom: 3px;
	display:none;
}

#propositions
{
display:none;
}

/* ######## PROPRIETES DES MENUS ######## */

#naruto p, #shaman_king p
{
	margin: 5px;
}

/* Naruto */
#naruto ul
{
	margin: 0;
	margin-left: 5px;
	padding: 0;
	list-style-type: none;
}
#naruto ul a, #naruto
{
	color: #613011;
}
#naruto  ul a:hover
{
	color: #FFF;
	border-bottom: 1px solid #5188C8;
}
#naruto  ul a:active
{
	color: #5188C8;
}
#naruto  a:before
{
	content: "» ";
	color: black;
}
#naruto  a:hover:before
{
	content: "» ";
	color: #5188C8;
}
#chatbox a
{
	color: white;
}

/* Shaman King */
#shaman_king  ul
 {
	margin: 0;
	margin-left: 15px;
	padding: 0;
	list-style-type: none;
}
#shaman_king img
{
	margin-left: 9px;
}
#shaman_king ul a
{
	color: #17212C;
}
#shaman_king  ul a:hover
{
	border-bottom: 1px solid #FF7902;
	color: #FFF;
}
#shaman_king  ul a:active
{
	color: #FF7902;
}
#shaman_king  a:before
{
	content: "» ";
	color: black;
}
#shaman_king  a:hover:before
{
	content: "» ";
	color: #FF7902;
}
#footer p
{
margin: 10px;
text-align: center;
}

/* ######## AUTRES PROPRIETES ######## */

#espace_membre p
{
	margin: 0;
	text-align:left;
}
#espace_membre a:hover
{
	text-decoration: none;
	border: none;
}

#personnages p
{
	text-align: left;
}
#personnages a:hover
{
	border-bottom: 1px dashed #FF7902;
	text-decoration: none;
}
.sorties
{
	display: none;
	margin: 0;
	padding-bottom: 15px;
}
.droite
{
	float: right;
	margin: 0 10px 10px;
}
.gauche
{
	float: left;
	margin: 10px;
	clear: left;
}
.auteur
{
	text-align: right;
}
.justifie
{	
	text-align: justify;
}
.intersection
{
text-align: center;
color: #714021;
margin: 10px;
font-size: 130%;
}
.spoil
{
	border: 1px dashed #4778B0;
	margin: auto;
	margin-bottom: 15px;
	padding: 1px;
	color: #4778B0;
}
.news
{
	padding: 11px;
	background-image: url(images/news.jpg);
	height: 13px;
	width: 436px;
	text-align: left;
	color: #17212C;
	margin-bottom: 10px;
}
.recherche
{
	background-image: url('images/recherche.png');
	background-repeat: no-repeat;
	padding-left: 18px;
}
.correct
{
	color:green;
	font-weight:bold;
	text-align:center;
}
.error
{
	color:red;
	font-weight:bold;
	text-align:center;
}