/* CSS pour la page d'ouverture du site*/

body {
	color:#FFFFFF;
	background-color:#19271b;
	vertical-align:middle;
	text-align: center;
}
table.main {
	width:800px;
	height:450px;
	text-align: center;
	table-layout:auto;
	
}



td.title {
	font-weight: bold;
	font-size:22px;
}

img {
	border-width: 0;
	
}