#menu{
				margin:0 auto;
				padding:0;
				list-style-type:none;
				text-transform:uppercase;
			}
		
			#menu li{
				margin:0;
				border-left:1px solid #888;
				border-right:1px solid #aaa;
				padding:0;
				width:130px;
				height:36px;
				float:left;
				background:url('background-menu.png') repeat-x;
			}
			#menu li:hover{
				background-position:bottom;
			}
			#menu .arrondigauche,#menu .arrondidroite{
				width:7px;
				border:none;
			}
			#menu .arrondigauche{
				background:url('background-menu-gauche.png') no-repeat;
			}
			#menu .arrondidroite{
				background:url('background-menu-droite.png') no-repeat;
			}
			#menu li a{
				margin:0;
				padding:0;
				display:block;
				width:100%;
				height:100%;
				line-height:36px;
				color:#ccc;
				font-family:'Myriad Pro',tahoma;
				font-weight:700;
				text-decoration:none;
				font-size:13px;
				text-align:center;
			}
			#menu li a:after {
				color:#444;
				content:attr(title);
				display:block;
				margin-top:-37px;
			}
			#menu li a:hover{
				color:#333;
				position:relative;
				top:-2px;
				text-transform:uppercase;
}
			#menu li a:hover:after{
			text-transform:uppercase;
				color:white;
				margin-top:-35px;
			}
			#menu .prems{
				border-left:none;
			}
			#menu .last{
				border-right:none;
			}