/* Définition des polices personnalisées */

/*@font-face
{
    font-family: 'BallparkWeiner';
    src: url('../polices/ballpark.eot');
    src: url('../polices/ballpark.eot?#iefix') format('embedded-opentype'),
         url('../polices/ballpark.woff') format('woff'),
         url('../polices/ballpark.ttf') format('truetype'),
         url('../polices/ballpark.svg#BallparkWeiner') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Dayrom';
    src: url('../polices/dayrom.eot');
    src: url('../polices/dayrom.eot?#iefix') format('embedded-opentype'),
         url('../polices/dayrom.woff') format('woff'),
         url('../polices/dayrom.ttf') format('truetype'),
         url('../polices/dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'erase';
    src: url('../polices/EraserRegular-webfont.eot');
    src: url('../polices/EraserRegular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/EraserRegular-webfont.woff') format('woff'),
         url('../polices/EraserRegular-webfont.ttf') format('truetype'),
         url('../polices/EraserRegular-webfont.svg#eraserregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'edo';
    src: url('../polices/edo-webfont.eot');
    src: url('../polices/edo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/edo-webfont.woff') format('woff'),
         url('../polices/edo-webfont.ttf') format('truetype'),
         url('../polices/edo-webfont.svg#edoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/
@import url('https://fonts.googleapis.com/css?family=Caveat|Gloria+Hallelujah|Indie+Flower|Rock+Salt');

html , body{
	*background-color: rgba(128,128,128,0.3);
	width: 99%;
	height: 95%;
}

header {
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 5%;
	width: 90%;
	margin-right: 5%;
}
header h1 {
	margin: 0px;
	color: #181818;
	font-family: 'Caveat', serif;
	font-size: 3.5em;
	font-weight: bold;
	text-align: center;
}
header nav h1 {
	*font-family: Dayrom, serif;
	font-size: 1.5em;
	text-align: center;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	}

header nav {
	text-align: left;
	*margin: 0px;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	border-bottom: thin solid black;
}

header nav ul {
	margin-top: 0px;
	list-style-type: none;
}

header nav li {
	display: inline-block;
	font-family: 'Caveat';
	font-weight: bold;
	font-size: 1.5em;
	margin-right: 40px;
}

header nav li:hover{
	text-shadow: 1px 1px 2px;
}

.presentation {
	font-family: 'Indie Flower', serif;
	font-size: 1.3em;
	font-weight: normal;
}

#contact, #licence { 
	*font-family: 'Indie Flower', serif;
	font-size: 1em;
	font-weight: normal;
}
#zoneTexte, .presentation, footer {
	margin-left: 9%;
	margin-right:9%;
}

footer {
	margin-top: 10px;
	border-top: thin solid black;
}

iframe {
	border:none;
	border-style:none;
}

#zoneTexte {
	font-family: 'Indie Flower', serif;
	width: 90%;
	height: 70%;
	*background-color: lightgray;
}

#viseur {
	width: 90%;
	height: 100%;
}

#bienvenue {
	color:blue;
}

.presentation {
    color: black;
	padding:0px;
}