body {
	background: #f4eeff;
}

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

h2 {
	color: blue;
}

h3 {
	color: red;
	margin-left: 40px;
}

h4 {
	color: #463F32;
	margin-left: 20px;
}

h5 {
	color: blue;
	font-size: 18px;
	font-weight: bold;
}

ol {
	margin-left: 30px;
}

ul {
	margin-left: 30px;
	color: blue; 
	font-size: 18px;	
}

.grascolore {
	font-size: 22px;
	font-weight: bold;
	color: orange;
}

p {
	margin:20px;
}

a {
	font-size: 20px;
	color: #69C900; 
	text-decoration: none
}

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

img {
  background-color:olive; 
  border:2px solid #b0b0b0; 
  }
  
table {	
	margin:10px;
	border-width:1px; 
	border-style:solid; 
	border-color:blue;
	border-collapse:collapse;	
}

caption {
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	color: blue;
}
th {
	margin:10px;
        padding:10px;
	background-color:#DFFB3F; 
	border-width:2px; 
	border-style:solid; 
	border-collapse:collapse;
	color: blue;
	text-align:center;
}
	
td, tr {
	margin:10px;
	background-color:white;
	color:white;
	border-width:2px; 
	border-color:blue;
	border-style:solid; 
	border-collapse:collapse;
	text-align:center;
}
	
#image_flottante {
	float:left;
	margin-right:0px;
}

#image_placee {
	position: absolute;
	right: 900px;
	top: 450px;
}

.bleu {
	font-weight: bold;
	color: blue;
	font-size: 18px;	
}

input[type=submit]:hover, 
input[type=reset]:hover {background-color:#FCDEDE;}
input[type=submit]:active, input[type=reset]:active {background-color:#F58592;box-shadow:1px 1px 1px #D83F3D inset;}		
	



