@charset "utf-8";
/* CSS Document */

#baniere
{
	margin:0px auto 0px auto;
	background-image:url(../img/fond_qui.jpg);
	height:655px;
	width: 897px;
	background-repeat:no-repeat;
}

#cache
{
	position:absolute;
	/*margin:0px auto 0px auto;*/
	background-color:#666666;

	height:100%;
	width: 100%;
}

#texte_index
{
	background-color:#eeeeee;
	border: thin solid #333333;
	vertical-align:middle;
	
	
	height:100px;
	width: 400px;
	
	position:relative;
	margin:0px auto 0px auto;
	margin-top:250px;
	text-align:left;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
}

p
{
	text-align:center;
}