﻿/* 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;
    color: #181818;
}

#page
{
    width: 1200px;
    margin: auto;
}
#banniere_image
{
    margin-top: 15px;
    height: 355px;
    border-radius: 5px;
    background: url('images/contri.jpg') no-repeat;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 5px;
}
h1
{
	margin-top: 70px;
    font-family: Dayrom, serif;
    font-weight: normal;
	text-align: center;
	font-size: 4em;
}
p
{
	font-family: Dayrom, serif;
    font-weight: normal;
	font-size: 40px;
	text-align: center;
	font-style: italic;
}
article
{
	display: inline-block;
	text-align: left;
	width: 590px;
	vertical-align : top;
}
aside
{
	display: inline-block;
	text-align: left;
	width: 600px;
	vertical-align : top;
}
article a, aside a
{
    font-family: Dayrom, serif;
	font-size: 1.5em;
	line-height: 30px;
    font-weight: normal;
	text-decoration: none;
	color: #181818;
}
article ul, aside ul
{
    list-style-type: none;
	font-weight: normal;
	text-decoration: none;
}
blockquote
{
	border: 1px solid black;
	box-shadow: 4px 4px 6px black;
	border-radius: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	text-indent: 20px;
    font-family: Dayrom, serif;
    font-weight: normal;
	text-align: justify;
	font-size: 1.5em;
	margin-bottom: 40px;
}
h2
{
	margin-top: 0px;
	font-style: italic;
    font-family: Dayrom, serif;
	font-weight: normal;
	font-size: 2em; 
	text-transform: uppercase;
}
a
{
    font-weight: normal;	
	text-decoration: none;
	color: #181818;
	font-family: Dayrom, serif;
	font-size: 1.2em;

}
h3
{
	text-align: center;
}
h3 a, h4 a, h5 a, footer a
{
	margin-left: 800px;
	text-transform: uppercase;	
}
h5 a
{
	margin-left: 20px;
}
.auteur
{
	width: 1200px;
	margin: auto;
	font-family: Dayrom, serif;
	text-indent: 10px;
	padding: 3px;
	text-align:justify;
	font-style: normal;
}
figure
{
	margin: 0px;
}
img
{

	display: block;
	margin: auto;
}
section, h1, header, header p, .auteur
{
    background: url('images/separateur.png') repeat-x bottom;
}
.photo
{
	display: inline-block;
	margin-left: 50px;
	vertical-align: middle;
}
.introduction
{
	width: 1000px;
	margin: auto;
	margin-top: 30px;
	font-family: Times New Roman;
	text-indent: 50px;
	padding: 3px;
	line-height: 36px;
	text-align:justify;
	font-style: italic;
	font-size: 24px
}
h5 a:hover
{
	color: #760001;
    border-bottom: 2px solid #760001;
}
h3 a:hover
{
    color: #760001;
    border-bottom: 2px solid #760001;
}

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