/*******************
mep menu retour
*******************/
#menu_retour{
	width: 121px;
	margin-right: 40px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}
#lien_retour{
	height: 62px;
	padding: 9px 0 0 9px;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	display: block;
}
a#lien_retour:hover{
	color: #58585a;
	background-color: #fff;
}
.lien_projet_autres{
	height: 30px;
	line-height: 12px;
	margin-top: 4px;
	padding: 4px 0 0 30px;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	display: block;
	background-image: url(../images/puce.gif);
	background-repeat: no-repeat;
	background-position: 9px 15px;
}
a.lien_projet_autres:hover{
	color: #58585a;
	background-image: url(../images/puce-hover.gif);
	background-color: #fff;
}

/*******************
mep contenu detail
*******************/
#contenu_detail{
	width: 349px;
	line-height: 12px;
	float: left;
}
#projet_detail,#projet_awards,#projet_credits,#projet_fichier{
	line-height: 12px;
	padding: 12px;
	color: #58585a;
	background-color: #fff;
}
#projet_fichier{
	padding-left: 30px;
	background-image: url(../images/icone-plaquette.gif);
	background-repeat: no-repeat;
	background-position: 12px 12px;
}


