﻿.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;
}


.hautflash{width:468px; height:53px; float:left; margin:-8px 2px 19px 200px; color:#FFF; border:0px solid #000}
#moncompte{float:left; width:229px; margin:-50px 0 3px 40px; background:url(../images/Version3/haut_moncompte_panier.gif) no-repeat; color:#A06B16; font-size:1em; letter-spacing:0; text-align:center}

.menuHaut dt a {display:block; padding:4px 10px; text-align:center;
   color:#fff;font: normal 12px arial, sans-serif; font-weight: bold; text-transform:uppercase; }
   
div.listeFamilles div.content div.blocFamille {float:left; width:195px; margin: 3px 3px 3px;}