body {
	font-size: 12pt;
}
h1 {
	color:#ff0000;
	font-size:20pt; 
	font-style:italic;
	
}
.table{
	display:table;
	width:300px;
	border:1px solid #000;
	border-radius:5px;
}
.row{
	display:table-row;
	
}
.cellule{
	display:table-cell;
	padding: 5px 10px;
	border-bottom:1px solid #000;
}
.header{
	text-align:center;
	font-size:106%;
}
.align-right{
	text-align:right;
	
}
.table img{
	height:100px;
	
}
.align-center{
	text-align:center;
	
}