/* HTML height super important */

HTML {
	height: 100%;
	font-size: 100%;
	font-family: sans-serif;
	background-color: #000000;		
}

BODY {
	background-color: #000000;
	font-size: 0.8em;
}

.intro {
	font-size: 1.8em;	
	color: #FFFFFF;
}
.copyright {
	font-size: 1.4em;	
	color: #FFFFFF;
}


.introHighLight {
	color: #fdf1c1;
}

a.introHighLight {
	font-size: 1.8em;		
	color: #fdf1c1;
	text-decoration: none;
}

a.mailto {
	color: #fdf1c1;
	text-decoration: underline;
}

#miseEnPage.table {
	border-width: 0;	
}

A {
	border: 0;	
}

td.gauche {
	width: 15%;
	text-align: right;
}

td.centre {
	width: 70%;
	text-align: center;	
}

td.droite {
	width: 15%;
	text-align: left;	
}



img {
	border: 0;		
	vertical-align: middle;
	max-height: 750px;
	max-width: 1195px;
	margin: 0%;
	padding: 0%;	
}
