@charset "utf-8";
/*css du site test*/
/*auteur : Zacharie Juillard*/
/*source : zacharie-juillard.fr */

/* -------------------- général -------------------- */

body {
margin: 0px;
font-family: Georgia, "Times New Roman", Times, serif;
background: #555;
}

#corps {
width: 960px;
margin: auto;
margin-top: 0px;
padding-bottom: 15px;
background-color: white;
}

a {
text-decoration: none;
}

.clear {
clear: both;
}

.clearer:after {
clear: both;
}

/* -------------------- banniére -------------------- */

header {
background: black;
width: 900px;
height: 100px;
margin: auto;
margin-top: 0px;
margin-bottom: 15px;
padding: 15px;
}

h1 {
margin-top: 0px;
text-align: center;
font-size: 55px;
color: white;
text-shadow: 2px 2px 2px gray;
}

/* -------------------- menu -------------------- */

nav {
float: left;
width: 203px;
margin-left: 15px;
}

nav ul {
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 15px 0px 15px 10px;
border: groove;
border-width: 2px;
border-color: #f0f0f0;
list-style-type: none;
}

/* -------------------- contenu -------------------- */

section {
margin-left: 230px;
margin-right: 15px;
}

h2, h3 {
border-bottom: 2px groove #f0f0f0;
}

/* -------------------- pied de page -------------------- */

footer {
margin-left: 15px;
margin-right: 15px;
font-size: 75%;
text-align: center;
border-style: groove;
border-width: 2px;
border-color: #f0f0f0;
}
