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

/* **********************************************************
   FEUILLE DE STYLES DEATH NOTE - LE JEUX HTML/CSS
   Toute copie n'est pas permise © 
    Par Sean Ocean le lundi 2 Mars 2009
************************************************************ */

/* --- STYLES DE BASE POUR LE TEXTE ET LES PRINCIPAUX ÉLÉMENTS --- */

/* Page */
html {
	font-size: 100%; /* Voir -> Note 1 à la fin de la feuille de styles. */
}
body {
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; /* 3 */
	font-size: .8em; /* -> 4 */
	line-height: 1.25; /* -> 5 */
	color: black;
	background: white;
}

/* Titres */
h1, h2, h3, h4, h5 {
	margin: 1em 0 .5em 0; 
}
h1, h2 {
	font-weight: normal;
}
h1 {
	font-size: 3em; 
	font-style: italic;
}

h2 {font-size: 1.4em; font-weight: bold; color: #dadada;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.2em; background: #151515; color: #dadada;}
h5 {font-size: 1.2em; background: #5b0008; color: #dadada;}
h6 {font-size: 3em; color: #151515; font-weight: bold; margin: 0 0 0 0;}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0; 
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}

a:focus {outline:none}

a:link 
{
   font-family: verdana, sans-serif;
   color: #d0171e;
   text-decoration: none;
}

a:visited
{
   font-family: verdana, sans-serif;
   color: #d0171e;
   text-decoration: none;
}

a:hover 
{
   font-family: verdana, sans-serif;
   color: #151515;
   text-decoration: none;

}

a img { 
  border : none; 
}

a#clicmadiv { 
	display : block;
	width:100%;
	height:100%;
	color: #8a8a8a;
	text-decoration: none;
}

input.login {
	width: 150px;
	height: 22px;
	color: #ffffff;
	padding: 6px 0 0 0;
	border: 0px;
	background: url('http://deathnote-lejeu.com/img/main/input.png') right top no-repeat;
	list-style: none;
} 

input.login2{
	width: 300px;
	height: 22px;
	color: #ffffff;
	padding: 6px 0 0 0;
	border: 0px;
	background: url('http://deathnote-lejeu.com/img/main/input4.png') right top no-repeat;
	list-style: none;
} 

input.infoplayer {
	width: 126px;
	height: 19px;
	color: #ffffff;
	padding: 2px 0 0 0;
	border: 0px;
	background: url('http://deathnote-lejeu.com/img/main/input3.png') right top no-repeat;
	list-style: none;
} 

input.infoshinigold {
	width: 126px;
	height: 19px;
	color: #151515;
	font-weight: bold;
	padding: 2px 0 0 0;
	border: 0px;
	background: url('http://deathnote-lejeu.com/img/main/input5.png') right top no-repeat;
	list-style: none;
} 

.progressBar span{
	position:absolute;
	width:200px;
	height:12px;
	background-color:#720000;
	top:13px;
	left:444px;
	overflow:hidden;
}
.progressBar em{
	position:absolute;
	width:200px;
	height:12px;
	background-color:#454545;
}

a.tooltip em {
    display:none;
}
a.tooltip:hover {
    border: 0; 
    position: relative;
    z-index: 500; 
	background: none;
    text-decoration:none;
}
a.tooltip:hover em span {
    position: absolute; 
    top: -11px; 
    left: 15px;
    height: 11px; 
    width: 11px; 
    background: #151515; 
    margin:0; 
    padding: 0; 
    border: 0;
}
