.trcode{
    margin: 10px 10px 10px 10px;
    width:100%;
    padding: 25;
    text-align: justify;
}

div.code{
    margin-left: 20pt;
    max-height: 250pt; width: 95%; 
    overflow:auto;
    padding: 10px;
    border: blue 1px dashed; 
    text-align: justify;
    background-color: #e5e5e5;
    background: url('../cours/images/codebg.gif');
}
tr.trcode  div table {
  	/*font-size: 12px;*/
	/*font-weight: normal;*/
	text-align: justify;
	padding: 1px 0px 1px 1px;
}
tr.trcode table {
	font-weight: lighter;
	line-height: 12px;
	font-size:12px;
	border-spacing: 0px;
}
tr.trcode table th {
	background-color: silver;
}