.Tableau {
	//margin-bottom : 50px;
	margin-top : 10px;
	}

table {
border:3px solid #6495ed;
border-collapse:collapse;
width : 95%;
margin-left: 20px;
margin-right: 20px;
font-size: 11pt;
}
thead, tfoot {
background-color:#D0E3FA;
background-image:url(sky.jpg);
border:1px solid #6495ed;
}
tbody {
background-color:#FFFFFF;
border:1px solid #6495ed;
}
th {
font-family:Arial;
border:1px dotted #eeeeee;
padding:5px;
background-color:#eeeeee;
width:25%;
}
td {
font-family:sans-serif;
font-size:80%;
border:1px solid #6495ed;
padding:5px;
text-align:left;
}

td.col1 {
	width : 30%;
}

td.col2 {
	width :60%;
}
td.col3 {
	width : 10%;
}
caption {
border:4px solid #6495ed;
background-color:#cccccc;
font-family:sans-serif;
width: 20%;
//margin-left: -3px;
//margin-top: 10px;;


}
