@charset "utf-8";
/* CSS : contenu */

#div_fullwindow
{
	height:100%;
	width:100%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	position:absolute;
	z-index:0;
}


/* -- div_header -- */

#div_header
{
	height:200px;
	width:100%;
	background:url(../../../MEDIA/IMAGE/ak_titre_24.png) no-repeat center center;
	text-align:center;
}

#div_container
{
	height:auto;
	width:1000px;
	margin:auto;
	clear:both;
	z-index:0;
}

#div_totop { font-size:10px; text-transform:uppercase; margin:40px auto 60px auto; }


/* -- div_footer -- */

#div_footer
{
	width:100%;
	background-color:#000;
	text-align:center;
	position:fixed;
	bottom:0;
	padding:4px;
	z-index:100;
}

