﻿.myButton {	 
	background-color:black;
	/*-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;*/
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size:12px;
	font-weight:500;
	/*padding:6px 24px;*/
	text-decoration:none;
        background: #333;
	
	}
	
.myButton:hover {
	
	
	color: rgb(76,224,230);
	font-weight:bold;
}
.myButton:active {
	position:relative;
	top:1px;
    
}
.myanalyse{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: 4px;
    border:none !important;
    color: white;
    background-color:black;
}
.myanalyse:hover{
    text-decoration: none;
    background-color: #eee;
    color:black;
}
.wavefront
{  border-style: none;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #ffffff;
    font-size: 14px;
    height:100%;
    cursor: pointer;
    background: none;
}
.wavefront:hover{
    color:black;
    background-color: aliceblue;
    pointer-events: all;
    cursor: pointer;
    filter: alpha(opacity=65);
    opacity: .65;
     height:100%;
}


