#page {
	margin:auto;
	width:800px;
}
#content {
	float: right;
	width:510px;
	height:710px;
	margin-right: 25px;
	background-image: url("../images/fond_interviewdebut.png");
	background-repeat: no-repeat;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#9C9A94;
	
	padding-left: 28px;
}
#content_header {
	font-size: 14px;
	padding-top: 25px;
	height: 30px;
	width:442px;
	/* background-color: green; */
}
#content_header span{
	float:right;
	font-size: 12px;
	/* background-color: gold; */
}
#content_chroniqueur {
	padding-top: 10px;
	height: 20px;
	width:442px;
	/* background-color: maroon; */
}
#content_title {
	padding-top: 20px;
	height: 80px;
	width:442px;
	font-size:24px;
	/* background-color: silver; */
}
#content_colonnes {
	display:inline;
	line-height: 15px;
	/* background-color: black; */
	}
#content_colonne_left {
	float:left;
	margin-top: 7px;
	padding-right: 10px;
	width:200px;
	height:425px;
	/* background-color: pink; */
}
#content_colonne_right {
	float:right;
	margin-top: 7px;
	margin-right: 68px;
	/* padding-right: 66px; */
	width:210px;
	height:425px;
	/* background-color: blue; */
}
/** Navigation **/
#navigation_next{
	padding-top: 432px;
	width:444px;
	/* background-color: orange; */
}
#bouton_next{
	float: right;
}