/* 
	Blue Dream
	Written by Teylor Feliz  http://www.admixweb.com
*/

table { background:#F5F5F5; /*Couleur de fond du tableau*//*#D3E4E5*//*F5F5F5*//*F0F8FF*/
 border:1px solid gray; /*encadrement*/
 border-collapse:collapse;
 color:#fff; /*FFF*/
 font:normal 12px verdana, arial, helvetica, sans-serif;
}
caption { border:1px solid #000000;
 color:#000000; /*#5C443A*/
 font-weight:bold;
 letter-spacing:20px;
 padding:6px 4px 8px 0px;
 text-align:center;
 text-transform:uppercase;
}
td, th { color:#363636; /*Couleur de la police - grey21*/
 padding:.4em;
}
tr { border:1px dotted gray; /*Pointillés*/
}
thead th, tfoot th {
 color:#000000; /*#FFFFFF*/
 padding:3px 10px 3px 10px;
 text-align:center;
 /*text-transform:uppercase;*/
}
tbody td a { color:#363636; /*#363636*/
 text-decoration:none;
}
tbody th a { color:#363636;
 font-weight:normal;
 text-decoration:none;
}
tbody th a:hover { color:#363636;
}
tbody th, tbody td { text-align:left;
 vertical-align:top;
}
.odd { background:#FFF; /*FFF*/
}
tbody tr:hover { background:#99BCBF; /*Couleur au passage de la souris*/
 border:1px solid #03476F;
 color:#000000;
}