html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	color: white;
}
body{
	background-color: #034159;
	text-align: center;
	width: 85%;
	margin-left:auto;
}
header{
	text-align: center;
	height:90px;
	width: 350px;
	background-color:#025951 ;
}


#Aliquam{
	background: url("../images/pic01.jpg");
	height: 150px;
	width: 350px;
	
}
#Tempus{
	background: url("../images/pic02.jpg");
	background-position: center;
	background-size: cover;
	height: 150px;
	width: 350px;
}
#Magna{
	background: url("../images/pic03.jpg");
	height: 150px;
	width: 350px;
}
h3{
	text-align: right;
	transition: 1s;
}
.gauche{
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
}
div{
	text-align: left;
}
span{
	background-color: white;
	color: #025951;
}
.change-couleur1:hover{
	color:#242943  ;
}
.cc2:hover{
	color: #0cf25d;
}