body {
	margin: 0px;
	padding: 10px;
	font-size: 0.8em;
	font-family: Verdana;
	color: black;
}

div#conteneur {
	overflow: hidden;
	margin: 0px auto;
	width: 980px;
}

div#menu {
	float: left;
	padding-top: 5px;
	width: 200px;
}

div#main {
	float: right;
	padding: 5px 20px;
	border-left: 2px solid #cf3614;
	width: 718px;
}

div#logo {
	height: 80px;
	line-height: 80px;
	font-size: 150%;
}
div#logo img {
	float: left;
	margin-right: 20px;
	width: 275px;
	height: 80px;
}
div#logo .rouge {
	color: #cf3614;
}

h1 {
	margin: 0px 0px 20px 0px;
	border-bottom: 2px solid #cf3614;
	font-size: 150%;
	color: #cf3614;
}

h2 {
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #cf3614;
	font-size: 110%;
	color: #cf3614;
}

p {
	margin: 10px;
}
p#linktree {
	margin: 0px auto;
	width: 400px;
	font-size: 85%;
	text-align: center;
}
p#linktree a {
	color: #cf3164;
	text-decoration: none;
}
p#linktree a:hover {
	color: black;
}
.rouge {
	color: #cf3614;
}

ul {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 17px;
	list-style-type: square;
}

ul li a {
	color: black;
	text-decoration: underline;
}
ul li a:hover {
	color: #cf3614;
}
a#export {
	font-size: 90%;
	color: #cf3164;
	text-decoration: none;
}
a#export:hover {
	color: black;
}

table {
	margin: 10px;
	border-top: 1px solid #cf3614;
	border-left: 1px solid #cf3614;
}
table tr td {
	border-right: 1px solid #cf3614;
	border-bottom: 1px solid #cf3614;
	font-size: 80%;
}

div .statistiques {
	float: left;
	margin-left: 10px;
	padding-left: 5px;
	height: 25px;
	line-height: 25px;
}
p#pstats {
	margin: 10px;
	height: 25px;
	line-height: 25px;
	font-size: 80%;
}

label {
	float: left;
	margin-right: 25px;
	width: 175px;
	text-align: right;
}
input#seconnecter {
	margin-left: 200px;
}