body {
	background: #f4eeff;
}

h1 {
	color: blue;
	text-align: center;
	margin-left:40px;
}

h2 {
	
}

h3 {
	color: red;

}

h4 {
	color: red;
	text-decoration: underline;
}

h5 {
	color: #463F32;
	margin-left: 10px;
}

p {
	margin:2px;
}

a {
	font-size: 20px;
	color: blue; 
	text-decoration: none;
}

a:hover {
	color: #FF80C0;
	font-size: 19px;
	font-weight: bold;
	text-decoration: blink;
}

img {
  background-color:olive; 
  border:2px solid #b0b0b0; 
  }
  
table {	
	border-collapse:collapse;
}

td, tr {
	color: blue;
	text-align:center;
}
	
.bleu {
	font-weight: bold;
	color: blue;
	font-size: 18px;	
}
.rouge {
	font-weight: bold;
	color: red;
	font-size: 20px;
	font-style: italic;
}

img {
    background-color:olive; 
	border:5px solid orange; 
}
img:hover {
border-color: red;
}
a {
	font-size: 25px;
	font-weight: bold;
	color: purple;
	text-decoration:none;
}

a:hover {
	font-size: 26px;
	color:red;
	text-decoration:none;
}

figure.effect-ruby{background-color:#B939D3	}
 figure.effect-ruby img{opacity:.8;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:scale(1.15);transform:scale(1.05)}
 figure.effect-ruby:hover img{opacity:.5;-webkit-transform:scale(1);transform:scale(1)}
