/* 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;
}
/* page globale */

/* Fond de page */
#fond_de_page
{
    background: url('images_base/fond_bleu.png');
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	
}

#logo
{
	margin-left: 10px;
	margin-top: 10px;
	width: 80px;
	height: 80px;
	float: left;
}

header h1
{
	font-family: 'BallparkWeiner', serif;
	font-size: 2.5em;
	font-weight: normal;
	color: #03C0FF;
	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;
}