

body{
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #ffffff;
	background-image: url(fond-chevre.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 9pt;
	font-family: verdana, sans-serif;
	text-align: center;
}

#container {
	width: 800px;
	margin: auto;
	text-align: left;
}

#top {
	margin-bottom: 2em;
	margin-top: 2em;
	text-align: center;
}

#top img {
	border: 0;
}

#menu {
	float: left;
	width: 200px;
}

#contenu{
	margin-left: 220px;
	margin-bottom: 5em;
}

#bottom {
	clear: both;
	text-align: center;
	font-size: 75%;
	margin-bottom: 1em;
}

a {
	font-weight: bold;
	color: #b84623;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

a img {
	border: 0;
}

.droite {
	text-align: right;
}


div.item {
	border: #b84623 2px solid;
	background-color: #eaeaea;
	background-image: url(fond-chevre-gris.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 1em;
	margin-bottom: 2em;
}

ul {
	list-style-image:url(etoile.gif);
}

div.item li {
	margin: 5px;
	font-weight: bold;
}

div.item .titre {
	font-size: 150%;
	font-weight: bold;
	color: #b84623;
}

div.post {
	background-color: #eaeaea;
	background-image: url(fond-chevre-gris.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 1em;
	margin-bottom: 2em;
	border: solid 2px #b84623;
}

div.post .titre {
	font-size: 200%;
	font-weight: bold;
	color: #b84623;
}

div.post .message {
	padding: 1em 2em 1em 2em;
	text-align: justify;
}

div.post .auteur {
	text-align: right;
	color: #621;
	font-style: italic;
}

#bottom img {
	margin: 5px;
}

table.score {
	margin: auto;
	font-weight: bold;
}

table.score th {
	text-align: center;
}

table.score td.domicile {
	text-align: right;
}
table.score td.score {
	text-align: center;
}
table.score td.exterieur {
	text-align: left;
}

.rouge {
	color: red;
}

.vert {
	color: green;
}

.gris {
	color: grey;
}

.bleu {
	color: blue;
}