.login .btn_f_G a {
	font-family: 'texgyreadventorbold',Trebuchet MS,Georgia,serif;
	background-color: #737d81;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 14px;
    padding: 16px 0;
    text-align: center;
    width: 55%;
}

.login .btn_f_G a:hover {
	background-color: #8c969a;
    text-decoration: none;
    transition: background-color 0s ease 0s, color 0.15s ease 0s, all 0.15s ease 0s;
	-ms-transition: background-color 0s ease 0s, color 0.15s ease 0s, all 0.15s ease 0s;
	-webkit-transition: background-color 0s ease 0s, color 0.15s ease 0s, all 0.15s ease 0s;
	-moz-transition: background-color 0s ease 0s, color 0.15s ease 0s, all 0.15s ease 0s;
	-o-transition: background-color 0s ease 0s, color 0.15s ease 0s, all 0.15s ease 0s;
}

.login .btns input {
	background-color:#00ab6a;
	border: 0 none;
	font-family: 'texgyreadventorbold',Trebuchet MS,Georgia,serif;
	color: #FFFFFF;
	font-size: 14px;
	padding: 10px 0;
	width: 45%;
	cursor: pointer;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	height: 53px;
}

.login .btns input:hover {
	background-color:#00cc7e;
	transition: background-color 0s ease 0s, color 0.15s ease 0s, all 0.15s ease 0s;
	-ms-transition: background-color 0s ease 0s, color 0.15s ease 0s, all 0.15s ease 0s;
	-webkit-transition: background-color 0s ease 0s, color 0.15s ease 0s, all 0.15s ease 0s;
	-moz-transition: background-color 0s ease 0s, color 0.15s ease 0s, all 0.15s ease 0s;
	-o-transition: background-color 0s ease 0s, color 0.15s ease 0s, all 0.15s ease 0s;
}
.login .btn_f_G.cancel a { width: 40%; }
.login .btns input.mdp_oublie { width: 60%; }

/*** Buttons ***/

a.btn-small {
	font-family: 'texgyreadventorregular',Trebuchet MS,Georgia,serif;
	color:#fff;
	font-size: 13px;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#00ab6a;
	padding: 4px 10px;
	text-decoration: none;
	-webkit-box-shadow: 0 3px 0 0 #007146;
	-moz-box-shadow: 0 3px 0 0 #007146;
	-ms-box-shadow: 0 3px 0 0 #007146;
	box-shadow: 0 3px 0 0 #007146;
	display:inline-block;
	-moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
}

a.btn-small:hover {
	background-color:#00b771;
	color:#fff;
    -webkit-box-shadow: 0 2px 0 0 #007146;
	-moz-box-shadow: 0 2px 0 0 #007146;
	-ms-box-shadow: 0 2px 0 0 #007146;
	box-shadow: 0 2px 0 0 #007146;
    margin: 1px 0;
    text-decoration: none;
}

a.btn-small:active {
	background-color:#009059;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin: 3px 0;
}

span.GbtnV {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#00ab6a;
	text-decoration: none;
	-webkit-box-shadow: 0 3px 0 0 #007146;
	-moz-box-shadow: 0 3px 0 0 #007146;
	-ms-box-shadow: 0 3px 0 0 #007146;
	box-shadow: 0 3px 0 0 #007146;
	display:inline-block;
	-moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
}

span.GbtnV a {
	font-family: 'texgyreadventorbold',Trebuchet MS,Georgia,serif;
	color:#fff;
	font-size: 13px;
	background-color:#00ab6a;
	padding: 9px 10px;
	text-decoration: none;
	cursor: pointer;
    float: left;
}

.btn {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.btn input {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.btn .icosave {
    margin: 0 7px -2px 0;
    vertical-align: text-top;
}

.btn .ico_dl {
    margin: 0 6px -1px -4px;
    vertical-align: text-top;
}

.btn.GbtnV:hover {
	background-color:#00b771;
    -webkit-box-shadow: 0 2px 0 0 #007146;
	-moz-box-shadow: 0 2px 0 0 #007146;
	-ms-box-shadow: 0 2px 0 0 #007146;
	box-shadow: 0 2px 0 0 #007146;
    margin: 1px 0;
}

.btn.GbtnV:active {
	background-color:#009059;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin: 3px 0;
}

span.btnV {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#00ab6a;
	text-decoration: none;
	-webkit-box-shadow: 0 2px 0 0 #007146;
	-moz-box-shadow: 0 2px 0 0 #007146;
	-ms-box-shadow: 0 2px 0 0 #007146;
	box-shadow: 0 2px 0 0 #007146;
	display:inline-block;
	-moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
}

span.btnV a {
	font-family: 'texgyreadventorbold',Trebuchet MS,Georgia,serif;
	color:#fff;
	font-size: 13px;
	background-color:#00ab6a;
	padding: 4px 8px;
	text-decoration: none;
	cursor: pointer;
    float: left;
    text-shadow: 0px 1px 0px rgba(1, 138, 86, 1);
}

.btn.btnV:hover {
	background-color:#00b771;
    -webkit-box-shadow: 0 1px 0 0 #007146;
	-moz-box-shadow: 0 1px 0 0 #007146;
	-ms-box-shadow: 0 1px 0 0 #007146;
	box-shadow: 0 1px 0 0 #007146;
    margin: 1px 0;
}

.btn.btnV:active {
	background-color:#009059;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin: 2px 0;
}

span.btnG {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#ababab;
	text-decoration: none;
	-webkit-box-shadow: 0 2px 0 0 #777777;
	-moz-box-shadow: 0 2px 0 0 #777777;
	-ms-box-shadow: 0 2px 0 0 #777777;
	box-shadow: 0 2px 0 0 #777777;
	display:inline-block;
	-moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
}

span.btnG a {
	font-family: 'texgyreadventorbold',Trebuchet MS,Georgia,serif;
	color:#fff;
	font-size: 13px;
	background-color:#ababab;
	padding: 4px 8px;
	text-decoration: none;
	cursor: pointer;
    float: left;
    text-shadow: 0px 1px 0px rgba(138, 138, 138, 1);
}

.btn.btnG:hover {
	background-color:#909090;
    -webkit-box-shadow: 0 1px 0 0 #777777;
	-moz-box-shadow: 0 1px 0 0 #777777;
	-ms-box-shadow: 0 1px 0 0 #777777;
	box-shadow: 0 1px 0 0 #777777;
    margin: 1px 0;
}

.btn.btnG:active {
	background-color:#757575;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin: 2px 0;
}
