/**
 * @author Benoît Mariaux
 * @copyright 2009
 * MyFlyingPiano.com
 */
 
/*CSS pour MFP 02/07/2009*/
img.avatar
{
	border-color: white;
	border-style: solid;
	border-bottom-width: 23px;
	border-top-width: 10px;
	border-left-width: 10px;
	border-right-width: 10px;
}

.grosses_vignettes
{
	font-size:0.7em;
	padding:3px;
	height: 90px;
	width: 100px;
	border: 3px solid silver;
	/*background-color: #fafafa;*/
	background-color: white;
	background-image: url('../images/vignettes/back_vignette.png');
	background-position: bottom;
	background-repeat: repeat-x;
	
	text-decoration: none;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
a.profil_vignettes
{
	text-decoration: none;
}
.profil_vignettes_lien
{
	font-size:0.8em;
	text-decoration: none;
}
.profil_vignettes_img
{
	margin-top: 10px;
	height: 64px;
}


