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

@font-face
{
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

/* Eléments principaux de la page */

body
{
	background-color: #ffffff;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #181818;
}

#bloc_page
{
    width: 900px;
    margin: auto;
}

section h1, footer h1
{
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-weight: normal;
    /*text-transform: uppercase;*/
}

/* Header */

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

#titre_principal
{
    display: inline-block;
}

header h1
{
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 2.5em;
    font-weight: normal;
}

#logo, header h1
{
    display: inline-block;
    margin-bottom: 0px;
}

header h2
{
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
	color:#003366;
}

/* Corps */

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

article
{
	background: url('images/bobine.png') no-repeat center center;
    margin-right: 15px;
}

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

article p
{
    font-size: 0.8em;
}

aside
{
    position: relative;
    width: 235px;
	height: 320px;
	overflow: auto;
    background-color: #b0b0b0;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
}
aside h1
{
	color: #ff0000;
}
aside h2
{
	color: #0000ff;
	font-size: 1.2em
}
article h3
{
	font-size: 0.9em;
	color:#003366;
}

/* Footer */

footer
{
    background:  url('images/separateur.png') repeat-x top;
    padding-top: 25px;
}

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

footer h1
{
    font-size: 1.1em;
	text-align: center;
	color: #003366;
}
footer h2
{
    font-size: 1em;
	text-align: center;
	color: #000000;
}

/* 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 article, .old_ie aside
{
    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;
}