/*
        Auteur : Lucie Moulin
        Date de création : 22.03.2017
        Résumé : Feuille de styles du site sur le Grandeur Nature (P_WebStat)
*/

body{
    font-family: "Verdana";
    font-size: larger;
    color: black;
    margin: 0;
    background: url("../images/bg.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    padding-top: 2%;
    padding-bottom: 2%;
}

/* HEADER */
.title{
    text-align: center;
    color: black;
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
}

.title p{
    margin: 10px;
}

/* MENU */
nav {
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

.wrapper{
	width:100%;
	padding:20px;
	text-align:center;
}

.menuElement{
    padding: 10px 20px;
    border: solid Black 4px;
    border-radius: 100px;
    background-color: rgba(255,255,255,0.5);
    text-decoration: none;
    color: black;
	margin: 10px;
}

/* CONTENT */
section{
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
    margin-top: 20px;
    border: solid Black 4px;
    border-radius: 50px;
}

section h1{
    text-align: center;
}

article{
    background-color: transparent;
    border: solid Black 4px;
    border-radius: 20px;
    padding: 10px;
    margin: 10px;
    display: inline-block;
}

table{
	margin:10px;
}

tr,td{
	text-align:center;
	padding:10px;
}

p{
     margin: 10px;
}

h2, h3, h4, h5{
    margin: 12px;
}

abbr{
	text-decoration: none;
}

.label{
    font-size: 15px;
    color: beige;
    font-style: italic;
}

.logo{
	width:96px;
	height:96px;
	display:block;
	margin-left: auto;
	margin-right: auto;
}

a.source{
    color: gray;
}

.graph{
    border: 8px solid Black;
    border-radius: 20px;
    width: 50%;
    float: right;
	margin-left: 10px;
}

/* RESPONSIVE DESIGN */
@media screen and (max-width:650px){
	.container{
		position: relative;
	}
}
