body {
	font-family: sans-serif;
	font-size: 13px;
	background-color: #321d1c;
	color: #FFF;
}

#status {
	position: relative;
	width: 350px;
	left: 52%;
	margin-top: 20px;
	
}

#systeme,#net,#utils, #date {
	text-align: left;
	position: relative;
	width: 350px;
	line-height: 18px;
}

#date {
	font-style: italic;
	text-align: right;
}

#bottom {
	position: relative;
	width: 350px;
	left: 50%;
	margin-left: -175px;
	text-align: center;
	font-size: 11px;
	margin-top: 100px;
	bottom: 0px;
	padding: 5px;
}

p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

#links p {
	font-weight: bold;
}

#status p {
	font-weight: bold;
}


#links {
	position: relative;
	width: 400px;
	margin-top: -10px;
	left: 50%;
	margin-left: -400px;
	float: left;
}



li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -10px;
	
}

#status li {
	list-style-type: 	none;
	margin-left: -20px;
}

#serveur #boutons {
	position: relative;
	width: 300px;
	margin: auto;
	text-align: center;
}

a {
	color: #1993b6;
}

a:hover {
	color: #5BC4E2;
}

.petit {
	font-size: 11px;
}

hr {
	position: relative;
	width: 90%;
	margin-left: 0px;
	border: 0px solid #321d1c;
	border-top: 1px dashed #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bottom hr {
	margin-left: auto;
}
