/* Définition des polices personnalisées */

@font-face
{
    font-family: 'Calibri';
    src: url('polices/Calibri.ttf') fromat('truetype');
    font-weight: normal;
    font-style: normal;
}

/* page globale */

/* Fond de page */
#fond_de_page
{
    background: #0099EC;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	
}

#logo
{
	margin-left: 10px;
	margin-top: 10px;
	width: 160px;
	height: 80px;
	float: left;
}

header h1
{
	font-family: 'BallparkWeiner', serif;
	font-size: 2.5em;
	font-weight: normal;
	color: #36D695;
	display: inline-block;
	margin-left: 10px;
	margin-top: 35px;
}

/* Navigation */

#navigation
{
	text-align: right;
	margin-top: -20px;
}

#navigation ul
{
    list-style-type: none;
	background: #FFCD99;
	border-radius: 5px;
	border: 1px #FF8300 solid;
}

#navigation li
{
    display: inline-block;
    margin-right: 7px;
	margin-top: 0px;
}


#navigation a
{
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}

#navigation a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
}
