 
div#bloc_mesAmis
{
	width:	316px;
	margin-bottom: 10px;
	border:	2px solid #FFFFFF;
	padding:	5px;
	background-color:#d4edd0;
}

div#bloc_mesAmis div.main
{
	padding:	0;
}

div#bloc_mesAmis div.main div.sous_main
{
	padding:		5px;
	font-family:	Arial;
	font-size:		11px;
	color:			#3c433b;
	padding-top:	7px;
}

div#bloc_mesAmis div.main div.ajouter_ami 
{
	margin-left: 50px;
	margin-top:1px;
	font-family: Arial;
	color:#aa1957;
	font-size: 10px;
	float: right;
}

div#bloc_mesAmis div.msg_error
{
	font-family:	arial;
	font-size:		13px;
	font-weight:	bold;
	color:			#8f0808;
	text-align:		center;
	height:			16px;
	margin-top:		5px;
	margin-bottom:	5px;
	width:			100%;
}

div#liste_amis
{
	position:	relative;
	/*background-color:#e3fde0;*/
	padding:	3px;
	margin-top:	5px;
	height: 320px;
}

div#search_amis
{
	text-align:left;
	font-family:Arial;
	font-size:14px;
	color: #4c214c;
	font-weight: bold;	
}

input#mesAmis_form_search
{
	text-align:left;
	font-family:Arial;
	font-size:11px;
	color: #4c214c;
	font-weight: normal;
	margin-top:7px;
	width: 300px;
	vertical-align: middle;
}


div#liste_amis div.ami
{
	position:		relative;
	float: 			left;
	width:			97px;
	height:			120px;
	text-align:		center;
	font-family:	Arial;
	font-size:		10px;
	color:			#000000;
	padding-top:	3px;
	border:			dotted 1px #d2bea4;
	
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	/*Glow*/
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}
div#liste_amis div.ami:hover{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */		
}
div#liste_amis div.deleted
{
	background-color:#D8D8D8;
}

div#liste_amis div.ami_mini
{
	width:			114px;	
	height:			109px;	
}

div#liste_amis div.ami span
{
	font-family:	Arial;
	font-size:		11px;
	color:#000000;
}

div#liste_amis div.ami a
{
	color: #9A1953;
	text-decoration: none;
}

div#liste_amis div.ami img.photo
{
	border:		solid 1px #d2bea4;
	height:		70px;
	width:		70px;
}

img.photo_cadeau, div.photo_cadeau
{
	border:			solid 1px #d2bea4;
	height:			60px;
	width:			60px;
	background:		#FFFFFF;
	float:			left;
}

div#liste_amis div.ami div.sub_photo
{
	position:	relative;
	padding:	2px 0 2px 0;
	margin:		0 3px 0 3px;
	border: 	solid 2px #f5ecdf;
}

div#liste_amis div.ami div.sub_info
{
	padding-top:	5px;
	padding-bottom:	5px;
}

div#liste_amis div.ami_survol
{
	position:	absolute;
	left:		0;
	top:		0;
	display:	none;
	background:	transparent;
	width:		15px;
	height:		15px;
	text-align:	center;
	font-weight:	bold;
	color:		#000000;
	cursor:		pointer;
	padding-left:	2px;
}

div#msg_window div.avert_offrir
{
	font-family:	Arial;
	font-weight:	bold;
	font-size:		16px;
	color:			#4c214c;
	padding:		8px 5px 8px 5px;
}

div#invitetesamis
{
	background-color: #fee3c9;
	font: bold 12px Arial;
	color: #3c1d49;
	padding: 10px; 
	border: 2px solid #ddd38c;
	margin-bottom:		12px;
}

div#invitetesamis a{
	text-decoration:none;
}

div#invitetesamis div#carte_invitation
{
	height: 111px;
	margin: 10px;
	border: 0;
	text-align:center;
}

div#invitetesamis div#carte_invitation img{
	vertical-align: middle;
	width: 150px;
	height: 100px;	
	margin-top:10px;
}

div#invitetesamis input[type=text]
{
	width: 100%;
	font: normal 11px Arial;
	margin: 10px 0 10px 0;
}

.color_button_amis{
	background-color:#C0D8C0;	
}
