/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
 .texte { 
 width: 700px;
 color: #FFFFFF;
 margin:0 ; padding:0}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

h1 { color: #FFFFFF; font-size: 1.2em; font-weight: bold; }
body {
	background-color: #333333;
}

div#entrer {
    clear: both;
    background-image: url(images/dbz_entrer_dbz.jpg);
	width: 600px;
	height: 400px;
}

.liennavig {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #1f1d1d;
	font-size: 20px;
	text-decoration: bold;
}
A.liennavig:link {
	text-decoration: bold;
	color: #1f1d1d;
}
A.liennavig:visited {
	text-decoration: bold;
	color: #1f1d1d;
}
A.liennavig:hover { 
	text-decoration: bold;
	color: #1f1d1d;
	}
A.liennavig:active {
	text-decoration: bold;
	color: #1f1d1d;
}
