@import url(http://fonts.googleapis.com/css?family=Dosis:500,600,700);

a:focus
{
	outline: 0;
}
:focus {outline:none}


html,
body
{
	margin: 			0;
	padding: 			0;
	/*height: 			100%;*/
	font-size: 				9pt;
}


body
{
	background-color: 		#000;
	background-image: 		url(../images/home/intro.jpg);
	background-repeat: 		no-repeat;
	background-position: 	center center;
	background-attachment: 	fixed;
	height: 				100%:
}

#home_table
{
	border-collapse: 		collapse;
}

#home_bloc
{
	background-image: 		url(../images/home/strip.png);
	background-repeat: 		repeat-x;
	background-position: 	center center;
	height: 				400px;
}
.home_advertising
{
	width: 					900px;
	margin: 				0 auto;
}

#home_bloc_inner
{
	width: 					900px;
	margin: 				0 auto;
	height: 				400px;
	background-image: 		url(../images/home/logo.png);
	background-repeat: 		no-repeat;
	background-position: 	center center;

}

#home_bloc .home_link_reception:link,
#home_bloc .home_link_reception:hover,
#home_bloc .home_link_reception:active,
#home_bloc .home_link_reception:visited
{
	display: 				block;
	display: 				none;
	float: 					left;
	margin-top: 			70px;
	height:					245px;
	width: 					245px;
	background-image: 		url(../images/home/univers-reception.png);
	background-repeat: 		repeat;
	background-position: 	center center;
	-webkit-transition:		all .2s ease-out;
	-moz-transition:		all .2s ease-out;
	-o-transition:			all .2s ease-out;
	transition:				all .2s ease-out;
}
#home_bloc .home_link_reception:hover
{
	margin-left: 			30px;
}

#home_bloc .home_link_reception:link span,
#home_bloc .home_link_reception:hover span,
#home_bloc .home_link_reception:active span,
#home_bloc .home_link_reception:visited span
{
	display: 				none;
}

#home_bloc .home_link_foiresalon:link,
#home_bloc .home_link_foiresalon:hover,
#home_bloc .home_link_foiresalon:active,
#home_bloc .home_link_foiresalon:visited
{
	display: 				block;
	display: 				none;
	float: 					right;
	margin-top: 			70px;
	height:					245px;
	width: 					245px;
	background-image: 		url(../images/home/univers-foire-salon.png);
	background-repeat: 		repeat;
	background-position: 	center center;
	-webkit-transition:		all .2s ease-out;
	-moz-transition:		all .2s ease-out;
	-o-transition:			all .2s ease-out;
	transition:				all .2s ease-out;
}
#home_bloc .home_link_foiresalon:hover
{
	margin-right: 			30px;
}

#home_bloc .home_link_foiresalon:link span,
#home_bloc .home_link_foiresalon:hover span,
#home_bloc .home_link_foiresalon:active span,
#home_bloc .home_link_foiresalon:visited span
{
	display: 				none;
}


/****************************
 * Intro Footer
 ****************************/
#home_keyword
{
	position: 				fixed;
	bottom: 				35px;
	left: 					0;
	right: 					0;
	padding: 				8px 0;
	font-family: 			'Dosis', Arial;
	text-align: 			center;
	text-shadow: 			1px 1px 1px #000;
}
#home_keyword_inner
{
	margin: 				0 auto;
	width: 					1100px;
	-webkit-transition:		all 2s ease-out;
	-moz-transition:		all 2s ease-out;
	-o-transition:			all 2s ease-out;
	transition:				all 2s ease-out;
	color: 					#7D725D;
}
#home_keyword_inner:hover
{
	color: 					#FFF;
}

/****************************
 * Menu Footer
 ****************************/
#home_footer_menu
{
	position: 				fixed;
	bottom: 				0;
	left: 					0;
	right: 					0;
	border-top: 			1px solid #3D3A34;
	padding: 				8px 0;
	font-family: 			'Dosis', Arial;
	text-align: 			center;
	color: 					#7D725D;
	background-color: 		#000;
}

#home_footer_menu span
{
	margin: 				0 10px;
}
#home_footer_menu a:link,
#home_footer_menu a:hover,
#home_footer_menu a:active,
#home_footer_menu a:visited
{
	color: 					#7D725D;
	font-size: 				9pt;
	-webkit-transition:		all .5s ease-out;
	-moz-transition:		all .5s ease-out;
	-o-transition:			all .5s ease-out;
	transition:				all .5s ease-out;
	text-decoration: 		none;
}
#home_footer_menu a:hover
{
	color: 					#FFF;
}


.home_footer_menu_googlelink
{
	float: 					right;	
	margin: 				0 10px;
}
.home_footer_menu_googlelink a:link,
.home_footer_menu_googlelink a:hover,
.home_footer_menu_googlelink a:active,
.home_footer_menu_googlelink a:visited
{
	font-size: 				8pt;
	color: 					#7D725D;
}