﻿body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#MainFlash
{
	clear:both;
	float:left;
	display:inline;
	width:100%;
	height:353px;
	background: transparent url(/splash_screen/images/bg.jpg) repeat-x;
	
}

#MainFlash #MainSplashScreen
{
	clear:both;
	width:965px;
	height:353px;
	margin-left:auto;
	margin-right:auto;
	background: transparent url(/splash_screen/images/bg_flash.jpg) no-repeat;	
	background-position:center center;
}

#MainFlash #SplashScreen
{
	width:965px;
	height:353px;
	margin-left:1px;
	margin-top:0px;
}

#Menu
{
	clear:both;
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	width:655px;
}

#Menu .logo
{
	float:left;
	display:inline;
	width:296px;
	
}

#Menu .content
{
	float:right;
	display:inline;
	margin-top:85px;
	width:350px;
}

#Menu .content a
{
	display:inline-block;
	float:left;
	padding:0px 10px 0px 10px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.menu_abonnement .item1 a
{
	float:left;
	display:inline;
	width:210px;
	height:30px;
	background:url(/splash_screen/images/abonnement/links/dejabonne-off.jpg);
}

.menu_abonnement .item1 a:hover
{
	background:url(/splash_screen/images/abonnement/links/dejabonne-on.jpg);
}

.menu_abonnement .item2 a
{
	float:left;
	display:inline;
	width:280px;
	height:30px;
	margin-left:40px;
	background:url(/splash_screen/images/abonnement/links/pasabonne-off.jpg);
}

.menu_abonnement .item2 a:hover
{
	background:url(/splash_screen/images/abonnement/links/pasabonne-on.jpg);
}

.menu_abonnement .item3 a
{
	float:left;
	display:inline;
	width:232px;
	height:30px;
	margin-left:40px;
	background:url(/splash_screen/images/abonnement/links/direct-off.jpg);
}

.menu_abonnement .item3 a:hover
{
	background:url(/splash_screen/images/abonnement/links/direct-on.jpg);
}


