@font-face {
    font-family: 'after_shokregular';
    src: url('Font/After_Shok-webfont.eot'); /* Les fichiers doivent se trouver dans le même dossier que le fichier CSS*/
    src: url('Font/After_Shok-webfont.eot?#iefix') format('embedded-opentype'),
         url('Font/After_Shok-webfont.woff') format('woff'),
         url('Font/After_Shok-webfont.ttf') format('truetype'),
         url('Font/After_Shok-webfont.svg#after_shokregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#liseret_potato{
	float : left ;
	width: 10% ;
	border-radius: 25px; 
	height : 80%;
	background-color : white;
	margin-bottom : 2%;
	margin-top : 2%;
	margin-left : 2%;
	color : black;
	font-family : after_shokregular;
	text-align : center;
}

#potato{
	margin : 0%;
	background :url("Img/splash.jpg") no-repeat;
}

#title{
	font-size : 28px;
	font-family : 'after_shokregular', Arial ;
	color : white;
	text-align : center;
	margin-top : 2%;
}

#img_potato{
	margin-left : 27%;
	margin-top : 0%;
}

#number_div{
	margin-top : 2%;
	margin-left : 42%;
	width : 15%;
	background-color : white;
	text-align : center;
}

#shop{
	float : right ;
	width: 10% ;
	border-radius: 25px; 
	height : 80%;
	background-color : white;
	margin-bottom : 2%;
	margin-top : 2%;
	margin-right : 2%;
	color : black;
	text-align : center;
	padding : 2px;
}

#div_arrosoir{
	background-color : red;
	border-radius: 25px;
}

#div_ecureuil{
	background-color : red;
	border-radius: 25px;
}

#arrosoir{
	width : 100px;
	height : 75px;
}

#ecureuil{
	width : 100px;
	height : 75px;
}

#title_item{
	font-family : 'after_shokregular';
}

#nb_ecureuil{
	background-color : white;
	font-size : 16px;
}



