@import url('https://fonts.googleapis.com/css?family=Short+Stack');

html, body, *{

	font-family: 'Short Stack', cursive;

}

html,body{
	margin:0;
	padding:0;
	border: 0;
}



header{
	width:100%;
	height: 300px;
	transition: height 2s;
}


header iframe{
 	width: 100%;
	height: 100%;
	border:0;
}




nav{
	padding: 0% 0.5% 0% 0.5% ;
	margin: 0px;
	width:18%;

	float:left;
}

nav #accordion{

	
	width: 100%;
	float: left;
}



nav .ressources{
	
	width:100%;
	min-height: 200px;
	border: 1px solid #5FB947;
	border-radius: 8px 8px 5px 5px;
	float:left;
	background: #000000 url("images/bvert.png") 50% 50% repeat;
	margin: 2% 0%;
	
}


nav .ressources h2{
	
	display: block;
	padding:4px;
	margin:0px;
	background: #5FB947 url("images/vert.png") 50% 50% repeat-x;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #5FB947;
	color: #fff;
	font-weight: normal;
	height: 32px;
	font-size: 0.6em;
	padding: .4em .5em 0em 1.3em;
}

nav .ressources li {
	color: #fff;
}


nav .ressources ul li a{
	
	color: #fff;
}


section{
	width:80%;
	float: left;
	padding-bottom: 10px;
	padding-left: 10px;
	
	
}

button {
	float: left;
	background-color: #4CAF50; /* Green */
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 10px;
  }

button:hover{
	cursor: pointer;
}

.news, .intro {
	
	float:left;
	width:96%;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	border: 2px dotted #ff4500;
	text-align: justify;
	padding: 20px;
	margin-bottom:20px;
	margin-top: 20px;


}

.news li{
	padding:5px;
}

.jeu{
	
	width: 182px;
	height: 182px;
	float: left;
	background-image: url("../img/space.png");
	background-repeat: no-repeat;
	display: inline-block;
	text-align: center;
	line-height: 400px;
}

.source{
	
	width: 182px;
	height: 182px;
	float: left;
	background-image: url("../img/source.png");
	background-repeat: no-repeat;
	display: inline-block;
	text-align: center;
	line-height: 400px;
}

.exe{
	
	width: 182px;
	height: 182px;
	float: left;
	background-image: url("../img/exe.png");
	background-repeat: no-repeat;
	display: inline-block;
	text-align: center;
	line-height: 400px;
}

.eleve{
	

	width: 120px;
	height: 120px;
	float: left;
	background-image: url("../img/enfant.png");
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	text-align: center;
	line-height: 200px;
}

.pageeleve a:link, .pageeleve a:visited , .pageecole a:link, .pageecole a:visited{
	text-decoration: none;
	font-size: 12px;
	color: #000;
}

footer{
	position:relative;
	padding-top:20px;
	float:left;
	width:100%;
	height:500px;
	background-color: silver;
	text-align: center;



}


footer .pouic{

	position:absolute;
	top:-51px;
	right:50px;
	background-image: url("../img/pouic2.png");
	width:44px;
	height:51px;
	animation: play 0.8s steps(2) infinite, pouicmove 45s infinite ;
	transition-timing-function : linear;
}


@keyframes play {

    100% {background-position:-88px;}
}

@keyframes pouicmove {
    0%   {right:50px; transform: scaleX(-1);}
    49.99%  {right:1000px; transform: scaleX(-1);}
    50%  {right:1000px; transform: scaleX(1);}
    99.99% {right:50px; transform: scaleX(1);}
    100% {right:50px; transform: scaleX(-1);}


