body
{
	background-image: url(../images/fond_body.jpg);
	background-repeat: repeat;
	width: 1200px;
	height: 800px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #0000FF;
	background-position: 50% 0%;
	font-family: helvetica;
	position: relative;
	border: 1px solid black;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
}

#haut_page
{
	border: 1px solid black;
	position: absolute;
	margin-top: 10px;
	margin-left: 200px;
	width: 800px;
	height: 100px;
}


#menu_big
{
	background-image: url(../images/menu_big_items.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 68px;
}

#menu_big_club
{
	position: absolute;
	width: 65px;
	height: 50px;
	margin-left: 10px;
	margin-top: 5px;
}

#menu_big_equipes
{
	position: absolute;
	width: 110px;
	height: 50px;
	margin-left: 80px;
	margin-top: 5px;
}

#menu_big_volleyloisirs
{
	position: absolute;
	width: 170px;
	height: 50px;
	margin-left: 195px;
	margin-top: 5px;
}

#menu_big_presse
{
	position: absolute;
	width: 85px;
	height: 50px;
	margin-left: 370px;
	margin-top: 5px;
}

#menu_big_partenaires
{
	position: absolute;
	width: 165px;
	height: 50px;
	margin-left: 460px;
	margin-top: 5px;
}

#menu_big_arbitrage
{
	position: absolute;
	width: 140px;
	height: 50px;
	margin-left: 635px;
	margin-top: 5px;
}

#menu_small
{
	background-image: url(../images/menu_small_items.png);
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 10px;
	margin-top: 70px;
	height: 20px;
	width: 800px;
}

.menu_small_items
{
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	height: 20px;
	width: 770px;
	text-align: center;
	font-weight: bold;
}

a.itemlink:link
{
	color: white;
}

a.itemlink:hover
{
	color: red;
}

a.itemlink:visited
{
	color: #00FFFF;
}

.itemlink_middle
{
	text-decoration: none;
	color:white;
}

