
@font-face {
    font-family: 'adineuebold';
    src: url('../fonts/typo_titre-webfont.eot');
    src: url('../fonts/typo_titre-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/typo_titre-webfont.woff2') format('woff2'),
         url('../fonts/typo_titre-webfont.woff') format('woff'),
         url('../fonts/typo_titre-webfont.ttf') format('truetype'),
         url('../fonts/typo_titre-webfont.svg#adineuebold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'adihausregular';
    src: url('../fonts/typo_sous_titres-webfont.eot');
    src: url('../fonts/typo_sous_titres-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/typo_sous_titres-webfont.woff2') format('woff2'),
         url('../fonts/typo_sous_titres-webfont.woff') format('woff'),
         url('../fonts/typo_sous_titres-webfont.ttf') format('truetype'),
         url('../fonts/typo_sous_titres-webfont.svg#adihausregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
root { 
    display: block;
}

body {
	background: url(../images/road.jpg)#fff;
	margin: 20px 0px 0px 0px;
}

body article#game {
	width: 600px;
	margin: 0 auto;
}

header div {
	height: 40px;


	padding-top: 15px;
	
		text-align: center;
	    font-family: 'adineuebold', cursive;
	font-weight: 400;
	font-size: 30px;
	color: white;
}
/* vert #006636*/
/* gris #EEEEEC*/
#board {
	padding-top: 10px;
    width: 570px;
    height: 450px;
	border: 5px solid white;
	outline: 5px solid black;
	background: url(../images/back.jpg);
}

header div {
	
}
.story{
font-family: 'adihausregular', cursive;
color:white;
	font-weight: 400;
	font-size:15px;
}
#startGameButton
{
	  font-family: 'adihausregular', cursive;
	font-weight: 400;
	color: #white;
	padding-bottom: 10px;
	display: block;
	margin: auto;
	background: url(../images/start.png) no-repeat;
width: 111px;
height:150px;
margin-bottom:15px;
}

.tile {
	float:left;
	width: 100px;
	height: 100px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #cfcfcf;
	cursor: pointer;
}

.tile img {
	display: block;
	margin: 0 auto;
	padding-top: 5px;
	width: 70px;
}

.tileColor1 {
	 background-color: #EEEEEC;
}

.tileColor2 {
	 background-color: #DEDEDE;
}

.tileColor3 {
	 background-color: #006636;
}

.tileColor4 {
	 background-color: #006636;
}


.tileColor5 {
	 background-color: #006636;
}
