body{
	/* background: url("../img/bg1440-80.jpg") center top no-repeat; */
	background-color: black;
	color: white;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0;
	padding: 0;
}
img{
	border: none;
}
a{
	color: white;
}

#toolbar{
	float: left;
	list-style-type: none;
	margin: 5px 0 5px 63px;
	padding: 0;
	position: absolute;
	width: 32px;
}
#toolbar li{
	filter: Alpha(opacity=40);
	-moz-opacity: .40;
	-khtml-opacity: 0.40;
	opacity: .40; 
}
#toolbar li:hover{
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1; 
}

#content{
	background: url("../img/bg-content.png");
	border-left: 1px solid black;
	border-right: 1px solid black;
	height: 100%;
	margin: 0 0 0 100px;
	width: 600px;
}

.logo{
	display: block;
	margin: 0 0 0 99px;
	text-indent: -10000px;
	width: 403px;
}
#logo-title{
	background: url("../img/suis-moi-title.png");
	height: 93px;
}
#logo-real{
	background: url("../img/suis-moi-real.png");
	height: 29px;
	margin-bottom: 50px;
}

#menu{
	bottom: 0px;
	margin: 0 0 3px 70px;
	padding: 0px;
	position: absolute;
	width: 600px;
}
#menu a{
	color: white;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu li{
	display: inline;
	margin: 0 4px 0 4px;
}

/*INDEX*/
#share-fb{
	background: url("../img/btn-share-fb.png");
	display: block;
	height: 21px;
	margin: 5px 0 0 406px;
	width: 169px;
}

/*DIVERS*/
.w{
	margin: 25px 25px 0 25px;
	text-align: justify;
}
.w h2{
	font-size: 15px;
}
.w p, ul{
	font-size: 13px;
}

.ul-wp{
	list-style-type: none;
	padding: 0px;
}
.ul-wp li{
	margin-bottom: 10px;
}
