      	div { text-align: center;}

	#left { text-align: left;}
	#right { text-align: right;}
	#center  { text-align: center;}
	#nodepage { background-color: red; text-align: center;}

	
	h1 {text-align: left;}
	h2 {text-align: right;}
	h3 {text-align: center;}
	h4 {text-align:center; font-size:16px; backgroundcolor:red;}

/* Appliquer la couleur rouge à tout le texte de la page */
body {
    color: red;
}

 /* unvisited link */
a:link {
  color: pink;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: pink;
  text-decoration: none;

}

/* mouse over link */
a:hover {
  color: blue;
  text-decoration: none;
}

/* selected link */
a:active {
  color: pink;
  text-decoration: none;
  
} 


			