* {
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
}

body {
	/*background-color:#182545;*/
	background-image: url(images/fond.jpg);
}


#conteneur {
	position: absolute;
	width: 752px;
    margin-left: -376px; /* moitie de width */
    left: 50%;           /* constant, toujours 50% */
    height: 622px;       /* selon la quantite de texte  560 36 26 */
    margin-top: -306px;   /* moitie de height */
    top: 50%;   
}


table {
	width: 752px;
	/*background-color: black;*/
	padding: 0px 20px 0px 20px;
}


img.titre {
	margin-left: 20px;
}


a {
	text-decoration: none;
	color: white;
	font-size: 12px;
}



