@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;
}
body
{
    font-family:'Trebuchet MS', Arial, sans-serif;
    color: #181818;
    background: url(images/fond_jaune.png);
    
}
section h1, nav a, footer h1
{
    font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;
}
#bloc_page
{
    width: 1000px;
    margin: auto;
}
header
{
    background: url(images/separateur.png) repeat-x bottom;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#titre_principal
{
    display: flex;
    flex-direction: column;
}
#logo
{
    display: flex;
    flex-direction: row;
    align-items: baseline;  
}
#logo img
{
    width: 59px;
    height: 60px;
}
header h1
{
    font-size: 2.5em;
    font-family: 'BallparkWeiner', serif;
    margin: 0px 0px 0px 10px;
    font-weight: normal;
}
header h2
{
    font-size: 1.1em;
    font-family: Dayrom, serif;
    margin-top: 0px;
    font-weight: normal;
}
nav ul
{
    display: flex;
    list-style-type: none;
}
nav li
{
    margin-right: 15px;
}
nav a
{
    text-decoration: none;
    font-size: 1.3em;
    color: #181818;
    padding-bottom: : 3px;
}
nav a:hover
{
    border-bottom: 3px solid #760001;
    color: #760001;
}





.slide
{
	float: left;
}
.slides
{
	width: calc(600px * 3);
	animation: glisse 10s infinite;
}
.slider
{
	padding-top: 25px;
	width: 600px;
	overflow: hidden;
	margin: auto;
}
@keyframes glisse
{
	0%
	{
		transform: translateX(0);
	}
	10%
	{
		transform: translateX(0);
	}
	33%
	{
		transform: translateX(-600px);
	}
	43%
	{
		transform: translateX(-600px);
	}
	66%
	{
		transform: translateX(-1200px);
	}
	76%
	{
		transform: translateX(-1200px);
	}
	100%
	{
		transform: translateX(0);
	}


}
.image
{
	text-align: center;
}
p
{
	text-align: justify;
}

img.alignLeft
{
	float: left;
	margin: 0 30px 0 0;
}
p.alignLeft
{
	text-align: justify;
	
}

img.alignRight
{
	float: right;
	margin: 0 0 0 30px;
}
p.alignRight
{
	text-align: right;

}
.clear
{
	clear: both;
}
