/***********************
 * Partie Droite > Magasin
 ***********************/
.home_flash
{
	position: 				absolute;
	left: 					0;
	right: 					0;
	height: 				410px;
}

.home_flash_bg
{
	height: 				410px;
}


.advertising_item
{
	margin-left: 			0;
}


/***********************
 * Partie Droite > Magasin
 ***********************/
#home_magasin
{
	background-image: 		url(../images/home6/home_bloc_magasin.jpg);
	background-repeat: 		no-repeat;
	background-position: 	top left;
	padding-top: 			26px;
	margin-bottom: 			10px;
	width: 					349px;
}


 /***********************
 * News
 ***********************/
.home_news_bloc
{
	background-image: 		url(../images/home6/home_bloc_news.jpg);
	background-repeat: 		no-repeat;
	background-position: 	top;
	padding-top: 			26px;
	width: 					349px;
}

.home_news_list
{
	border: 				1px solid #EFEFEF;
	background-color: 		#E0E1E1;
	background-image: 		url(../images/home6/home_news_bg.jpg);
	background-repeat: 		repeat-x;
	background-position: 	top;
	padding: 				8px 3px;
}
.home_news_item
{
	border: 				1px solid #D7D7D7;
	border-top: 			0;
	background-color: 		#FFF;
	padding: 				1px;	
}

.first
{
	border-top: 			1px solid #D7D7D7;
}
.home_news_item table
{
	background-color: 		#F4F4F4;
}
 
.home_news_picture:link,
.home_news_picture:hover,
.home_news_picture:active,
.home_news_picture:visited
{
	display: 				block;
	padding: 				2px;
	border: 				1px solid #B6B6B6;
	margin: 				10px;
	background-color: 		#FFF;
	text-align: 			center;
}

.home_news_datecreate
{
	margin-top: 			8px;
	margin-bottom: 			3px;
	color: 					#FA3500;
	font-weight: 			bold;
	font-size: 				8pt;
}

.home_news_label:link,
.home_news_label:hover,
.home_news_label:active,
.home_news_label:visited
{
	color: 					#222;
	font-weight: 			bold;
	font-size: 				8pt;
}

.home_news_description
{
	color: 					#777;
	font-size: 				8pt;
}

.home_news_button:link,
.home_news_button:hover,
.home_news_button:active,
.home_news_button:visited
{
	display: 				block;
	text-align: 			right;
	margin: 				2px 5px 5px 0;
}


.home_news_seeall:link,
.home_news_seeall:hover,
.home_news_seeall:active,
.home_news_seeall:visited
{
	display: 				block;
	text-align: 			center;
	margin: 				5px 0;
}

