/* Eléments principaux de la page */

body
{
    background-color: rgb(255,255,255);
	font-family: 'Calibri', Calibri, serif;
    color: rgb(0,0,0);
}

#bloc_page
{
    width: 900px;
    margin: auto;
}

section h1, footer h1, nav a
{
    font-family: Calibri, serif;
    font-weight: normal;
}


/* Header */

#titre_principal
{
    display: inline-block;
}

header h1
{
    font-family: 'Georgia', serif;
    font-size: 2.5em;
    font-weight: normal;
}

header h2
{
    font-family: Georgia, serif;
    font-size:2em;
    margin-top: 0px;
    font-weight: normal;
}

/* Bannière */

#banniere_image
{
    margin-top: 15px;
    height: 150px;
    border-radius: 5px;
    background: url('pictures/ban.png');
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 25px;
}

/* Navigation */

nav#pages
{
    display: inline-block;
    text-align: right; /* Placement texte à droite */
}

nav#pages ul li 
{
    display: inline; /* enlève puce et dispose en ligne */
}

nav#pages ul li a 
{
	display: inline-block;
    background-color: rgb(204,102,0);
    color: white;
    padding: 10px 20px;
    text-decoration: none; /* enlève soulignement*/
    border-radius: 4px 4px 4px 4px;
}

nav#menu ul
{
    list-style-type: none; /*retire l'image ronde servant de puce*/
} 

nav#menu ul li a 
{
    display: inline-block;
    background-color: rgb(204,102,0);
    color: white;
    padding: 10px 20px;
    text-decoration: none; /* enlève soulignement*/
    border-radius: 4px 4px 4px 4px;
}

/* Corps */

article, aside
{
    display: inline-block;
    vertical-align: top;
    
}

article
{
	border: 5px solid rgb(204,102,0);
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
	background-color: white;
	text-align: justify;
}

/* Block to modify the small menu */

h3
{
	font-size: 1.5em;
	font-weight: bold;
}

h4
{
	font-size: 2em;
	font-weight: bold;
}



.ico_categorie
{
    vertical-align: middle;
    margin-right: 8px;
}

article p
{
    font-size: 1.2em;
}

article h1
{
font-size: bold;
}
/* Footer */


footer
{
	padding-top: 100px;	
}