@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: 'ARBERKLEY';
	
    src: url('polices/ARBERKLEY.ttf') format('truetype');
}

@font-face
{
    font-family: 'Comic Sans MS';
}

p.arberkley {
    font-family: 'ARBERKLEY';
}

p.comicsansms {
    font-family: 'Comic Sans MS';
}

ul.tiret {
	list-style-type: none;
}

hr {
    height:10px;
    border-width:0;
    color:white;
    background-color:white;
}

@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;
}

/* Eléments principaux de la page */
/* Couleur texte / color text */
body
{
    background: url('images/background.png');
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #EFECCA;
}

#bloc_page
{
    width: 960px;
    margin: auto;
}

section h1, footer h1, nav a
{
    font-weight: normal;
    text-transform: uppercase;
	font-size: 30px;
}

section h3
{
	font-weight: normal;
    text-transform: uppercase;
	font-size: 27px;
}

/* Header */

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;
}

img.imgcenter {
    display: block;
    margin-left: auto;
    margin-right: auto }
	
#centerdiv{
    display: block;
    margin-left: auto;
    margin-right: auto }

header h1
{
    font-family: 'BallparkWeiner', serif;
    font-size: 2.5em;
    font-weight: normal;
    margin: 0 0 0 10px;
}

header h2
{
    font-family: Dayrom, serif;
    font-size: 20px;
    margin-top: 0px;
    font-weight: normal;
}

a.lienblanc
{ 
	color: #FFFFFF; 
}
/* Navigation */

nav ul
{
    list-style-type: none;
    display: flex;
}

nav li
{
    margin-right: 15px;
}

nav a
{
    font-size: 1.3em;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
}

/* Corps */

section
{
    display: flex;
    margin-bottom: 20px;
}

article, aside
{
    text-align: justify;
}

article
{
    margin-right: 20px;
    flex: 3;
}

article p
{
    font-size: 24px;
}

aside
{
    flex: 1.2;
    position: relative;
    background-color: #4083cc;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
}

#bloc_center
{
    text-align: center;
}
.agauche {
float:left;
}
.adroite {
float:right;
}
#bloc_center img
{
    border: 1px solid #181818;
}

aside img
{
    margin-right: 5px;
}

/* Footer */

footer
{
    display: flex;
    background:  url('images/ico_top.png') no-repeat top center, url('images/separateur.png') repeat-x top, url('images/ombre.png') repeat-x top;
    padding-top: 25px;
}
footer_ligne
{
    display: flex;
    background:  url('images/separateur.png') repeat-x top, url('images/ombre.png') repeat-x top;
    padding-top: 25px;
}

footer p, footer ul
{
    font-size: 18px;
}

footer h1
{
    font-size: 1.1em;
}


#footer_center
{
    width: 39%;
}
#tortue
{
    width: 0%;
}

