/*-------------
 * Réalisations
 *-------------*/
#realisation_1,
#realisation_2,
#realisation_3,
#realisation_4,
#realisation_5{
	display:	block;
	position: 	absolute;
	z-index: 	1;
}
#realisation_1{
	top:	-232px;
	left:	120px;
}
#realisation_2{
	top:	-328px;
	left:	165px;
}
#realisation_3{
	top:	-175px;
	left:	220px;
}
#realisation_4{
	top:	-304px;
	left:	285px;
}
#realisation_5{
	top:		-328px;
	left:		440px;
	width:		286px;
	height:		130px;
	background:	transparent url(/assets/templates/cestdujoli/images/fil.png) no-repeat;
	background-position: 50% 0;
	
}
a#realisation_5,
a#realisation_5:link,
a#realisation_5:visited{
	color:		#fff;
	font-size:	11px;
	text-decoration: 	none;
}
a#realisation_5:hover,
a#realisation_5:active,
a#realisation_5:hover{
	color:	#000;
}
a#realisation_5 span{
	bottom:		15px;
	display:	block;
	left:		0;
	padding:	0;
	position:	absolute;
	z-index:	100;
	/*border:		1px solid #FFFFFF;*/
	width:		263px;
	padding:	2px 10px;
	text-align:	center;
}
#realisation_5 img{
	position: 	absolute;
	top:		122px;
	left:		0px;
	z-index:	90;
}

/*-------------
 * Vidéo
 *-------------*/
#video{
	position: 	absolute;
	left:		8px;
	bottom:		8px;
	width:		266px;
	height:		194px;
	background: transparent url(/assets/templates/cestdujoli/images/background_news.png) no-repeat top left;
}
#video object{
	position:	absolute;
	top:		65px;
	left:		20px
}

/*-------------
 * News
 *-------------*/
#news{
	position: 	absolute;
	overflow:	hidden;
	left:		150px;
	bottom:		45px;
	width:		590px;
	height:		118px;
	background: transparent url(/assets/templates/cestdujoli/images/background_news_2.png) no-repeat top left;
}
#news .news{
	position: 	absolute;
	overflow:	hidden;
	left:		590px;
	top:		0px;
	width:		590px;
	height:		118px;
	z-index: 	40;
}
#news .news.active{
	left:		0px;
}
#news .paging{
	position: 	absolute;
	right:		10px;
	top:		10px;
	z-index: 	50;
}
#news .paging a,
#news .paging a:link,
#news .paging a:visited{
	display:			block;
	float:				left;
	width: 				7px;
	height: 			14px;
	font-size:			11px;
	color:				#e39383;
	text-decoration:	none;
	background: 		transparent url(/assets/templates/cestdujoli/images/background_news_paging_2.png) no-repeat top left;
	padding:			1px 5px;
}
#news .paging a:hover,
#news .paging a:active,
#news .paging a:focus,
#news .paging a.active{
	color:		#fff;
	background: transparent url(/assets/templates/cestdujoli/images/background_news_paging_1.png) no-repeat top left;
}
#news .news .day{
	position: 		absolute;
	left:			62px;
	top:			25px;
	color:			#fff;
	font-family: 	Impact, serif;
	font-size: 		48px;
	text-align: 	center;
	width:			58px;
}
#news .news .month_year{
	position: 		absolute;
	left:			62px;
	top:			86px;
	color:			#fff;
	font-size: 		10px;
	text-transform: uppercase;
	text-align: 	center;
	width:			58px;
}
#news .news .texte{
	position: 		absolute;
	left:			130px;
	top:			10px;
	color:			#fff;
	width:			450px;
	overflow:		hidden;
}
#news .news .texte .titre{
	color:			#fff;
	font-size: 		14px;
	font-weight: 	bold;
	width:			350px;
	min-height:		18px;
	margin-bottom:	10px;
}
#news .news a.suite,
#news .news a.suite:link,
#news .news a.suite:visited{
	position: 			absolute;
	right:				10px;
	bottom:				10px;
	color:				#000;
	font-weight: 		bold;
	font-size: 			11px;
	text-decoration: 	none;
	z-index: 			50;
}
#news .news a.suite:hover,
#news .news a.suite:active,
#news .news a.suite:focus{
	text-decoration: 	underline;
}
