/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29 avr. 2016, 17:29:25
    Author     : dimitri
*/
a{
	outline:none;
}
.cookies-alert {
	position:fixed;
	left:0;
	right:0;
	bottom:0px;
	padding:5px 60px;
	border:1px solid #719600;
	z-index:10000;
	display:none;
	text-align:left;
	color:#333;
	background:#fff url(../images/infos.png) 20px 6px no-repeat;
	font-size:12px;
}

a.cookies-esp {
	display:inline-block;
	padding:5px;
	color:grey;
	margin-left:10px;
	text-decoration: underline;
}

a.cookies-accept {
	display:inline-block;
	padding:5px;
	background-color:#719600;
	color:white;
	margin-left:10px;
	text-decoration:none;
}
a.scrollToTop{
	position:fixed;
	width: 40px;
	background:#fff url(../images/scrolltotop.png) no-repeat;
	height: 40px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-indent:-10000px;
	right:10px;
	bottom:10px;
	display:none;
	border:1px solid #fff;
	border:1px solid #bababa;
	z-index:500;
}
a.scrollToTop:hover{
	background:#fff url(../images/scrolltotop.png) no-repeat;
	text-decoration:none;
	
}

#evitement a
{
	position: absolute;
	left: -999999px;
	z-index:100;
}
 
#evitement a:focus
{
	left:5px;
	top:5px;
}

.legacy .mui-button-toolbar {
    display:inline-block;
    background-color: transparent;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    margin: 2px 0 2px 0;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

.legacy .mui-button-toolbar:hover {
    background-color: #DCE8F9;
    border: 1px solid #7FA1E6;
}

.legacy .mui-button-toolbar.pressed {
    background-color: #eee;
    border: 1px solid #bbb;
}



.legacy .mui-button-toolbar img {
    vertical-align: middle;
}
.legacy .mui-button-toolbar span {
    padding-left:5px;
}

.legacy .mui-toolbar {
    background: #F7F7F7;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#F7F7F7');
    background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#F7F7F7));
    background: -moz-linear-gradient(top,  #FEFEFE,  #F7F7F7);
}

.legacy .mui-zone-toolbar {
    display:inline-block;
    background-color: transparent;
    border-color: #eee;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    margin: 2px 0 2px 0;
    padding: 2px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    background: #FAFAFA;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FAFAFA');
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FAFAFA));
    background: -moz-linear-gradient(top,  #FFFFFF,  #FAFAFA);
}