*
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

html
{
	height:100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	height:100%;
	background-color:#000 ;
}

#conteneur
{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-390px;
	background-color:#000;
	width:780px;
	color:#ccc;
	text-align:center;
	margin-top:5%;
}

#conteneur div
{
	margin:5%;
	font-size:1.3em;
	font-weight:bold;
	color:#b12300;
}

li
{
	list-style:none;
}

strong
{
	font-weight:bold;
}

em
{
	font-style:italic;
}

a
{
	color:#e4c880;
}

a:hover
{
	text-decoration:underline;
}

hr.both
{
	visibility:hidden;
	height:0;
	width:0;
	clear:both;
}

.hidden,
.invisible
{
	visibility:hidden;
}


h1
{
	height:147px;
	width:500px;
	background: url(logo.jpg) no-repeat scroll ;
	margin:auto;
	border:1px solid #222;
	margin-top:5%;
	
}

h1 span
{
	display:none;
}

#phpmyvisites
{
	display:none;
}