/*les caractéristiques du titre */
h1 {
text-transform: capitalize;
text-decoration: underline;
font-style: normal;
font-weight: 400;
font-size: 4em;
font-family: arial, sans-serif;
text-align: justify;
	}
/*les caractéristiques génerale */
body {
background-image: linear-gradient(to right, cyan , yellow);
background-attachment: scroll;
background-position: 900px 50px;
color:brown;
	}
/*les caractéristique du tableau*/
table {
border-radius: 50px;
font-family: arial, sans-serif;
width: 100%;
/*Caractéristiques concenrant les listes*/
}
#bloc1{
	display: inline-block;
	text-align: left;
}

#bloc2{
	display: inline-block;
	text-align: left;
}

#bloc3{
	display: inline-block;
	text-align: left;
}

#bloc4{
	display: inline-block;
	text-align: left;
}

td, th {
border: 1px solid black;
text-align: justify;
padding: 10px;
}
/*caractéristiques des titres*/
h2, h3, h4 {
font-style: italic;
	}
/* modification sur les liens*/
a:link, a:visited {
background-color: blue;
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}