a {
	outline:none;
}
img {
vertical-align:middle;
}

caption /* Titre du tableau */
{
   margin: auto; /* Centre le titre du tableau */
   font-family: Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 2em;
   color: #009900;
   margin-bottom: 20px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
}

table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   border-collapse: collapse; /* Colle les bordures entre elles */
}

th /* Les cellules d'en-tête */
{
   background-color: #006600;
   color: white;
   font-size: 1.1em;
   font-family: Arial;
   padding:8px;
}

td /* Les cellules normales */
{
   font-family: Arial;
   text-align: left; 
   padding: 10px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}

#copy {
	width:500px;
	height:100px;
	margin : auto;
	padding-top:30px;
	font-family: Arial;
	font-size: 1em;
	text-align:center;
}


#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index:10;
	opacity : 0.5;
}



#box 
{
	font-family: Arial;
	display: none;
	position: absolute;
	top: 20%;
	left: 35%;
	width: 400px;
	height:200px;
	padding: 0;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:11;
	
}

#boxheader
{
	font-weight:bold;
	background-color: #006600;
	color: white;
	font-size: 1.1em;
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:20px;
	margin:0;
	padding-bottom:2px;
	padding-top:2px;
	margin-right:20px;
	border-bottom:1px solid black;
	text-align:center;
}

#boxclose
{
	float:right;
	position:absolute;
	top: 0;
	right: 0;	
	margin-top:1px;
	margin-right:1px;
	background-color:#ffffff;
	border:1px solid black;
	width:20px;
	height:20px;
}

#boxclose a
{
	text-decoration: none;
	font-weight:bold;
}

#boxcontent
{
	position:absolute;
	top:23px;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding: 8px;
	width:400px;
	height:300px;
}

#search
{
	height:30px;
	width:345px;
	margin : auto;
	border: 1px dashed #006600;
   font-size: 1.1em;
   font-family: Arial;
   padding:10px;
	
}

#search input
{
	border: 1px solid #006600;
	color:#006600;
	background-color:white;
   font-size: 1.1em;
   font-family: Arial;
}


