/*
// Site : LUXURIA EVENTS
// Date	: 2009-09
*/

html
{
	height			: 100%;
	overflow		: hidden;
}

body
{
 	height				: 100%;
	font				: normal normal normal 12px Arial, Helvetica, sans-serif;
 	margin				: 0;
	padding				: 0;
	background-color 	: #000000;
}

#main
{
	color 			: #FFFFFF;
	width			: 100%;
	height			: 100%;
	/*text-align 		: center;*/
}

* a,
* a img
{
	text-decoration		: none;
	border				: none;
	color				: #333;
}

* a:hover{
	color				: #FFFFFF;
}



* p
{
	text-align 			: left;
	margin				: 0 0 15px 0;
}

* ul
{
	margin				: 0 0 20px 0;
	padding				: 0;
	display 			: inline;
}

* li
{
	margin				: 0 20px 5px 0;
	padding				: 0;
	color				: #666;
	display 			: inline;
	list-style-type 	: none;
}

#header{
	margin 				: 0 0 0 0;
	border 				: 0px solid #FFFFFF;

}

#menu{
	margin 				: 0 0 10px 95px;
	border 				: 0px solid #FFFFFF;

}

#menu li a{
	font-size			: 13px;
	color				: #BCBCBC;
}
#menu li a:hover{
	color				: #FFFFFF;
}


#menu_home_fr li a,#menu_home_en li a{
	font-size			: 13px;
	color				: #000000;
}

#content-home{
	margin 				: 10px 0 0 95px;
	display 			: block;
	float 				: none;
	border 				: 0px solid #FFFFFF;

}

#content-home h1{
	font-size 			: 18px;
	margin 				: 0;
	font-weight 		: normal;
}

#content{
	margin 				: 10px 0 0 95px;
	display 			: block;
	float 				: none;
	width 				: 800px;
/*	height 				: 200px;
	overflow 			: auto;	*/
	border 				: 0px solid #FFFFFF;

}

#content h1{
	font-size 			: 18px;
	margin 				: 20px 0 0 0;
	font-weight 		: normal;	
}

#content h2{
	font-size 			: 14px;
	margin 				: 20px 0 0 0;
	font-weight 		: normal;	
}

#content p{
}

#footer{
	margin 				: 50px 0 0 95px;
}

#footer ul{
	margin 				: 0;
}

#footer li{
	margin 				: 0;
}
#footer li a{
	color				: #BCBCBC;
}
#footer li a:hover{
	color				: #FFFFFF;
}

#flash_player{
	margin 				: 20px 0 0 0;
}

#flash_player img{
	margin 				: 10px 0 0 0;
}

#adresse{
	margin 				: 20px 0 0 0;
	color 				: #333;
	display 			: block;
	float 				: none;
}


