/* Thanks to http://tutorials.alsacreations.com/modelesmenus */

#content {
	min-height:460px;
}

#maintitle {
	position : absolute;
	top : 0px;
	margin-left:-204px;
	left:50%;
  }

#menu {
	background-image : url('images/front_summer_off.jpg');
	background-repeat : no-repeat;
	height : 300px;
	width : 400px;
	top : 160px;
	/*	top: 50%;*/
	left : 50%;
	list-style-image : none;
	list-style-type : none;
	margin-bottom : 0;
	margin-left : -200px;
	/*	margin : -200px 0 0 -150px;*/
	padding : 0;
	position : absolute;
}


#menu li {
	float: left;
	width: 200px;
	height: 150px;
}

#menu a {
	display: block;
	width: 100%;
	height: 100%;
  }

#menu a:hover {
	background: url('images/front_summer_on.jpg') no-repeat;
}

#menu a span {
	display: none;
	font-size: 1px;
	position: absolute;
	left:0;
	top: -5000px;
}

#deux 	a:hover 	{background-position: -200px 0;}
#trois 	a:hover 	{background-position: 0 -150px;}
#quatre a:hover 	{background-position: -200px -150px;}
#titletag {background-color:#999999;}

