/* FONT-SIZE */
/* xx-small:minuscule */
/* s-small:très petit */
/* small:petit */
/* medium:moyen */
/* large:grand */
/* x-large:très grand */
/* xx-large:gigantesque */

/* FONT-STYLE */
/* normal:normal */
/* italic:italic */

/* FONT-WEIGHT */
/* bold:gras */
/* normal:normal */

/* TEXT-DECORATION */
/* blink:cligontant */
/* underline:souligne */
/* line-through:barré */
/* overline:ligne au dessus */

p
{
	font-size: medium;
}
h1
{
	font-size: x-large;
	color: red;
}

/* police pour le titre de l'Artcile conseillé */
h2
{
	font-size: medium;
	font-weight: bold;
	color: white;
	text-align: center;
}
h3
{
	font-size: small;
	font-weight: normal;
	color: white;
	text-align: left;
}
h4
{
	font-size: x-large;
	font-weight: medium;
	color: black;
	text-align: left;
}

/* Eléments principaux de la page */

body
{
    background: url('jmd/images/fond_jaune.png');
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #181818;  
}

#bloc_page
{
    width: 900px;
    margin: auto;
}

section h1, footer h1, nav a
{
    font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;
}


/* Header */

header
{
    background: url('jmd/images/separateur.png') repeat-x bottom;
}



/* Navigation */

nav
{
    display: inline-block;
    width: 740px;
    text-align: left;
}

nav ul
{
    list-style-type: none;
}

nav li
{
    display: inline-block;
    margin-right: 15px;
}

nav a
{
    /* font-size: 1.3em;  */
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
}


/* Bannière */



#banniere_image
{

    margin-top: 15px;
    height: 150px;
    border-radius: 5px;
    background: url('jmd/images/jemedebrouille.gif') no-repeat;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 20px;
}

#banniere_description
{
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 33px;
    padding-top: 15px;
    padding-left: 4px;
    background-color: rgb(24,24,24); /* Pour les anciens navigateurs */
    background-color: rgba(24,24,24,0.7);
    color: white;
    font-size: 0.8em;
    
}


/* Corps */

article, aside
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

article
{
    width: 625px;
    margin-right: 15px;
}

article p
{
    font-size: 0.8em;
}

aside
{
    position: relative;
    width: 220px;
    background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
}



aside img
{
    margin-right: 5px;
}




/* Footer */


footer p, footer ul
{
    font-size: 0.8em;
}

footer h1
{
    font-size: 1.1em;
}

#AnciennesPublications1, #AnciennesPublications2
{
{
	display: inline-block;       /* les uns à cote des autres, et non pas les uns au dessus des autres */
	vertical-align: top;
	width: 45%;
}



#trait_separation
{
    background:  url('jmd/images/separateur.png') repeat-x top, url('jmd/images/ombre.png') repeat-x top;
    padding-top: 10px;
}



footer
{
	box-shadow: 0px 0px 0px black;
    background:  url('jmd/images/ico_top.png') no-repeat top center, url('jmd/images/separateur.png') repeat-x top, url('jmd/images/ombre.png') repeat-x top;
    padding-top: 25px;
}
