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

@font-face { /* Définition d'une nouvelle police nommée LearningCurveProRegular */
    font-family: 'LearningCurveProRegular';
    src: url('LearningCurve_OT-webfont.eot');
    src: url('LearningCurve_OT-webfont.eot?#iefix') format('embedded-opentype'),
         url('LearningCurve_OT-webfont.woff') format('woff'),
         url('LearningCurve_OT-webfont.ttf') format('truetype'),
         url('LearningCurve_OT-webfont.svg#LearningCurveProRegular') format('svg');
}

@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: url('image/oiseau_jazz817.png') scroll no-repeat top center, url('image/fond_jazz.png') scroll repeat-x top; 
}

body img
{
	margin-top: 10px;
	/* horizontal-align: middle; */
}

/* Header */
	
/* Corps */
mark
{
	color: black;
	background-color: #92d050;
	font-family: Arial, serif;
	font-size: 1.0em;
	font-weight: bold;
	
}


strong
{
	font-style: normal;
}

.texte h1
{
	/* width: 50%; 
	margin: auto;*/
	background-color: #92d050;
	color: blue;
	position: relative;
	top: 750px;
	left: 20px; 
	text-align: center;
	border: 2px solid black;
	font-family: Arial, serif;
	font-size: 2.4em;
}

.gauche, .droite
{
	display: inline-block;
	vertical-align:top;
	margin: 30px;
	position: relative;
	left: 700px;
	top: 750px;
} 

.texte p
{
	/* width: 50%; 
	margin: auto;*/
	background-color: #92d050;
	color: black;
	position: relative;
	top: 750px;
	left: 20px; 
	text-align: center;
	border: 2px solid black;
	font-size: 2.4em;
}

.texte img
{
    border: 2px solid #181818;
    margin-right: 15px;
}

 #souligne
{
	text-decoration: underline;
	/* font-weight: bold; */
}


/* 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('image/separateur.png') repeat-x top;
}

