/*
vert = #007cc2;
gris clair = #dcdcdc;
rouge = #ca0000;
vert flash = 35ac47;
*/

* {
margin: 0;
padding:0;
}


body {
	margin-right: auto;
	margin-left: 10px;
	width: 950px;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0;
	font-family:"verdana", sans-serif;
	font-size:12px;
	color: #000000;
	background-color: #e6e6e6
}
A{
	color: #ad0101;
	text-decoration:none;
}
A:HOVER{
	text-decoration:underline;
}

h3 {
	color: #ad0101;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}

th {font-size: 12px; font-style: normal; font-weight: normal;}
td {
 	font-size: 12px;
 	border-collapse: collapse;
	padding-right: 5px;
	padding-left: 5px;}
#searchbar {
              	margin-top: 10px;
              	width: 100%;
              	clear: both;
              	float: left;
              }
#content {
              	margin-right: auto;
              	margin-left: auto;
              	width: 100%;
              	clear: both;
              	float: left;
              }
.title {
              	margin-top: 20px;
              	text-align: center;
              	font-size: 20px;
              	font-weight: bold;
              }
.corps_10 {
              	font-size: 10px;
              }
#excel {
              	left: 920px;
              	top: 10px;
              	position: absolute;
              	float: right;
              }
legend {
              	color: #ad0101;
              }

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  font-size: 11px;
  font-weight: bold;
  visibility: hidden;
  width: 200px;
  background-color: yellow;
  color: #800;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

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