/***********************
*     Declaration     *
***********************/
#interview{
/*	background-repeat : repeat-x;*/
	text-align : center;
	border: 2px solid black;						/* Bordure noir, de 2px d'epaisseur */
	width : 363px;
	height : 150px;
}

#img_interviewed_player{
	/*width : 70px;*/
	height : 100px;
	position : relative;
	/*bottom : -51px;*/
	/*bottom : -43px;*/
	bottom : -50px;
}


#interviewed_player{
	float : left;
	/*background : url('../images/shelton.png') no-repeat;
	background-position : right bottom;*/
	height : 150px;
	width : 70px;
}

#bubble{
	float : right;
	background : url('../images/bubble_interview2.png') no-repeat;
	/*padding-top : 10px;*/
	height : 150px;
	width : 293px;
	/*font-size : 20px;*/ 
	vertical-align:middle;
	margin-top : 5px;
}

#interview_text{
	/*position : top;*/
	padding-right : 15px;
	padding-left : 15px;
	font : 12px "Segoe Print", Comic Sans, Comic Sans MS, cursive, sans-serif;
	margin-right : auto;
	margin-left : auto;
	margin-top : 10px;
	font-weight : bold;
}
