#menu{
				/* */
				margin-top:10px;
				margin-left:25px;
				margin-right:10px;
				margin-bottom:20px;
				padding:0;
				list-style-type:none; 
			}
		
			#menu li{
				margin:0;
				border-left:1px solid #888;
				border-right:1px solid #aaa;
				padding:0;
				width:130px;
				height:33px;
				float:left;
				background:url(../img/background-menu1.png) repeat-x;
			}
			#menu li:hover{
				background-position:bottom;
			}
			#menu .arrondigauche,#menu .arrondidroite{
				width:7px;
				border:none;
			}
			#menu .arrondigauche{
				background:url(../img/background-menu-gauche1.png) no-repeat;
			}
			#menu .arrondidroite{
				background:url(../img/background-menu-droite1.png) no-repeat;
			}
			#menu li a{
				margin:0;
				padding:0;
				display:block;
				width:100%;
				height:100%;
				line-height:33px;
				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:-34px;
			}
			#menu li a:hover{
				color:#333;
				position:relative;
				top:-2px;
			}
			#menu li a:hover:after{
				color:white;
				margin-top:-32px;
			}
			#menu .prems{
				border-left:none;
			}
			#menu .last{
				border-right:none;
			}
			/* CSS Document */

/* PROMOS */
#promos { width: 980px; height: 155px; margin:auto; float:inherit; margin-left:38px; }
#promos img { float: left; border-width: 0; margin: 0 15px 0 0; border:1px solid #999999 }
#promos img.last { margin: 0; }
#promos a { border:none; text-decoration:none;  }
#promos object{ float: left; border-width: 0; margin: 0 15px 0 0; border:1px solid #999999}

