/**
 *  CSS de la page Membres des fiches Artiste
 */

#intro { margin-bottom:20px; }
.membre { width:580px; height:100px; padding:10px; margin-bottom:20px; background:#333; border:1px solid #999; }
.membre .avatar { float:left; width:100px; }
.membre .infos { float:right; width:450px; }
.membre .infos h3 { color:#FFCD00; font-size:1.1em; font-weight:bold; }
.membre .infos div { margin-top:1px; }
.membre .infos div a { color:#999; font-size:0.85em; text-decoration:underline; }
.membre .infos p { margin-top:10px; }

