/* CSS Document */

body {
	background-color: #000000;
	font-size:0px;
}

div#contenu {
	position:relative;
	height:464px;
	width:306px;
	margin:0 auto;
}

img#logo {
	display:block;
	padding:0 0 7px 0;
}

ul, li {
	padding:0 0 6px 0;
	list-style-type:none;
	font-size:0px;
}

ul {
	margin:10px 0 0 248px;
}

ul li a {
	text-indent:-10000px;
	overflow:hidden;
	display:block;
	width:61px;
	height:8px;
}

ul li#bienvenue a {
	background:url(../img/bienvenue.gif) #000 top left no-repeat;
}

ul li#welcome a {
	background:url(../img/welcome.gif) #000 top left no-repeat;
}

li#bienvenue a:hover, li#welcome a:hover {
	background-position:bottom left;
}
