#cache{  
	display:none;  
	position:fixed;  
	_position:absolute;
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background: black;  
	z-index:999;
}  
#infoBox{  
	display:none;  
	position:fixed;  
	position:absolute;
	top: -200px;
	height: 207px;  
	width: 430px;  
	z-index:1000;  
	padding:0;
	margin: 0;
}  
#infoBoxGauche, #infoBoxCentre, #infoBoxDroite{
	display:inline;
	float:left;
	height: 207px;
	width: 7px;
	margin: 0;
	padding:0;
	background: url(img/infoBox/bordGauche-audio.png) no-repeat center;
}
#infoBoxDroite{
	background: url(img/infoBox/bordDroit-audio.png) no-repeat center;
}
#infoBoxCentre{
	width: 386px;
	background: url(img/infoBox/degrad-audio.png) repeat-x;
}
#infoBoxTitle, #infoBoxClose, #infoBoxContent{
	display:inline;
	float:left;
	margin: 0;
	padding:0;
}
#infoBoxTitle{
	height: 25px;
	width: 251px;
	margin: 15px 0 0 15px;
	background: url(img/infoBox/sharethis.png) no-repeat top left;
}
#infoBoxClose{
	height: 22px;
	width: 19px;
	margin: 17px 0 0 90px;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	cursor: pointer;
}  
#infoBoxContent{
	display:inline;
	float:left;
	height: 70px;
	width: 250px;
	margin: 0 0 0 16px;
}
#confirmText{
	display:inline;
	float:left;
	height: 35px;
	width: 270px;
	position: relative;
	bottom: 40px;
}
#infoBoxContent p{
	height: 30px;
	width: 274px;
}
#confirmText p{
	display: inline;
	height: 30px;
	width: 300px;
}
#emailInput, #pseudoInput{
	display:inline;
	float:left;
	height: 30px;
	width: 160px;
	margin: 0 0 0 0px;;
}
#sendThisEmail, #sendThisPseudo{
	width: 150px;
	border: 1px solid #6d5e4c;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background-color: #22211f;
	color: #D6C9B9;
}
#sending{
	display:inline;
	float:left;
	cursor: pointer !important;
	height:14px;
	width: 46px;
	margin: 5px 0 0 5px;
	background: url(img/infoBox/send.png) no-repeat top;
}
#facebookShare{
	display:inline;
	float:left;
	width: 160px;
	position: relative;
	bottom: 40px;
}
#alert{
	display: inline;
	float: left;
	height:43px;
	width: 274px;
	position: relative;
	right: 290px;
	bottom: 52px;
	margin: 0;
	padding:0;
	background: url(img/alert2.png) no-repeat center;
	z-index: 100;
	font-weight: bold;
	font-size: 12px;
}
#alert span.alertContent{
	display: block;
	float: left;
	margin: 5px 0 0 8px ;
	padding:0;
}
#infoBoxConfirm{
	display:inline;
	float:left;
	height:87px;
	width: 105px;
	margin: 40px 0 0 10px;
}