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


/* Eléments principaux de la page */

body {
    background: url('images/fond_jaune.png');
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #181818;
}

/* Bannière */

.photo-frame {
  width: 950px;
  height: 214px;
  border: 2px solid #760001;
}
.post img {
    background-color: white;
    background-size: cover;
}
#bloc_page
{
    width: 900px;
    margin: auto;
}

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

section p
{
      font-size: 16px;
}
/* Header */

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

#titre_principal
{
    display: inline-block;
}

header h1
{
    font-family: 'BallparkWeiner', serif;
    font-size: 2.5em;
    font-weight: normal;
}

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

header h2
{
    font-family: Dayrom, serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
}

/* Navigation */

nav
{
    display: inline-block;
    width: 700px;
    text-align: right;
}

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

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

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

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


/* Corps */

/* Assurez-vous que les marges et paddings des éléments parents ne perturbent pas l'affichage */
article, aside {
    display: inline-block; /* Peut causer des problèmes si un parent a une largeur insuffisante */
    vertical-align: top;
    text-align: justify;
}
article {
    width: 900px; /* Vérifiez cette largeur */
    margin-right: auto;
}

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

h4
 {
	text-decoration: none; 
    color: #760001;
    border-bottom: 3px solid #760001;
}

aside
{
    position: relative;
    width: 235px;
    background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
}

#fleche_bulle
{
    position: absolute;
    top: 100px;
    left: -12px;
}

#photo_zozor
{
    text-align: center;
}

#photo_zozor img
{
    border: 1px solid #181818;
}

aside img
{
    margin-right: 5px;
}

/* Footer */
footer
{

    margin: 0 ;
	padding-right: 10px ;
	line-height: 30px ;
	text-align: center ;
	color: black ;
}

footer p
{
    font-size: 14px;
}

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

}

footer a
{
	color: black ;
	text-decoration : none;
}


div#contenu
{
	padding: 0 25px 0 100px ;
	/*background: url(apple.jpg) no-repeat 15px 15px ;*/
}

div#contenu h2
{
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.4em ;
	background: url(fete.png) no-repeat left bottom ;
	color: #9b2 ;
	border-bottom: 1px solid #9b2 ;
}

div#contenu h3
{
	margin-left: 15px ;
	padding-left: 5px ;
	border-bottom: 1px solid #9b2 ;
	border-left: 3px solid #9b2 ;
	color: #9b2 ;
}

div#contenu p
{
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
}

div#contenu a
{
	color: #8a0 ;
	text-decoration : none;
}

div#contenu a:hover
{
	color: #fab905 ;
}

#lien {
    text-align: center;
		}

#lien a {
    font-size: 14px;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
		}

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