﻿.positionFixedEmule
{
	position: fixed;
	top:0%;
	left:0%;
	width:100%;/* permet de recouvrir toute la page*/
	height:100%;/* permet de recouvrir toute la page*/
	z-index:100;
	background-image:url(../images/Version3/fondTrans.png);
	opacity:0.9;
}

.positionFixedEmule2
{
	position: fixed;
	top:25%;
	left:30%;
	background-image:url(../images/Version3/fondDivAjax.gif);
	height:230px; 
	width:475px;
	z-index:101;
}

/** Déclarations de css pour l'updateprogress qui va permettre de couvrir la fenêtre pendant une action Ajax*/
.positionFixedAttente
{
	position: fixed;
	top: 0%;
	left:0%;	
	width:100%;
	height:100%;
	background-image:url(../images/Version3/fondTrans.png);
	opacity:0.9;
	z-index:100;
}

.GifAttente
{
	position: fixed;
	top: 50%;
	left:50%;	
	width:32px;
	height:32px;
	background-image:url(../images/Version3/attente.gif);
	z-index:102;
}
