BODY { 
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;}
A {text-decoration: none}
A:link {	color: navy;}
A:visited {color: #7F007F}
A:active {color: #FF0000}
A:hover {color: #FF0000}

.header {
	max-width: 1200px;
	
}

.main {
	max-width: 1200px;
	background-color: #c9d7e9;
}

h1 {
	font-size: 22px;
	color: #a0522d;
	font-family: Calibri;
	text-align: center;
   text-transform: uppercase;	
}

h2 {
	font-size: 18px;
	color: #a0522d;
	font-family: Calibri;
	text-align: center;
	text-transform: uppercase;
}

h3 {
	font-size: 16px;
	color: white;
	font-family: Calibri;
	text-align: center;
	text-transform: uppercase;
}

h4 {
	text-align: center;
}

.left {
	margin-left: 20px;
	font-size: 16px;
	text-align: justify;
}

.center {
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 16px;
}

.right {
	margin-left: 20px;
	font-size: 16px;
	text-align: justify;
}

.bold-center {
	font-size: 18px;
   font-weight: bold;
	text-align: center;
}

.tarif {
	font-size: 12px;
}

ul {
	font-size: 14px;
}

table {font-size: 14px;}

