#AntiAccordion{
position: absolute;
display: block;
width: 1100px;
height: 270px;
background: transparent;
z-index: 9999;
*border: 1px solid blue;
}


.aim {
position:relative;
overflow:hidden;
border-left: 1px solid #E1E3EB;
border-right: 1px solid #E1E3EB;
z-index: 5;
}

.aim a{
background-position:left;
cursor:pointer;
overflow:hidden;
position:relative;
float:left;
left:6px;
z-index: 5;
}

#acc-menu2 p {
margin-top: 0;
margin-bottom: 0;
z-index: 5;
}

.container a:not(.span){
background-blend-mode: luminosity;
}
.container a:hover {
background-blend-mode: normal;
}

.container span{
background-blend-mode: normal;
}



#temp-container a:not(.span){
background-blend-mode: normal;
	-ms-animation: vibre 1s linear infinite;
	-moz-animation: vibre 1s linear infinite;
	-webkit-animation: vibre 1s linear infinite;
	animation: vibre 1s linear infinite;
}

#temp-container a:hover {
background-blend-mode: normal;
	-ms-animation: none;
	-moz-animation: none;
	-webkit-animation: none;
	animation: none;
}

@keyframes vibre {
  0%, 7% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(-5px);
  }
  20% {
    transform: translateX(3px);
  }
  25% {
    transform: translateX(-2.5px);
  }
  30% {
    transform: translateX(1.5px);
  }
  35% {
    transform: translateX(-1px);
  }
  40%, 100% {
    transform: translateX(0);
  }
}

.title{
border-style: solid;
border-width: 3px;
border-color: #ffffff;
border-radius: 15px 50px 30px;
color:#000000;
bottom: 25px;
left:7px;
width:212px;
display:block;
padding:5px 10px 3px 10px;
position:absolute;
background:#ffae00;
font-family: 'Eng2';
font-size:13px;
text-transform:uppercase;
font-weight:bold;
text-align: left;
height:15px;
line-height:13px;
-webkit-box-shadow: -4px 4px 4px 0px rgba(0,0,0,0.89);
-moz-box-shadow: -4px 4px 4px 0px rgba(0,0,0,0.89);
box-shadow: -4px 4px 4px 0px rgba(0,0,0,0.89);
z-index: 5;
}

.title:hover{
border-radius: 15px 50px 30px;
color:#000000;
bottom:25px;
left:7px;
width:212px;
display:block;
padding:5px 10px 3px 10px;
position:absolute;
background:#ffae00;
font-size:13px;
font-weight:bold;
text-align: left;
height:15px;
line-height:13px;
z-index: 5;
}