/*********************************
******** FICHE MEMBRE ********
*********************************/
/* nom du membre */
#membre h1
{
	text-align: center;
	color: #FF8151;
	letter-spacing: 4px;
	text-transform: capitalize;
	font-weight: bold;
	font-size: x-large;
}

#membre a
{
	color: #FF8151;
	font-weight: bold;
	text-decoration: none;
}

#membre a:hover
{
	color: #66aaf7;
}

/* commentaires membres */
#membre .commentaire1
{
	background-color: #E6E6E6;
	padding-top: 2px;
	padding-bottom: 2px;
}
#membre .commentaire0
{
	padding-top: 2px;
	padding-bottom: 2px;
}
#membre .commentaire1 .auteur, #membre .commentaire .auteur
{
	padding-left: 20px;
	padding-right: 20px;
}
#membre .commentaire1 .msg, #membre .commentaire .msg
{
	padding-left: 40px;
	padding-right: 40px;
}

/* boutton retour */
#membre .retour
{
	text-align: center;
}
#membre .retour a
{
	text-decoration: underline;
	font-weight: normal;
	color : #696969;
	font-size: 10px;
	border: none;
}

#membre .retour a:hover
{
	border: none;
	color: #FF8151;
}
