#ComToposRef td {
	text-align: center !important;
}
#ComToposRef select, #ComToposRef input {
	display: inline-block;
}
#wrapper {
	width:100%;
	margin: 30px auto;
	border:1px solid #000;
	padding:10px 0 25px 0;
}
#slide-wrap {
    width: 100%; 
    /*height: 180px;*/
    margin:0 auto;
    overflow: auto; 
}
#inner-wrap {
    float:left;
    margin-right:-30000px;/*Be safe with Opera's limited negative margin of 32695px (-999em could cause problems with large font sizes)*/
    /*padding-left:20px;*/
}
#mapLeaf {
	width:  100%;
	height: 550px;
}

#map {
        width: 100%;
        height: 550px;
      }
	
	  #map-container {
        width: 98%;
      }

 
	.infocarte {
	width: 200px;
        height: 250px;
	overflow:hidden;
	}

 
      .infocarte img {
        border: 0;
  }
  
.tilt {
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
 
.tilt:hover {
  /*
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
	*/
	
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
	
	-webkit-transform-origin:50% 0%;
	-moz-transform-origin:50% 0%;
	-o-transform-origin:50% 0%;
	-ms-transform-origin:50% 0%;
	transform-origin:50% 0%;
	
}

.ombrage {
	padding: 6px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #ccc #999 #ccc;
	-webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
	-moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
	box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
} 
.buttons
{
	display: inline-block;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* W3C */
	border: 1px solid #a1a1a1;
	padding: 0 2em;
	margin: 0.5em;
	font: bold 1em/2em Arial, Helvetica;
	text-decoration: none;
	color: #333;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
}

.ombrage {
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=12);
	zoom: 1;
}
  
.listepays {
	/*width:1160px;*/
	text-align: center;
}

.listepays td{
	width:140px;
}

.listepays tr{
	text-align: center;
}

.littletitle {
	font-size: 130%;
	font-weight: bold;
}

.titreligne {
	background-color: #EEEEEE;
	color: black;
	/*font-variant: small-caps;*/
	font-weight: bold;
	/*text-shadow: 1px 1px black;*/
	font-size: 110%;

}


#scrollToTop a{
	position: fixed;
	font-size: 12px;
	right: 30px;
	bottom: 20px;
	color: white;
	background-color: rgb(119,143,175); /**rgba ne fonctionnant pas**/
	background-color: rgba(119,143,175, 0.7);
	padding: 5px 8px;
	border: 1px solid #000;
	text-decoration: none !important;
	border-radius:7px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
}
#scrollToTop a:hover{
	box-shadow: 0px 0px 5px #222;
	-moz-box-shadow: 0px 0px 5px #222;
	-webkit-box-shadow: 0px 0px 5px #222;
	text-decoration: none !important;
	cursor:pointer;
	background-color: rgb(81,105,137); /**rgba ne fonctionnant pas**/
	background-color: rgba(81,105,137, 0.7);
}

.tabletopos, .tabletopos td, .tabletopos tr{
	/*border:1px solid black;*/
	vertical-align: top;
	/*background-color: red;*/
}






