
body {
	background-color: #515658;
	font: 8pt/16pt georgia;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* header */
h1 { 
	font: normal 24pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	/*color: #DE8B9A;*/
	color: #D5D5D6;
}

/* content title */
h2 { 
	font: normal 24pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #DE8B9A;
}

/* content */
h3 { 
	font: normal 12pt georgia; 
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	color: #D7D7D7;
}

/* sous titre */ 
h4 { 
	font: normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #DE8B9A;
	/*color: #FFFFFF;*/
}

/* menu */
h5 { 
	font: normal 10pt georgia; 
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	color: #DE8B9A;
}


h6 { 
	font: normal 20pt georgia; 
		letter-spacing: 1px; 
		margin-bottom: 0px; 
	color: #DE8B9A;
}

h7 { 
	font: normal 17pt georgia; 
		letter-spacing: 1px; 
		margin-bottom: 0px; 
	color: #DE8B9A;
}

a:link {
	color: #6699FF;
	text-underline: none;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-underline: none;
	text-decoration: none;
}

a:visited {
	color: #6699FF;
	text-underline: none;
	text-decoration: none;
}

a:active {
	color: #DE8B9A;
	text-underline: none;
	text-decoration: none;
}