@charset "utf-8";
/* CSS Document */

<style>
#main {
  margin: auto;
  max-width: 60em;
}
table {
  border: 1px solid #888;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: hide;
  font: 1.2em Verdana,Geneva,Arial,Helvetica,sans-serif;
  background-color: #e3ecf9;
}
caption {
  padding: .5em;
  font-size: 1.5em;
  font-weight: bold;
  color: #069;
}
th {
  height: 1.5em;
  border: 1px 1px 0 1px solid #FFF #888 #888 #FFF;
  text-shadow: 1px 1px 1px #FFF;
  background: linear-gradient(to bottom,#C3D54C 0,#BCD8F4 2em);
  padding: 0.5px;
}
td {
  padding: 0.5em;
  border-top: 1px solid #CCC;
  border-right: 1px solid #888;
  white-space: nowrap;
  word-break: normal;
  width:30px; height:10px;
}
td img {
  z-index: 1;
  transition: all .5s;
  transform: scale(.225);
  transform-origin: left top;
  cursor: pointer;
}
td img:hover {
  z-index: 1000;
  box-shadow: 2px 2px 10px #888;
  transform: scale(2);
}
td div {
  position: relative;   /* pour servir de référent */
  width: 10px;
  height: 25px;
  margin: left;
  text-align: center;
  font-weight: bold;
}

td +td +td +td +td +td +td +td {
  width: 15em;
  padding:5px;
  border-right: none;
  font-weight: normal;
}
tr:hover{background-color:#EFEFEF}

p {
    font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
  body { font-family: Verdana; font-size: 8pt;width: 50%; }
.container { width: 100%; margin: 0 auto;color: #000;font-family: Arial; }

 .search_box 
 { 
input[type=text]:focus
background-color: #FFFFFF;
border-color: #333333;
box-shadow: 0px 0px 25px -2px #333;
width: 330px;
padding: 5px;
padding-right: 40px;
outline: none;
border: 2px solid #999999;
border-radius: 5px;
background-color: #FBFBFB;
font-family: Cambria, Cochin, Georgia, serif;
font-size: 16px;
background-image: url('searchicon.png');
background-position:278px 2px;
background-repeat: no-repeat;
}
.buttonreturn {
background-color: #4CAF50;
background: url('return.png') no-repeat center top;   
   border: none;
   color: white;
   cursor: pointer;
   float: center;
   font-size: 16px;
   left: 40px;
   margin: 4px 380px;
   padding: 45px 25px;
   position: static;
   text-align: center;
   text-decoration: none;
   top: 55px;
 
}
h2 {
    font-family: Arial;
	font-style: italic;
   }
h3 {
    font-family: Arial;
	font-style: italic;
	font-size: 14px;
   }

</style>