h1
{
	text-align: center;
	font-size: 24px;
}

h2, h3, h4, h5
{
	text-align: center;
}

.droite
{
	text-align: right;
}

.centrer_text
{
	text-align: center;
}

.centrer_img
{
	display: block;
  margin-left: auto;
  margin-right: auto;
}

.gras
{
	font-weight: bold;
}

.couleur_fond
{
	//background-color: #d1a86c;
  background-color: #f5e342;
  /*background-image: linear-gradient(blue, green);
  width: 400px;
  height: 300px;*/
}

h3
{
  text-align: justify;
	font-weight: normal;
	width: 600px;
  margin: auto;
}

.aCentrer
{
  text-align: center;
  display: block;
}

p, ul, ol
{
	text-align: justify;
	font-weight: normal;
	width: 600px;
	padding: 10px,40px,10px,40px;
	margin: auto;
}

.espace_haut_bas
{
	margin-top: 40px;
	margin-bottom: 40px;
	/*padding-top: 20px;
	padding-bottom: 10px;*/
}

.long_ligne
{
	width: 50%;
}

.lRom
{
  list-style-type: upper-roman;
}

.lNum
{
  list-style-type: decimal;
}

.lCarre
{
  list-style-type: square;
}