/* index */
body {
	background-color: #342b2a;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	position:absolute;
    left: 50%; 
    top: 45%;
    width: 1024px;
    height: 350px;
    margin-top: -175px; /* moitié de la hauteur */
    margin-left: -512px; /* moitié de la largeur */
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.index_titre {
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
.index_sous_titre {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}

.index_texte {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: right;
}

