﻿
#loader
{
    background-color: white;
    display: inline;
    height: 407px;
    overflow: hidden;
    padding-left:10px;
    width: 285px;
    position: relative;
    text-align: center;
}

#loader img
{
    width: 100%;
    height: 100%;
}
.loading
{
    background: url( '../img_fisiere/loadingIcon.gif' ) no-repeat 50% 50%;
    height: 100%;
    width: 100%;
	z-index:10;
}


