* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: justify;
}

body {
	background-color: #000;
	overflow: hidden;
}

/***** INDEX *****/

#conteneur_index, #image_index, #texte_index {
	position: absolute;	
	overflow: hidden;
}

#conteneur_index {
	width: 338px;
	height: 450px;
	margin: -225px 0 0 -169px;
	top: 50%;
	left: 50%;
	background-color: #000;
	padding: 15px;
	border: 2px solid #fff;
}

#image_index {
	width:338px;
	height:450px;	
}

#texte_index {
	top : 428px;
	width:338px;
}

#texte_index h1{
	line-height:20px;
	text-align: center;
	font-size: 12px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #fff;
	text-align: center;
}
