@media all { /*cacher ? IE mac */
* {	padding:0;
	margin:0;
}
body {
background-color: #5857AF;
font-family:sans-serif;
}


#conteneur {
position:absolute;
top:50%;
left:50%;
width:450px;
height:300px;
margin-left:-225px;
margin-top:-75px;

}

ul#menu {
	position: relative;
	text-align: center;
	border: 1px solid black;
	list-style: none;
}

ul#menu a {
	background: url("/images/fondorange.png") repeat-y;
	border: 1px solid transparent;
	display:block;
	color : white;
	text-decoration : none;
}

ul#menu a:visited {
		color : white
}


ul#menu a:hover {
	background-color: red;
	border-top: 1px solid Maroon;
	border-bottom: 1px solid Maroon;
	color: #E0FFFF;
	letter-spacing: 3px;
}

}
