/*
vert-amande:#7A936C
gris:#DBDBDB
*/

body {
	padding:0px;
	margin:0px;
	color:black;
	height:100%;
	background-color:#7A936C;
}

h1 {
	size:170%;
	text-align:left;
	padding-left:10px;
}

h2 {
	text-align:left;
}

.titre {
	font-size:110%;
}

.border table {
	border:thin solid black;
}

.border td, .border th {
	border:thin solid black;
}

.top {
	color:#5B666A;
	font-family: Garamond, serif;
	text-align:center;
	background-color:white;
}

.top a {
	color:#5B666A;
	text-decoration:none;
}

.top a:visited {
	color:#5B666A;
	text-decoration:none;
}

.admin a {
	color:white;
	right:10px;
	top:10px;
	position:absolute;
}

.admin a:visited {
	color:white;
}

.admin a:hover {
	color:#BEBEBE;
}

a {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

img {
	border:none;
}

#menu {
	background-color:#5B666A;
	color:#BDBDBE;
}

#menu a:link {
	text-decoration:none;
	color:#BDBDBE;
}

#menu a:visited {
	text-decoration:none;
	color:#BDBDBE;
}

#menu a:hover {
	text-decoration:none;
	background-color:white;
	color:#020051;
	-moz-border-radius:10px;
}

#content {
	color:black;
}

#content a {
	color:black;
}

#content a:visited {
	color:black;
}

.thumb {
	background-color:white;
	vertical-align:top;
	width:200px;
	border-right:2px solid #BEBEBE;
	border-bottom:2px solid #BEBEBE;
	border-left:2px solid #424242;
	border-top:2px solid #424242;
	text-align:center;
	height:100%;
}

.thumb table {
	height:100%;
}

#thumbs{
	text-align:center;
	margin-left:5px;
	margin-right:5px;
}

.text{
	text-align:left;
	margin-left:2%;
	margin-right:2%;
}

.text td {
	padding-left:6px;
	padding-right:6px;
}

.bronze{
	vertical-align:middle;
	height:100%;
	text-align:center;
	font-weight:bold;
	font-size:60%;
}

.artist {
	vertical-align:middle;
	height:100%;
	text-align:center;
	font-weight:bold;
	font-size:80%;
}

.center {
	text-align:center;
}