/* #PRODUIRE{fond=css/barre_outils_icones.css,hash=d41d8cd98f00b204e9800998ecf8427e}
   md5:f1b5caf93ed1cf4a10fcfc4ab9bbae4c */


/* roue ajax */
.ajaxLoad{
		position:relative;
}
.ajaxLoad:after {
		content:"";
		display:block;
		width:40px;
		height:40px;
		border:1px solid #eee;
		background:#fff url('//www.caracoleando.net/prive/images/searching.gif') center no-repeat;
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-20px;
		margin-top:-20px;
}
.fullscreen .ajaxLoad:after {
		position:fixed;
		left:75%;
}
