*
{
	margin:0;
	padding:0;
}

a img
{
	border: none;
}

.hr
{
	clear:both;
}

/**********************************************************************************/
/*** Général **********************************************************************/
html,body
{
	height:100%;
	background-color:#acd733;
	background-image: url(../images/fd-bouton.gif);
	background-repeat: repeat;
}

#contenant
{
	background-image: url(../images/fd-sobiouz.jpg);
	background-repeat: repeat-y;
	width: 935px;
	margin-left: 52px;
}

#page
{
	background-image: url(../images/fd-page.jpg);
	background-repeat: no-repeat;
}

#logoHaut
{
	margin-left:65px
}


#gauche
{
	float:left;
	width:402px;
	margin-left:120px;
	margin-top:33px;
}

#droite
{
	float: left;
	width: 335px;
	margin-top:33px;
}

#hrBas
{
	clear:both;
	height:80px;
}

#player
{
	display:block;
}


/**********************************************************************************/
/*** Menu ************************************************************************/
#menu
{
	list-style-type: none;
	margin-left:120px;
	margin-top:58px;	
}

#menu li
{
	float:left;
}

.home
{
	background-image: url(../images/btn-home.gif);
	background-repeat:no-repeat;
	height: 25px;
	width: 95px;
	display:block;	
}

.sobiouz
{
	background-image: url(../images/btn-sobiouz.gif);
	background-repeat:no-repeat;
	height: 25px;
	width: 84px;
	display:block;
}

.links
{
	background-image: url(../images/btn-links.gif);
	background-repeat:no-repeat;
	height: 25px;
	width: 54px;
	display:block;
}

.kalaka
{
	background-image: url(../images/btn-kalaka.gif);
	background-repeat:no-repeat;
	height: 25px;
	width: 81px;
	display:block;
}

.bworld
{
	background-image: url(../images/btn-bworld.gif);
	background-repeat:no-repeat;
	height: 25px;
	width: 151px;
	display:block;
}

.contact
{
	background-image: url(../images/btn-contact.gif);
	background-repeat:no-repeat;
	height: 25px;
	width: 90px;
	display:block;
}

.home:hover, .sobiouz:hover, .links:hover, .kalaka:hover, .bworld:hover, .contact:hover
{
	background-position: 0px -25px;	
}
/**********************************************************************************/
/*** Bas de page ******************************************************************/
#basPage
{
	background-image: url(../images/fd-verte.gif);
	background-repeat: repeat-x;
	height: 68px;
	width:100%;
	position: fixed;
	bottom: 0px;
	z-index:10;
 }

#basPage img
{
	margin-left:15px;
	float:left;
}

#basPage ul
{
	padding-top:42px;
	float:left;
	list-style-type: none;
	margin-left:30px;
	width: 600px;
}

#basPage ul li
{
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;

}

#basPage ul li a
{
	display:block;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-right:20px;
	text-decoration:none
}

#basPage ul li a:hover
{
	text-decoration:underline;

}

