﻿
article
{
	margin-bottom: 40px;
}

aside
{
    width: 100%;
	/*flexbox*/
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

aside p
{
	width: 200px;
	border: 1px solid black;
	color: black;
	background-color: rgb(255,255,255);
	text-align: center;
	text-indent: 0;
}

.notations
{
	margin-left: 20px;
	/*flexbox*/
	display: flex;
	flex-direction: column;
	width: 37.5mm;
}

.notations p
{
	width: 37.5mm;
}

.same_let
{
	/*flexbox*/
	display: flex;
	flex-direction: row;
}

.objectif
{
	/*flexbox*/
	display: flex;
	flex-direction: row;
}

header .objectif
{
	justify-content: space-around;
}

h2
{
	padding: 10px;
}

figcaption
{
	font-size: 0.9em;
	color: grey;
}

/*liste*/

dt
{
    font-weight: bold;
	margin-top: 10px;
}

section dl dd
{
	margin-top: 10px;
	margin-bottom: 10px;
}

nav dl dd
{
	margin-top: 0;
	margin-bottom: 0;
}
.br
{
	margin-bottom: 10px;
}

.separate
{
	margin-top: 10px;
	/* margin-bottom: 10px; */
}

/*tableau*/
table
{
    width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
}

th, td
{
	border: 2px solid black;
	text-align: center;
	min-height: 20px;
}

th
{
	width: 100px;
}

td
{
	width: 200px;
}

/*images dans th ou td*/
td img, th img
{
    margin: 10px 0;
}


/*propriétés inline*/

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

.souligne, .souligné
{
	text-decoration: underline;	
}

.info
{
	font-size: 1.5em;
	color: red;
}

img
{
	max-width: 142px;
}
