@charset "iso-8859-1";
/* CSS Document ' general ' - Copyright © Christophe Roubaud, tous droits réservés. */

html, body {
	width:100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
a {
	outline: none;
	color: #DBDBDB;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	font-style: italic;
}
:focus {
	-moz-outline-style: none;
}
#base {
	height: 100%;
	width: 100%;
}
#logo {
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
}
h1 {
	font-size: 17px;
	line-height: 21px;
	font-weight: normal;
	color: #DBDBDB;
}
h2 {
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	line-height: 41px;
	color: #2294f4;
}
