/* essai css */
h1 {
	color: blue;
	font-size: 25px;
   }
h2 {
	color: green;
	font-size: 25px;
   }
h3{
	background-color: #AA2;
	width: 400px;
	margin: 0px auto;       /* centrer le bloc */
	text-align: center;     /* centrer le texte dans ce bloc */
}
/*
div {
	background-color: #89B;
	border: 5px solid #777;
	width: 300px;
	margin: 50px auto;      /* espace haut bas = 50 - centré horizontalement */
}
*/
/*
balise, | #nomid, | .nomclass {
	color :
	font-size:
	border:
*/


p{
	font-size: 14px;
}
.nomclass1{
	background-color: grey;
	border: 3px solid #000000;
	font-family: Serif ;
	font-style: oblique;
	font-weight: 200;
	opacity: 0.5;
	text-align: justufy;
}
.nomclass2 {
	
	background-color: red;
	width: 25%;
	height: 500px;
	/* font-family: Monospace ; */
	font-style: normal;
	font-weight: 600;
	opacity: 0.9;
	/* text-align: center; */
	letter-spacing: +3px;
	/* marge int */
	padding: 30px;
	border: 20px solid #0000FF;
	border-radius: 12px;
	/* marge ext */
	margin: 50px;

   }
img{
	width: 100px;
}
img:hover{
	width: 600px;
	padding: 10px;
	border: 1px solid black;
	box-shadow: 0px 0px 10px grey;
}
.
