

/* ********************************** menu************************** */
#menu 
{
	margin-top: 100px;
	margin-left: 90px;
}


#menu li
{
	list-style-type: none;
	list-style-position: inside;
}

#centre
{
	width: 12.5%;
	height: 110px;	
	-moz-border-radius:20px;
	
}


#heure
{
	font-size: 100%;
	font-family: Comic Sans MS, serif;
	font-weight: bold;
	color: orange;
	text-align: center;
}

.plus
{
	font-size: 14px;
	font-family: Comic Sans MS, serif;
	margin-left: 45px;
	color: #143962;
}


.item
{
	position: absolute;
}


#menu a /* les liens */
{
	
	border: none;
	color: #143962;
	border: 1px solid #143962;
	width: 70px;
	-moz-border-radius:25px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}

#menu a:hover /* qd on pointe sur les liens */
{
	color: #143962;
	text-decoration:none;
	border: 2px solid #143962;
	width: 100px;
	-moz-border-radius:25px;
	font-size: 18px;
	text-align: center;
}

body>#menu a:hover
{
	position: absolute;
}
/* ********************************fin du menu ********************* */

