#home_zoom
{
	position: 				relative;
	top: 					-25px;
	
}

#home_zoom h2
{
	background-color: 		#000;
	-moz-opacity: 			0.7;
	filter:					alpha(opacity=70);
	font-size: 				9pt;
	padding: 				5px 3px;
	margin: 				0;
	color: 					#FFF;
	text-align: 			center;
	margin-left: 			1px;
	margin-bottom: 			1px;
}
#home_zoom td.first h2
{
	margin-left: 			0;
}


#home_diapo
{
	width: 					859px;
	height: 				337px;
	background-color: 		#FFF;
	z-index: 				1;
}

/********************************
 * Contact > Gauche
 *******************************/
#home_zoom 
{
	z-index: 0;
}
#home_zoom a.link:link,
#home_zoom a.link:hover,
#home_zoom a.link:active,
#home_zoom a.link:visited
{
	display: 				block;
	color: 					#FFF;
	background-color: 		#444;
	background-image: 		url(../images/commons/puce.png);
	background-position: 	5px;
	background-repeat: 		no-repeat;
	padding: 				1px 0 1px 16px;
	margin: 				5px 10px;
	text-decoration: 		none;
	font-size: 				8pt;
	font-weight: 			bold;
}

#home_zoom a.link:hover
{
	background-color: 		#4F4F4F;
}

#home_zoom .home_text
{
	color: 					#DDD;
	font-size: 				8pt;
	text-align: 			justify;
	padding: 				10px 10px;
	margin-left: 			1px;
	height: 				115px;
	overflow-y: 			auto;
}
#home_zoom img
{
	margin-left: 			1px;
}
#home_zoom td.first img
{
	margin-left: 			0;
}

#home_zoom td.first .home_text
{
	margin-left: 			0;
}


/********************************
 * Home > Contact
 *******************************/
#home_contact
{
	background-image: 		url(../images/home/home_contact.jpg);
	background-position: 	top left;
	background-repeat: 		no-repeat;
	width: 					483px;
	height: 				135px;	
	margin:					0 auto;
}
#home_contact h3
{
	font-size: 				8pt;
	padding: 				5px 0;
	margin: 				0;
	margin-top: 			10px;
	color: 					#A00;
}
#home_contact #home_contact_inner .text
{
	font-size: 				8pt;
	color: 					#CCC;
}

#home_contact #home_contact_inner
{
	margin-top: 			20px;
	margin-left: 			200px;
}

#home_contact a.link:link,
#home_contact a.link:hover,
#home_contact a.link:active,
#home_contact a.link:visited
{
	display: 				block;
	color: 					#FFF;
	background-color: 		#444;
	background-image: 		url(../images/commons/puce.png);
	background-position: 	5px;
	background-repeat: 		no-repeat;
	padding: 				1px 0 1px 16px;
	margin: 				20px 40px 5px 40px;
	text-decoration: 		none;
	font-size: 				8pt;
	font-weight: 			bold;
}

#home_contact a.link:hover
{
	background-color: 		#4F4F4F;
}



/********************************
 * Home > Tags
 *******************************/
#home_tag
{
	background-image: 		url(../images/home/home_tag.jpg);
	background-position: 	top left;
	background-repeat: 		no-repeat;
	width: 					322px;
	height: 				135px;	
	margin:					0 auto;
	overflow-y:				hidden;
	margin-top: 			20px;
}
#home_tag #home_tag_inner
{
	margin-top: 			0;
	margin-left: 			40px;
	text-align: 			justify;
	padding: 				20px;
	overflow: hidden;
}
#home_tag #home_tag_inner a:link,
#home_tag #home_tag_inner a:hover,
#home_tag #home_tag_inner a:active,
#home_tag #home_tag_inner a:visited
{
	color: #AAA;
	text-decoration: none;
}

#home_tag #home_tag_inner a:hover
{
	color: #FFF;
}




#home_news_mask
{
	background-image: 		url(../images/home/home_mask.png);
	background-position: 	top right;
	background-repeat: 		no-repeat;
	width: 					214px;
	height: 				111px;
}

#home_news_picture
{
	background-position: 	50% 50%;
	background-repeat: 		no-repeat;
}


.home_news_title
{
	color: 					#DDD;
	font-size: 				8pt;
	font-weight: 			bold;
	text-align: 			justify;
	padding: 				0 10px 5px 10px;
	margin-left: 			1px;
}

.home_news_description
{
	color: 					#DDD;
	font-size: 				8pt;
	text-align: 			justify;
	padding: 				5px 10px 0 10px;
	margin-left: 			1px;
}

.home_news_description a:link,
.home_news_description a:hover,
.home_news_description a:active,
.home_news_description a:visited
{
	color: 					#FFF;	
}