/*plugin team - frontend styles*/

#team {
margin:5px;
overflow:auto;
}


#team img {
border:solid 2px #cccccc;
}

.team_joueurs {
margin:20px;
}

.team_categorie {
font-weight:bold;
margin:20px 0 10px 0;
padding-bottom:5px;
border-bottom:solid 1px #cccccc;
/*color:#2d4d70;*/
}

.team_member {

}


.member_photo {
float:left;
width:190px;
clear:none;
}

.member_properties {
float:left;
width:300px;
}

.member_properties label {
float:left;
clear:left;
font-weight:bold;
width:150px;
}

.member_property {
float:left;
width:150px;
clear:right;
}