/* the overlayed element */
div.overlay {
	
	/* growing background image */
	/*background-image:url(image/overlay.png);
	
	/* dimensions after the growing animation finishes  */
	width:500px;
	height:307px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
	
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background:url(../images/close.png) no-repeat;
	position:absolute;
	right:30px;
	top:25px;
	cursor:pointer;
	height:12px;
	width:46px;
}


/* use a semi-transparent image for the overlay */
#overlay {
	background-image:url(../images/overlay_googlemap.png);
	background-repeat:no-repeat;
	color:#efefef;
	height:207px;
}

/* container for external content. uses vertical scrollbar, if needed */
div.wrap {
	height:305px;
	overflow-y:show;
	overflow-x:hidden;
	position:relative;
	width:550px;
	top:30px;
}

div.wrap img{
	border:0;
}

div.titre-amis{
	margin-left:310px;
}
div.formAmi{
	position:relative;
	/*margin-top:25px;*/
	margin-left:70px;
}

div.formNewsletterOver{
	position:relative;
	top:67px;
	left:170px;
}

div.fond{
	position:relative;
	background-image:url(../images/fond-amis.jpg);
	background-repeat:no-repeat;
	width:500px;
	height:222px;
}

.fondPartage{
	position:relative;
	/*background-image:url(../images/contenu-partager.jpg);
	background-position:top;
	background-repeat:no-repeat;
	*/
	width:320px;
	margin:auto;
	
}
.fondPartage table{
	/*margin-top:80px;*/
	margin-left:-40px;
}

.fond-newsletter{
	position:relative;
	background-image:url(../images/fond-newsletter.jpg);
	background-repeat:no-repeat;
	width:418px;
	height:162px;
	margin-top:30px;
}

.sender{
	border:1px solid #000000;
	width:109px;
}
.email{
	border:1px solid #000000;
	width:138px;
}
.email2{
	border:1px solid #000000;
	width:168px;
}
.personnaliser{
	margin-top:75px;
}

.textFiledAmis{
	border:1px solid #000000;
	width:490px;
	height:60px;
}

.contact-line{
	width:470px;
}

.contain-sender{
	float:left;
	width:110px;
}
.contain-email{
	width:110px;
}

.valider{
	margin-left:430px;
	margin-top:5px;
}
.valider2{
	margin-left:285px;
	margin-top:75px;
}


