/* CSS Document */

body
{
	font-family: Arial, Verdana, Helvetica, sans-serif ;
	font-size: 12px ; 
	color: white ;
	background-color: #151515 ;
	background-image: url('image/bg2.jpg') ;
	background-repeat: repeat-x ;
	background-position: top ;
	margin-top: 20px ;
	margin-left: 0px ;
	margin-right: 0px ;
	
}

.header
{
	width: 700px ;
	height: 300px ;
	
}

.titre
{
	color: #fd475f ;	
}

.menu
{
	padding-top: 10px ;
	width: 700px ;
	font-size: 18px ;
	color: #fd475f ;
	background-color: #000 ;
}

.menu a
{
	text-decoration: none ;
	font-size: 18px ;
	color: #fd475f ;
}

.menu a :hover
{
	text-decoration: none ;
	font-size: 18px ;
	color: #FFF ;
}

.body
{
	width: 700px ;
	padding-top: 20px ;
	background-color: #000 ;
}

.bottom
{
	width: 700px ;
	height: 100px ;
	background-image: url('image/bottom.png') ;
}

.mycontact
{
	position: absolute ;
	margin-top: 0px ;
	margin-left: 377px ;
}

.supremebeing
{
	position: absolute ;
	margin-top: 0px ;
	margin-left: 30px ;
}


.kocoon
{
	position: absolute ;
	margin-top: 0px ;
	margin-left: 481px ;
}

.facebook
{
	position: absolute ;
	margin-top: 20px ;
	margin-left: 540px ;
}

#facebook
{ 
	margin-top: 15px ;
	margin-left: auto ;
	margin-right: auto ;
	width: 700px ;
	height: 370px ;
	background-color: #151515 ;
}

.copyright
{
	background-image: url('image/copyright2.png') ;
	background-repeat: no-repeat ;
	background-position: top ;
	margin-top: 10px ;
	height: 30px ;
}

