/* 
	- RadioElectroLyon | V.3.0 | interview.css -
	
	 ______   ______     ______
	/\  ___\ /\  ___\   /\  ___\
	\ \  __\ \ \  __\   \ \  __\
	 \ \_\    \ \_____\  \ \_\
	  \/_/     \/_____/   \/_/
	
*/

/*--------------------------------------------------*/
/*---------------------- Entité --------------------*/
/*--------------------------------------------------*/
.interview .content iframe{width:670px!important;}
#likefb iframe{width:130px!important;}

.interview .content img
{ width:100%!important; height:auto!important; }


.interview
{
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	background-color: #bababa;
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	-moz-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
	z-index: 3;
}

.interview .content
{
	width: 670px; /* 530-2*25 px */
	padding: 25px;
	padding-bottom: 5px;
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
	color: #666666;
	background-color: #dadada;
	background-image:url(../images/backgroundClear.png);
}

.interview .title
{
	width: 440px;
	margin-bottom: 15px;
	text-align: left;
	font-weight: bold;
	color: #999999;
}

/*--------------------------------------------------*/
/*----------------------- Like ---------------------*/
/*--------------------------------------------------*/

.interview .like
{
	position: absolute;
	width: 60px;
	height: 14px;
	margin-left: 611px;
	text-align: right;
}

/*--------------------------------------------------*/
/*------------------- Informations -----------------*/
/*--------------------------------------------------*/

.interview table
{
	width: 100%;
	height: 21px;
}

.interview #author
{
	padding-right: 10px;
	text-align: justify;
}

.interview #likefb
{
	width: 130px;
	padding-top: 5px;
	text-align: right;
}

.interview #displayAuthorDescription{cursor: pointer;}

.interview #authorDescription{padding-bottom: 20px;}