html, body { 
height : 100%; 
overflow : hidden;
} 
iframe { 
height : 97.5%; 
width : 1000px; 
margin : 0; 
padding : 0; 
} 
table { 
height : 100%; 
width : 1024px; 
border : 0; 
margin-bottom :0; 
padding : 0; 
} 
td { 
border : 0; 
margin : 0; 
padding : 0; 
} 
.italique { 
font-style : italic; 
} 
.souligne { 
text-decoration : underline; 
} 
.gras { 
font-weight : bold; 
} 
.left { 
text-align : left; 
} 
.right { 
text-align : right; 
} 
.center { 
text-align : center; 
} 
.justify { 
text-align : justify; 
} 
