/* -------------------------------------------------------------------
AUTRES DEFINITIONS
------------------------------------------------------------------- */
/*
 * CONTENU
 */

#boxActus{
	float:left;
	width:930px;
	height:284px;
	background:url("../images/bg_box_actus.jpg") no-repeat;
	margin:0 0 9px 1px;
	padding:4px 0 0 4px;
}
			
	#flashHome{
		float:left;
		width:926px;
		height:280px;
	}
	
#boxHighlightPhotos {
	/*background:#F00;*/
	position:relative;
	width:715px;
	height:135px;
	overflow:hidden;
}
	#sliderCarrouselPhotos {
		position:absolute;
	}
		#sliderCarrouselPhotos li {
			display:block;
			/*background:#00F;*/
			width:715px;
			height:135px;
		}
		
	#navCarrouselPhotos {
		position:absolute;
		height:120px;
		width:715px;
	}
		#navCarrouselPhotos .prev {
			float:left;
			margin:52px 0 0 5px;
			height:19px;
			width:28px;
			background:url('../images/hlp_next-prev.png') left no-repeat;
			z-index:12;
			text-indent:-9999px;
			outline:none;
		}
		#navCarrouselPhotos .next {
			float:right;
			margin:52px 5px 0 0;
			height:19px;
			width:28px;
			background:url('../images/hlp_next-prev.png') right  no-repeat;
			z-index:13;
			text-indent:-9999px;
			outline:none;
		}
		#linkCarrouselPhotos {
			display:block;
			float:right;
			margin:87px 0 0 0;
			height:36px;
			width:195px;
			background:url('../images/hlp_see-all.png') left  no-repeat;
			z-index:14;
			text-indent:-9999px;
			outline:none;
		}
