body
{
	background-color: #5684f7;
	color: #00173d;
	text-align: justify;
}

h1 h2 h3
{
	color:#022156;
}

#page
{
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 80%;
	min-width: 600px;
	max-width: 1000px;
}

header
{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#titre_principal
{
	padding-left:20px;
	padding-bottom: 20px;
}

nav ul
{
    list-style-type: none;
    display: flex;
    height: 40px;
    padding:0;
    margin:0;
}

nav a
{
	padding-bottom: 3px;	
    color: #00173d;
	text-decoration: none;
    font-size: 1.3em;
	flex:1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-weight: normal;
}

nav a:hover
{
	color: white;
	background-color: #0a2960;
}

section
{
	padding: 10px 50px 10px 50px;

}

.partie
{
	background-color: white;
	border-radius: 10px;
	box-shadow: 10px 10px 11px #2B5987;
	margin-bottom: 5px;
}

.nom
{
	font-variant: small-caps;
}

a
{
	text-decoration: underline;
	font-weight: bold;
	color: #022156;
}

.ici
{
	border-bottom: 2px solid #0a2960;
}

p
{
	text-indent:15px;
}

h2
{
	text-indent: 20px;
}

h3
{
	text-indent: 40px;
}

.flottant
{
	float:right;
	border-radius: 10px;
}

li
{
  line-height: 1.5;
}

li{
  margin: 15px 0;
}


