﻿/* 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;
}
nav a/* définition de mon menu */
{
    font-size: 0.8em;
    color: #000000;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover
{
    color: #000000;
    border-bottom: 1px solid #000000;
}
@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;
}


body  /* Définition des éléments principaux de la page */
{
    background: url('images/fond.jpg');
	font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #9999;
}

#cadre  /* Définition des éléments du cadre */
{
    width: 90%;
    margin: auto;
}
section h1, /* Définition des titre en h1 */
{
font-family: Dayrom, serif;
font-weight: normal;
text-transform: uppercase;
}

header  /* Définition de la tete */
{
	background: url('images/fond.jpg') repeat-x bottom;
	}


nav li  /* Définition de la balise li de navigation */
{
    display: inline;
    padding: 0 0.5em; /*pour espacer les boutons entre eux*/
	left: 50%; /* a x pixels du coté gauche */
}	 
ul#menu_horizontal{
list-style:none; /* Car sinon des puces se placent apparaissent*/
nav a:hover  /* mon effet quand la souris passe sur les boutons */
border-bottom: 3px solid #760001;
}
	
/* Bannière */	

div

#baniere_image  /* reference au id */
{
	background: url('images/baniere_image.jpg') no-repeat;
	width: 100%;
}

div section h1 p, footer h1, nav a
{
    font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;
}

