.page {
	width: 80%;
	max-width: 1000px;
	min-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
}

img { 
height : 500px ; /* hauteur de l’image limitée à 500 pixels */
text-align : center ; 

}
h1 {
color : #8BC34A ; 
text-align : center ;
font-size : 46px
}

.nature , .carriere , .formation , .qualites {
font-size : 30px ;
font-weight : bold ;	
}

.nature { 
color : #4472C4 ; 
}

.qualites { 
color : #C00000 ; 
}

.carriere { 
color : #548235 ; 
}

.formation { 
color : #806000 ; 
}

.paragraphe1 , .paragraphe2 , .paragraphe3 , .paragraphe4 , .plus { /* décoration de la balise div class paragraphes */
font-size : 20px ;
padding : 10px 20px 10px 20px; /* dans l’ordre : taille du haut-droite-bas-gauche */
margin : 5px 0px 30px 0px;
text-align: justify;
}

.paragraphe1 { 
background : #e2e9f6 ; 
border : #4472C4 solid 1px ; 
}

.paragraphe2 { 
background : #fce5e0 ; 
border : #C00000 solid 1px ; 
}

.paragraphe3 { 
background : #e2efd9 ; 
border : #548235 solid 1px ; 
}

.paragraphe4 { 
background : #EADCC4 ; 
border : #806000 solid 1px ; 
}

.auteur { /* décoration de la balise "auteur" (ne pas oublier le point devant auteur) */
color : #7C1B98 ; /* A compléter pour avoir du violet */
font-weight : bold ;
}

.creation { /* décoration de la div class creation (ne pas oublier le point devant creation) */
text-align : center ; /* A compléter pour avoir du violet */
margin : 10px 0px 30px 0px; /* dans l’ordre : taille du haut-droite-bas-gauche */
font-style: italic ;
}

.introduction { /* décoration de la balise div class introduction*/
font-weight : bold ;
font-size : 20px;
text-align: justify;
}

h1 , .nature , .carriere , .formation , .qualites , .auteur , .creation , .introduction {
	font-family : calibri, arial ;
}

.lien { 
text-align : center ; 
font-size : 20px ;
margin : 10px 0px 20px 0px;
}

.video { 
text-align : center ; 
margin : 10px 0px 10px 0px;
}