html{
	padding:50px 0 0 0;
	margin:0;
}

body{
	width:800px;
	padding:0;
	margin:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#000;
	color:#555;
}

div#content{
	width:800px;
	height:400px;
	position:absolute;
	top:50%;
	left:50%;
	margin: -150px 0 0 -400px;
}

h1{
	color:#FFF;
	width:50%;
	float:left;
	height:200px;
	margin:0;
}

a{
	text-decoration:none;
	color:#FFF;
	border:#FFF dotted;
	border-width: 0 0 1px 0;
	padding:1px 3px;
}

a:hover{
	background:#FFF;
	color:#000;
	border:#000;
}

/***************************************************************/
h1 a{
	display:block;
	width:100%;
	height:100%;;
	border:none;
	margin:0;
	padding:0;
	text-indent:-5000px;
	outline:none;
}

h1#portfolio a{
	background:url(media/accueil.jpg) no-repeat;
}
h1#portfolio a:hover{
	background:url(media/accueil.jpg) no-repeat 0 -200px;
}

h1#blog a{
	background:url(media/accueil.jpg) no-repeat right top;
}
h1#blog a:hover{
	background:url(media/accueil.jpg) no-repeat -400px -200px;
}
/*******************************************************************/
p#fr{
	position:absolute;
	top:0;
	margin:0;
	padding:0;
	width:100%;
}

p#en{
	position:absolute;
	bottom:0;
	margin:0;
	padding:0;
	width:100%;
}
