#trophee-gauche {
	float: left;
	width: 190px;
	margin-right: 20px;
	min-height: 200px;
}

#trophee-centre {
	float: left;
	width: 415px;
	margin: auto;
	margin-right: 20px;
	min-height: 200px;
}

#trophee-droite {
	float: left;
	width: 200px;
	min-height: 200px;
	padding-top: 10px;
	font-size: 20px;
	text-align: center;
}

.categorie {
	background-image: url(../img/design/encart.png);
	background-repeat: repeat-x;
	background-color: #e4e4b8;
	background-position: 0px -20px;
	border: 1px solid #654;
	margin-bottom: 5px;
	padding: 5px;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
}

.categoriePoint {
	float: right;
	padding-top: 5px;
	font-weight: normal;
	color: #aaa;
}

.trophee {
	padding: 3px 0px 3px 10px;
	font-weight: normal;
	display: none;
}

.trophee:hover {
	font-weight: bold;
}

.etape {
	padding: 10px 5px 10px 5px;
}

.etape strong {
	font-size: 16px;
}

.etape.attente {
	opacity: 0.4;
}

.etape.en-cours {
	background-color: #fffeb5;
}

.etape .date {
	font-size: 11px;
	color: #aaa;
}

#trophee-centre h2 {
	text-align: center;
}

#trophee-centre .description {
	padding: 10px;
	margin: 10px auto 20px auto;
	width: 280px;
	font-style: italic;
	background-color: white;
	border: 1px dashed #654;
	border-radius: 5px;
}

.trophee-vitrine {
	background-image: url(../img/design/encart-trophee.png);
	background-repeat: repeat-x;
	background-color: #e4e4b8;
	border: 1px solid #654;
	margin: 5px;
	padding: 10px;
	border-radius: 5px;
	font-size: 12px;
	position: relative;
}

.trophee-vitrine h3 {
	padding-top: 0px;
}

.trophee-vitrine .remove {
	position: absolute;
	right: 3px;
	top: 3px;
	display: none;
	cursor: pointer;
}

.trophee-action-vitrine {
	text-align: right;
	padding: 5px;
}
