/*Le bandeau contenant le menu + police du texte*/
nav {
	position:
	fixed;
	top: 0px;
	
	width: 100%;
	text-align: center;
	
    background-color: rgb(72, 68, 222);
    color: rgb(218, 226, 241);
	font-size: 1em;
	
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;	
	
}

/*Le marges des liens*/
nav > a {

	margin-left: 25px;
	margin-right: 25px;
}

/*Le ruban entier avec titre*/
header {
	display:flex;
	justify-content: center;
	align-items: center;
	
	background-color: rgb(218, 226, 241);
	padding-top: 0.006px;
	padding-right: 0.006px;
	padding-left: 0.006px;
	padding-bottom: 0.006px;
	
	margin-top: 65px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	max-width: 1500px;
	
	border-color: rgb(72, 68, 222);
	border-width: 5px;
	border-style: outset;
	
}

/*Taille des images dans le ruban titre*/
header > #ruban {
	width: 12%;
	height: 12%;
}

/*Police, couleur et placement des liens*/
a {
	font-family: verdana, sans-serif;
	font-weight: bold;
	color:inherit;
	
	display: inline;
}

/*Arrière plan du corps du code*/
body {
	background-color: rgb(192, 200, 221);
}

/*Espacement des lignes des listes*/
li {
	line-height: 25pt;
}

/*Organisation du corps principal du texte.*/
span {
	line-height: 21pt;
	font-size: 14pt;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}

/*Taille des premiers paragraphes*/
span > start {
	font-size: 16pt;
}

/*Couleur du strong*/
strong {
	color: rgb(69, 156, 222);
	
}

/*Organisation de la section contenant le corps principal du texte*/
section#contenu {
	font-family: "Verdana";
	font-size: 13pt;
	line-height: 19pt;
	text-align: justify;
	color: rgb(48, 43, 100);
	
	margin-left: 45px;
	margin-right: 45px;
	
    background-color: rgb(218, 226, 241);
    
    display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}

/*Concerne les blocs distinguant les familles qui témoignent*/
div {
	
	border-color: rgb(192, 200, 221);
	border-style: solid;
	
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	
}

/*Concerne la position du bloc aside dans les témoignages impairs des familles (à gauche)*/
div#impair > aside {
	display: float;
	float: left;
	
	margin-right: 15px;
	margin-left: 0px;
}

/*Concerne la position du bloc aside dans les témoignages pairs des familles (à droite)*/
div#pair > aside {
	display: float;
	float: right;
	
	margin-right: 0px;
	margin-left: 15px;
}

/*Concerne les blocs aside de présentation de la famille*/
aside {
    background-color: rgb(69, 156, 222); 
    color: rgb(218, 226, 241);
    
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	
	text-align: center;
	
	height:200px;
	width:200px;

	margin-top: 0px;
	margin-bottom: 15px;

}

/*La police des titres h1 h2 h3 h4*/
h1, h2, h3, h4 {
	font-family: "Georgia";
}

/*La position des titre h1 h2 h3*/
h1, h2, h3 {
	text-align: center;
}

/*Mise en forme de h1*/
h1 {
	font-size: 50pt;
	color: rgb(72, 68, 222);
}

/*Mise en forme de h2*/
h2 {
	font-size: 35pt;
	color: rgb(48, 43, 110);
	line-height: 45pt;
	
	text-decoration: underline overline;
}

/*Mise en forme de h3*/
h3 {
	font-size: 21pt ;
	color: rgb(72, 68, 222);
}

/*Mise en forme de h4*/
h4 {
	font-size: 18pt;
	color: rgb(69, 156, 222);
	
}

/*Apparence des liens quand l'utilisateur survole le lien avec sa souris*/
a:hover {
	color: rgb(69, 156, 222);
	
}

/*Mise en forme globale du tableau*/
table {
	text-align: center;
	font-family: "Lucida Console";
}

/*Mise en forme des case "th" et "td"*/
th, td {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(72, 68, 222); 
  
  padding: 10px;
}

/* Mise en forme de la ligne et de la colonne de titre*/
td#b, thead {
	background-color: rgb(69, 156, 222);
	font-size:15pt;
	color: white;
	font-weight:bold;
}

/*Pied de page*/
footer {
	width:100%;
		
	background-color: rgb(72, 68, 222);
	color:white;
	
	font-size: 12px	; 
	font-style: italic;
	
	text-align:center;
	padding:1px;
}
