strong
{
   color: rgb(50,200,255);
}

.statut
{
    border: none;
	border-bottom: 1px dotted rgb(0,0,190);
    margin-left: auto;
    margin-right: auto;
	width: 95%;
    padding: 12px;
    background-color: rgb(240,240,250);
    font-size: 90%;
	color: rgb(0,0,190);
}

.admin
{
	color: rgb(255,20,20);
}

.membre
{
	color: rgb(0,0,100);
}

.carte
{
    border: none;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	width: 95%;
    padding: 12px;
    background-color: rgb(230,240,250);
    font-size: 90%;
	color: rgb(0,0,190);
}

#photo
{
   float: right;
   margin: 4px;
}