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

/* FORMAT POLICE */

body {
	background:#000;
}

img {
	border: none
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 5em;
	color: #333;
	font-weight: normal;
	margin-top:2px;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size : 2.5em;
	color: #666;
}
h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.9em;
	color: #CCC;
	font-weight: bold; 
}

p  {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	color : #999;
	text-indent: 2em;
}

a {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-weight: bold;
}

li {
	display: list-item;
	list-style-image : url(puce.gif);
}

#copyright {
	color:#FFF
}

#haut {
	text-align: center
}

#signature {
	text-align:right;
	margin-right: 1em;
	font-style:italic;
}

#barre {
	vertical-align: 10px;
}
