﻿/* 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/fond_grise_1000.jpg');
    font-family: Times New Roman, 'Trebuchet MS', Arial, sans-serif;
    color: #181818;
}

#bloc_page
{
    width: 98%;
    margin: auto;
}

section h1, footer h1, nav a
{
    font-family: Times New Roman, Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;
	text-align: center;
}

/* Header */

header
{
    background: url('image/separateur.png') repeat-x bottom;
}

#titre_principal
{
    /*display: inline-block;*/
	text-align: left;
}

header h1
{
    font-family: 'LearningCurveProRegular', serif;
    font-size: 3.5em;
    font-weight: bold;
	text-align: center;
}

/* #logo, header h1
{
    display: inline-block;
    margin-bottom: 0px;
	text-align: left;
}*/

/* header #titre_principal
{
    font-family: Times New Roman, Dayrom, serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
}*/

/* Navigation */

nav
{
    display: inline-block;
    width: 95%;
    text-align: right;
}

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

nav li
{
    display: inline-block;
    margin-right: 15px;
}

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

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

#archive
{
	list-style-type: none;
	width: 850px;
	text-align: left;
}

#archive a
{
	font-size: 1em;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}
	
/* Bannière */

/* Corps */

article, aside
{
	vertical-align: top;
	display: inline-block;
}

aside
{
	font-size: 1.4em;
	width: 49%;
}
article
{
    width: 49%;
	/* text-align: center; */
}

article a
{
    font-size: 0.8em;
}

article h1
{
	font-size: 1.6em;
	color: black;
	text-align: center;
}

/* article li:hover
{
	color: #760001;
    border-bottom: 2px solid #760001;
} */

.ico_categorie
{
    vertical-align: middle;
    margin-right: 8px;
}

#archive .Tel
{
	color: red;
}

#archive em
{
	text-decoration: none;
}

/* Footer */

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

footer p, footer ul
{
    font-size: 0.8em;
}

footer h1
{
    font-size: 1.1em;
}

#tweet, #mes_photos, #mes_amis
{
    display: inline-block;
    vertical-align: top;
}

#tweet
{
    width: 28%;
	text-align: justify;
	font-size: 1.1em;
	font-weight: bold;
	color: red;
	
}

#signature
{
	font-family: Comic Sans MS, 'LearningCurveProRegular', serif;
	font-size: 0.7em;
	color:	blue;
	text-align:right;
}

#mes_photos
{
    width: 45%;
}

#mes_amis
{
    width:26%;
}

#mes_photos img
{
    border: 1px solid #181818;
    margin-right: 2px;
}

#mes_amis ul
{
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 48%;
    list-style-image: url('image/ico_liensexterne.png');
    padding-left: 2px;
}

#mes_amis a
{
    text-decoration: none;
    color: #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('image/separateur.png') repeat-x top;
}

