#left {
	width: 283px;
	margin-top: 60px;
	margin-left: 60px;
	position:relative;
}

#left #orange {
	width: 61px;
	height: 70px;
	position:absolute;
	left:-61px;
	background-color:#e07b03;
}

#left #coupCoeur {
	width: 260px;
	height: 368px;
}

#left #coupCoeur #titre_privilege {
	padding: 15px;
	background-color:#e9a24e;
	height:40px;
	font-size:19px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}

#left #coupCoeur .object {
	padding: 15px;
	background-color:#f9e5cd;
}

#left #coupCoeur .object .picture img {
	width: 100%;
}

#left #coupCoeur .object h3 {
	text-align: center;
}


#left #coupCoeur .object #button input[type='button']{
	width:89px;
	height:22px;
	background-image:url(../picture/interface/savoir_plus_orange.png);
	border:0;
	padding:0;
}

#left #coupCoeur .object #button {
	background-image:url(../picture/interface/savoir_plus_orange.png);
	float:right;
	margin:0;
		height:22px;
		padding:0;
}

#right {
	width: 521px;
	margin-top: 24px;
	margin-right: 60px;
}

#right #panneau {
	padding-bottom: 25px;
	padding-left: 180px;
	background: url(../picture/interface/pan_bienvenue.gif) top left no-repeat;
	border-bottom: 1px solid #184C99;

}

#right .news {
	margin-top:25px;
	position:relative;
	padding-top:13px;
}

#content .news .description{
	width:330px;

}

#content .news .picture {
	height:148px;
	float:right;
}
#content .news .picture img{
	position:absolute;
	top:0;
	right:0;

}
#content .news .titre{
	position:absolute;
	left:9px;
	top:17px;
	z-index:50;
		font-size: 14px;
	color: #184C99;
	font-weight:bold;
	margin:0!important;
}
#content .news .accroche{
	position:relative;
	height:26px;
	/*-moz-opacity: 0.65 ; /* Gecko -> Firefox, Netscape 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.65)";  IE8 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.65);  IE < 8 
	opacity: 0.65; CSS 3 */
	width:434px;
	margin-top:0!important;

}

#content .savoirplus{
	width:84px;
	height:21px;
	background-image:url(../picture/interface/savoir_plus.png);
	display:block;
	border:0;
	float:right;
}

#content #rotillon{
	margin-top:25px;
	position:relative;
}

#rotillon .savoirplus_orange{
	width:89px;
	height:22px;
	background-image:url(../picture/interface/savoir_plus_orange.png);
	border:0;
	display:block;
	position:absolute;
	top:128px;
	left:192px;
}

