  .mr {
	margin-right: 10px;
  }
  .mb {
	margin-bottom: 10px;
  }
  .mt {
	margin-top: 10px;
  }
  .ml {
	margin-left: 10px;
  }
  
  
  .button, input[type="submit"], form p.double input[type="submit"] {
 background:  #FBD568 ;
border: 1px solid #F4AB4C;
color: #996319;
padding:5px;
cursor:pointer;
color:black;
text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}

 input[type="submit"]:hover, .button:hover {
  box-shadow: 0 1px rgba(255, 255, 255, 0.3) inset, 0 20px 40px rgba(255, 255, 255, 0.15) inset;
}
/*
 .button, input[type=submit] {
	
	font-size:12px;
	-moz-border-radius:5px 5px 5px 5px;
	
	background:url(../images/bg-btn.gif) repeat-x #E6E6E6;
	border-color:#DDDDDD #DDDDDD #CCCCCC;
	border-style:solid;
	border-width:1px;	
	color:#666666;
	
	cursor:pointer;
	margin:0;
	overflow:visible;
	padding:3px 8px ;
	text-shadow:1px 1px 0 #FFFFFF;
	width:auto;
}
.button:hover {
	border-color:#ccc #ccc #ddd;
	color:#333333;
}*/
.button a, a.button {
	text-decoration:none;
	color: black;
}
img.button {
	-moz-border-radius:0;
	margin:0;
	padding: 0;
	border: 0;
	width: auto;
	height: auto;
	background: none;
}

input.button[disabled="disabled"]{
	color:grey;
	background: #E6E6E6;
}
.tableau_menu {
  clear: both;
  overflow: visible;
}



div.pagination a:hover {
	background: #f5f5f5;
}
div.pagination a.active {
	background : #2580A2;
color:white;	
}
div.pagination a {
	display:block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	font-size: 7px;
	float:left;
	margin: 5px;
	text-decoration:none;
	border: 1px solid grey;
	text-align:center;
	color:black;
}
.slider_nbLines {
	width :400px;
	float:left;
}
.tableau_menu {
	overflow : visible;
	clear:both;
	
}


div.tableau_menu div.frmsearch{
	float: right;
	background: none;
	border: none;
	padding: 0;
	width:auto;
	margin :5px 0;
}
div.tableau_menu .left {
float:none;
margin :5px 0;
}




table.tablesorter {
	border: 1px solid grey;
    font-family: arial;
    font-size: 8pt;
    margin: 10px 0 5px;
    text-align: left;
    width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #2580A2;
	color:white;
    font-size: 8pt;
    padding: 4px;
	
	 
}
table.tablesorter thead tr .header {
    background-image: url("bg.gif");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}
table.tablesorter tbody tr.odd:hover td, table.tablesorter tbody tr.even:hover td {
	background: #c7e1ea;
}
table.tablesorter tbody td {
  
    color: #000;
    padding: 4px;
    vertical-align: top;
}
table.tablesorter tbody tr.odd td {
    background-color: #fff;
}
table.tablesorter tbody tr.even td {
    background-color: #f5f5f5;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url("asc.gif");
}
table.tablesorter thead tr .headerSortDown {
    background-image: url("desc.gif");
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8DBDD8;
}

#cookie-banner {
	display:block;
	z-index: 10000;
	position: fixed;
	bottom:0;
	width: 100vw;
	text-align: center;
	font-size: 11px;
	padding: 10px ;
	margin:0;
        background-color:rgba(255,255,255,0.8); 
        color:#555;
        font-family:sans-serif;
            z-index: 999999;
}
#cookie-banner-modif {
	display: block;
	z-index: 10000;
	position: fixed;
	bottom: 10px;
	width: auto;
	text-align: right;
	font-size: 9px;
	padding: 0;
	margin: 0;
	background: transparent;
	right: 10px;
        cursor:pointer;
         z-index: 888888;
}
#cookie-banner-modif img{
transition: all .3s ease ;
}
#cookie-banner-modif img:hover{
	transform:scale(2);
        transform-origin: bottom right;
}
#galerielist {
	text-align: center;
}
#galerielist .galerie{
display:inline-block;
float:none;
}

#contactform_map, #contactform_map iframe {
    max-width: 100%;
}
#contactform_formfields  {
  overflow: auto;
min-width: 50%;
 max-width: 100%;
}