﻿body {
  background-color: #004002;
  font-family: arial;
  color: #008d00;
}
#container {
  background-image: url("./util/panorama5.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #fffbe2;
  padding-top: 78px;
  padding-bottom: 50px;
  max-width: 800px;
  margin: 0 auto;
  border: 10px solid #fffbe2; 
  border-radius: 20px;
  box-shadow: 10px 20px 5px #012e02;
}
#basdepage {
  height: 60px;
  background-color: #232323;
  margin: 0 0;
}
.clearfloats {
  clear: both;
}
.voisin  {
  background: #004002;
  width:100%;
  font-weight: normal;
  font-stretch: condensed;
  float:left;
  text-align:center;
  line-height: 1.5em;
}
.voisin a {
  color: #00ff00;
  font-weight: 400;
  text-align: center;
}
.voisin a:hover {
  color: #00ca00;
}
.voisin h3 {
	color: #fff;
}
p  {
  margin: 5px 0;
}
#principal{
	font-size: 0.9em;
}
table.sgc{
	border: 1px solid #074d09;
	border-collapse: collapse;
	text-align:center;	
}
.sgc td {
	padding: 5px;
	font-size:0.9em;
	border: 1px solid #074d09;
}
.sgc th {
	padding: 5px;
	font-size:0.9em;
	font-weight: bold;
	border: 2px solid #074d09;	
}
p.psgc {
	margin: 10px 0;
	/*padding:10px 0; */
}
section  {
  -webkit-column-count:2; /* Opera, Safari, Google Chrome */
  -moz-column-count: 2; /* Firefox */
  column-count: 2; /* Internet Explorer */
  -webkit-column-rule: 1px dashed #008d00;
  -moz-column-rule: 1px dashed #008d00;
  column-rule: 1px dashed #008d00;
  width: 100%;
  border: 1px solid #008d00;
  padding:5px;
}
section a {
  text-decoration: none;
  color: #074d09;
}
section a:hover {
  color: #81d742;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #004002;
  color: #fff;
  text-align: center;
  border: 2px solid #00ff00;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #004002 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
