p
{ 
    font-size : 14px;
    font-family : Arial, Comic Sans MS, sans-serif ;
   	color : black;
    text-align: center;
    margin : auto;
    overflow : auto;
    word-wrap: break-word;
}

header
{
	display: inline-flex;
    flex-direction: column;
	font-size: 36px;
	text-align: center;
	margin-top: 1%;
    margin-bottom: 0px;
    margin-left: 1%;
}

header h1
{
    text-align: left;
    word-wrap: wrap;
    margin: 1%;
}

footer
{
	display: flex;
	background: url("images/separateur.png") repeat-x top;
	padding-top: 2%;
}

aside
{
	width: 30%;
	height: 50%;
    position: absolute;
    top: 1%;
    right: 1%;
    background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
    word-wrap: break-word;
    overflow-wrap: scroll;
}

aside a
{
    display: flex;
    justify-content: center;
}

aside p
{
    margin-top: 1%;
}

article ul
{
    list-style-type: none;
    text-align: center;
    word-wrap: break-word;
}

nav
{
    display: flex;
    flex-direction: column;
    width: auto;
	vertical-align: middle;
}

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


nav li
{
    margin-right: auto;
}

nav a
{
	font-size: 20px;
	color: #FFFFFF;
}

section
{
    display: flex;
    /*align-items: start;*/
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 1px;
    margin-bottom: 5%;
}

article
{
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    vertical-align: middle;
    justify-content: center;
  	text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}

article img
{
    align-items: start;
    justify-content: center;
}

article p, article h1, article h2, article h3, article h4, article ul, article li
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
	color: #000000;
}

em
{
	color : blue;
}

h1
{
	font-size : 48px;
	text-align : center;
}

h2
{
	font-size : 24px;
	text-align : center;
}

h3
{
	font-size : 20px;
	text-align: center;
}

h4
{
    font-size: 18px;
    text-align: center;
}

a
{
    text-align: center;
    text-decoration: none;
    font-style: italic;
}

a:hover
{
   text-decoration: underline;
   color: red;
}

body
{
	background-color: rgba(191,171,128,0.7);
	background-image: url("photos/miniatures/dsc_0058_70.jpg") ;
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
    margin: auto;
}

#banniere_image
{
    margin: auto;
    border-radius: 5px;
    background: url("photos/miniatures/TU/DSC_0583-405x270.jpg") no-repeat;
    width: 400px;
    height: 300px;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 2%;
}

#banniere_description
{
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 400px;
    height: 30px;
    /*padding-top: 3%;
    padding-left: 1%;*/
    background-color: rgba(24,24,24,0.8);
    color: white;
    font-size: 0.8em;  
}

#bloc_page
{
    display: flex;
    width: 900px;
    margin: 0px;
}



#logo
{
    display: flex;
    flex-direction: column;
    align-items: left;
    width: 300px;
    height: 200px;
}

#logo h1
{
    text-align: left;
}

@media screen and (max-width: 1280px)
{
    header h1
    {
        margin-left: 50px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #banniere_image
    {
        display: none;
    }

    #bloc_page
    {
        width: 600px;
        margin: 0.5%;
    }
    section
    {
        flex-direction: column;
    }

    article, aside
    {
        width: auto;
        position: relative;
        margin-bottom: 15px;
    }

    body
    {
        background-color: rgba(191,171,128,0.7);
        background-image: url("photos/miniatures/dsc_0058_70_50.jpg") ;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: top;
    }
}