﻿/* 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: 1080px;
    margin: auto;
}
header
{
	height: 70px;
	padding-top: 30px; 
}
section
{
	width: 1000px;	
}

h1
{
	font-weight: normal;
	text-align: center;
	font-family: Dayrom, serif;
	font-size:  3.5em; 
	line-height: 40px;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 0px;
	padding: 0px;	
	color: black;
}
#banniere
{
    margin-top: 15px;
    height: 345px;
    border-radius: 5px;
    background: url('images/etudes.jpg') no-repeat;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;    
}
footer
{
	width: 1000px;
    margin: 0px;
	padding-bottom: 10px;
}
footer a
{
	font-family: Dayrom, serif;
    font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
	text-decoration: none;
	color: black;
}
section
{	
    background: url('images/separateur.png') repeat-x bottom;
}
h2, h3, h4, h5, h6
{
 	font-weight: normal;
	line-height: 30px;
}
h2
{
	margin-left: 20px;
}
h3
{
	margin-left: 120px;
}
h4
{
	margin-left: 220px;
}
h5
{
	margin-left: 320px;
}
h6
{
	margin-left: 420px;
}
a
{
		text-decoration: none;
}

header h1 a:hover
{
    color: grey;
	text-decoration: none;
}
footer a:hover
{
    color: grey;
}

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