h1 {
	color: navy;
	text-align: center;
}

h2 {
	text-align: center;
	color: grey;
	margin-top: -10pt;
	font-size: 12pt;
	font-style: italic;	
}

img {
	max-width: 150px;
	max-height: 200px;
	float: left;
  margin-right: 10px;
}

br {
	margin-bottom: 8pt;
}

cite {
	display: block;
	font-size: 8pt;
	margin-left: 25px;
	margin-right: 25px;
	text-align: right;	
	font-weight: none;
}

.sujet cite {
	text-align: left;	
}

.sujet {
	font-weight: bold;
	text-align: left;
	overflow: hidden;
}
.moi {
	text-align: left;
	background-color: lightgray;
  color: black;
}

@media only screen and (min-width: 800px) {
body {
	margin-left: 200px;
	margin-right: 200px;
}
img{
  float: right;
  margin-left: 10px;
}
h1 {
	color: red;
}
  
.sujet p {
	color: navy;
}
  
}

