﻿/* Eléments principaux de la page */
body
{
	min-width: 980px;
	width: 90%;
	min-height: 816px;
	height: 90%;
	margin: auto;
	border: 2px black;
}

header
{
	width: 100%;
	height:160px;
	margin-top: 50px;
	background: url('images/image_fd.jpg');
	border-radius: 5px 5px 0px 0px;
}

#slogan
{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

#titre
{
	display: inline-block;
	vertical-align: 20px;
	width: 45%;
	margin-top: 20px;
	text-align: right;
}

#titre h3
{
	padding: 5px;
	margin: 0px;
}

header div h1, header div h2
{
	padding: 1px;
	margin: 5px;
}

/* Navigation */
nav
{
	width: 450px;
	height: 35px;
    display: block;
	margin-top: 33px;
	margin-left: 30px;
}

nav ul
{
    list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
    text-align: center;
	border: 2px rgba(215,215,215,1) groove;
	border-radius: 8px;
	background: rgba(225,225,225,1);
	box-shadow: 1px 1px 2px silver;
}

nav li
{
    height: 22px;
	display: inline-block;
    margin-right: 6px;
	margin-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
}

nav a
{
    font-size: 12px;
    color: black;
	padding-left: 4px;
	padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
}

nav a:hover
{
    color: black;
	border-radius: 4px;
	padding: 4px;
    background: white;
	cursor: pointer;
}

/* Corps de la page */
section
{
	width: 100%;
	min-height: 500px;
	max-height: 1200px;
	overflow: auto;
	margin-bottom: 0px;
	background: white;
}

article
{
	width: 97%;
	margin: auto;
	margin-top: 0px;
	padding-bottom: 20px;
}

#toolbox
{
	background: white url('icones/tool.png') no-repeat;
	background-size: contain;
	background-position: top center;
}

#toolbox h3
{
	padding: 2px;
}

#toolbox a
{
	text-decoration: none;
}

#toolbox a:hover
{
	text-decoration: underline;
	color: royalblue;
}

section #cv
{
	margin: auto;
}

/* Pied de page */
footer
{
	width: 100%;
	height: 35px;
	margin-top: -27px;
	background: url('images/image_pdp.jpg');
	border-radius: 0px 0px 5px 5px;
}

#pdp
{
	width: 550px;
	padding-top: 5px;
	margin: auto;
	text-align: center;
}

#contact
{
	width: 110px;
}

#siren
{
	width: 230px;
}

#copyright
{
	width: 130px;
}

#contact a, #copyright a
{
	text-decoration: none;
	color: blue;
}

#contact, #siren, #copyright
{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}