body
{
    background: url('images/image_fond.jpg');
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #181818;
    background-position:left top;
    background-repeat:no-repeat;
}

#bloc_page
{
    width: 900px;
    margin: auto;
}

section h1
{
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}


header
{
    background: url('images/separateur.png') repeat-x bottom;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#titre_principal
{
    display: flex;
    flex-direction: column;
}

#logo
{
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

#logo img
{
    width: 59px;
    height: 60px;
}

h1
{
    font-family: 'Trebuchet MS', Arial;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 0 10px;
    color: #993d66; 
}

h2
{
    font-family: 'Trebuchet MS', Arial;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
}




#banniere_image
{
    margin-top: 15px;
    height: 200px;
    border-radius: 5px;
    background: url('images/banniere.jpg') no-repeat;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 25px;
}

#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: rgba(24,24,24,0.8);
    color: white;
    font-size: 0.8em;
    
}

.nav {
	list-style: none none;
	margin: 0;
	padding: 0;
	line-height: 1;
    font-size: 1.23em;

}
.nav a {
	display: block;
	padding: .5em;
	color: #711848;
	background: white;
	text-decoration: none;

}
.nav a:focus,
.nav a:hover {
	color: black;
	background: #ffc;
	text-decoration: underline;
}
.nav-item {
	float: left; 
	position: relative; 
}
.sub-nav {
	display: none; 
	position: absolute; 
	left: 0; 
	top: 1.35em; 
	white-space: nowrap; 
	background: white; 
	margin-top: -2px; 

}
.nav-item:hover .sub-nav {
	display: block; 


}


section
{
    display: flex;
    margin-bottom: 20px;
}

article
{
    text-align: justify;
}

article
{
    margin-right: 20px;
    flex: 3;
}

.ico_categorie
{
    vertical-align: middle;
    margin-right: 8px;
}

article p
{
    font-size: 1.2em;
}

background-position:100% 100%;
