/*
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;
}