﻿/* Définition des polices personnalisées */

@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 */

body
{
    background-color: rgb(255,255,223);
    font-family: 'Time New Roman','Trebuchet MS', Arial, sans-serif;
}
#page
{
    width: 1200px;
    margin: auto;
}
/* Bannière */
#banniere
{
    margin-top: 15px;
    height: 355px;
    border-radius: 5px;
    background: url('images/donjuan.jpg') no-repeat;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 25px;
}
footer a, h1
{
    font-family: Dayrom, serif;
    font-weight: normal;
	text-transform: uppercase;
}
section
{
	width: 1100px;
	margin: auto;
    background: url('images/separateur.png') repeat-x bottom;
}
footer h4
{
	text-decoration: none;
	color: #181818;
	font-size: 1.2em;	
	font-weight: normal;
	margin-left: 900px;
}
footer a:hover
{
    color: #760001;
    border-bottom: 2px solid #760001;
}
section h1
{
    font-weight: normal;
	font-size: 48px; 
	line-height: 120px;
    text-transform: uppercase;
	margin-top: 70px;
	text-align: center;
}
p
{
	font-family: Times New Roman;
	text-indent: 50px;
	padding: 3px;
	line-height: 30px;
	text-align:justify;
	font-style: italic;
	font-size: 24px
}
a
{
    font-family: Dayrom, serif;
    font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: black;
	font-size: 18px;
}	
/* Correctifs pour les vieilles versions d'Internet Explorer */

/* Pour activer un positionnement type inline-block sur les vieilles versions d'IE */

.old_ie #titre_principal, .old_ie #logo, .old_ie header h1, .old_ie nav, .old_ie nav li, .old_ie .bouton_rouge, .old_ie article, .old_ie aside, .old_ie #tweet, .old_ie #mes_photos, .old_ie #mes_amis, .old_ie #mes_amis ul
{
    display: inline;
    zoom: 1;
}

/* Quelques ajustements pour les vieilles versions d'IE */

.old_ie section h1, .ie8 section h1
{
    font-size: 1.1em;
}

.old_ie footer div, .ie8 footer div
{
    margin-top: 30px;
    background: url('images/separateur.png') repeat-x top;
}