* {
	margin:0;
	padding:0;
}

@font-face {
    font-family: robotoCondensedRegular;
    src: url(RobotoCondensed-Regular.ttf);
}

@font-face {
    font-family: robotoRegular;
    src: url(Roboto-Regular.ttf);
}

@font-face {
    font-family: robotoBold;
    src: url(Roboto-Bold.ttf);
}
@font-face {
    font-family: robotoThin;
    src: url(Roboto-Thin.ttf);
}

body {
font-family:robotoRegular,Arial;
background-color:#FFFFFF;
display : table;
height:100%;
}
a:link{color:#4aaffd;text-decoration:none;font-weight:bold;}
a:visited{color:#1d9bd5;text-decoration:none;font-weight:bold;}
a:hover{color:#00ccff;text-decoration:none;font-weight:bold;}
h1{color:#72757A;font-size:1.5em; font-family:robotoThin;}
hr {
  background-color: #f0f0f0;
  width: 30em;
  float: center;
}
#robot1{
	margin-top:-20px;
	margin-left:-40px;
	/* filter: drop-shadow(5px 5px 5px #cfcfcf); */
	width: 190px;
	height: 110px;
	background: url('robotanim.png') left center no-repeat;
	animation: animRobot 0.8s steps(9) forwards;
	z-index:0;
}

#robot1::after {
	width: 190px;
	height: 110px;
	content: "";
	background: url("yeuxGlow.png") left center no-repeat;
	opacity: 0.5;
	top: -17;
	left: -28;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 2;   
	animation: animYeuxGlow 10s infinite;
}

@keyframes animYeuxGlow {
  0% {opacity:0;}
  50% { opacity:1;}
  100% { opacity:0;}
}



@keyframes animRobot {
   0% { background-position: 0px; }
   100% {
	   background-position: -1800px; 
   }
}



#bandeau {
	font-family:RobotoCondensedRegular;
	margin-top:-10px;
	background-color:#FFFFFF;
	font-size: 1.4em;
	color:#000000;
	width:100%;
	z-index:100;
	box-shadow: 8px 4px 22px -10px #989898;
	overflow:auto;
}

#menu{
float:left;
}

#titre{
	float:left;
	font-size: 1.5em;
	left:5px;
	margin-left:1em;
	overflow: hidden;
	animation: apparitionTexte 3s forwards;
}
@keyframes apparitionTexte {
  from { width: 0%; opacity:0; }
  to { width: 8em; opacity:1;}
}


.cadre {
	margin-top:1em;
	border-color:#000000;
	padding:1em;
	margin-left:10%;
	margin-right:6em;
	max-width:60em;
	width:70%;
	box-shadow: 0px 0px 5px 3px #989898; 
}


#feuille {
	margin-top:2em;
}


.lienbandeau{
margin:2em;
}

.conteneurCadreBots {
	margin-top:2em;
	overflow:auto;
}

.imgBot{
	float:left;
	margin-right:0.5em;
	border-radius: 10px 10px 10px 10px;
	overflow:hidden;
}
.titreBot{
	font-family:robotoBold;
	margin-bottom:1em;
}

.cadreBot{
	padding:1em;
	margin:1em;
	width:20%;
	box-shadow: 8px 4px 22px -10px #989898;
	border-radius: 10px 10px 10px 10px;
	display:inline-block;
	animation: apparitionCadreBots 3s forwards;
	vertical-align:top;
}

@keyframes apparitionCadreBots {
  from {opacity:0; margin-left:2em;}
  to { opacity:1;margin-left:1em;}
}

#piedDePage{
	display : table-row;
	text-align:right;
	margin-bottom:1em;
	height: 1em;
	width:100%;
	color:#72757A;
	box-shadow: 8px 4px 22px -10px #000000;
}