*{
margin: 0;
padding: 0;
zoom: 1;
}

a{
	border: 0px none;
	text-decoration: none;
	outline: none;
}

img{
border: none;
}

html{
font: normal 60%/1.2em Arial, Verdana, Trebuchet MS, sans-serif;
color:333;
text-align: center;
background:url(../img/bg1.jpg) no-repeat #130002;
}
#wait{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -105px;
    width: 210px;
    height: 50px;
    display: block;
    color:white;
    background-color: gray;
    border: 3px white solid;
    padding: 10px 10px;
    z-index:100;
}

#flashcontent{
  display:none;
position: absolute;
top: 50%;
left: 50%;
margin-top: -194px;
margin-left: -512px;
width: 1024px;
height: 356px;
/*background: url(../img/maaouiBG.gif) no-repeat; */
}

/*#flashcontent img{
    display:none;
}*/

#flashcontent .lien{
    float:left;margin:0;padding;0;cursor:pointer;display:block;width:124px;height:388px;
}

#flashcontent .vignette{
     display:block; overflow:hidden;float:left; width:124px; height:356px;
}

#flashcontent .imgBottom{
    display:block;position:relative;top:0px;left:0px;
}

#flashcontent .imgTop{
     display:block;position:relative;top:-356px;left:0px;
}

#flashcontent .onglet{
    display:block;float:left;margin-top:-32px;
}



body{
margin: 0 auto;
text-align: left;
}