﻿/* BLOC CHARGEMENT */
div.ctr_chargement_zone
{
	background: transparent url(../design/images/attente_fond.png) repeat top left;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}
div.ctr_chargement_zone > table
{
	/*height: 800px;*/
	width: 100%;
}
table.ctr_chargement_vignette
{
	background: transparent url(../design/images/attente_titre.png) no-repeat top left;
	color: white;
	font-size: 10pt;
	height: 151px;
	width: 301px;
	margin-left:auto; 
	margin-right:auto;
	top:50px;
}
.ctr_chargement_contenu
{
	padding: 5px 0 5px 5px;
}
.ctr_chargement_haut
{
	vertical-align:  middle;
	text-align:center;
}
.ctr_chargement_bas
{
	vertical-align: middle;
}

