﻿
#IElogo			{width:200px;height:200px;float:left;background:url(images/IElogo.png) no-repeat;position:absolute;margin: 95px 0 0 22px;color:white;z-index:103;
-moz-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;-webkit-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}

#IEminilogo		{width:25px;height:25px;float:left;background:url(images/IEminilogo.png) no-repeat;position:relative;margin:7px 0 0px 0px;}
#IEtexteaccueil	{width:147px;height:40px;float:left;background:url(images/IEtexteaccueil.png) no-repeat;position:relative;margin:0 0 0px 0px;}

#IEgroupe		{width:935px;height:200px;float:center;position:absolute;margin:0 0 0px 0px;}

#IEgroupeboutons{width:278px;height:200px;float:left;background:url(images/IEbandeau.png) no-repeat;position:relative;margin:0 0 0px 0px;}
#IElogo			{width:150px;height:150px;float:left;background:url(images/IElogo.png) no-repeat;position:relative;margin:0 0 10px 0px;}
#IElogo2		{width:150px;height:150px;float:left;background:url(images/IElogo2.png) no-repeat;position:absolute;margin:0 0 10px 0px;z-index:8000;
-webkit-animation-name:             rotate; 
    -webkit-animation-duration:         10s; 
    -webkit-animation-iteration-count:  infinite;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
  }
}

#infos			{width:1083px;height:30px;float:left;position:relative;margin: 60px 0 0 14px;background:url(images/infos.png) no-repeat;z-index:-1;}
#infos:hover	{background-position: 0px -30px;}