BODY {
  FONT-FAMILY: Tahoma, Arial,Verdana, sans-serif;
  background-color: white;
  color:white;
  font-size: 17px;
}

A { 
   text-decoration: none !important;
  }

td {
	color:white;
  font-size: 17px;
}

.main{
	position : absolute;
	top : 0;
	left : 0;
	right : 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	height: 100%;
	padding-right : 0;
	background-color: white;

}

.orange{
	position : absolute;
	top : 20px;
	margin-left: 0;
	margin-right: 0;
	left : 0;
	width: 100%;
	height: 160px;
	background-color: #FF7F00;

}

.vertclair{
	position : absolute;
	top : 200px;
	margin-left: 0;
	margin-right: 0;
	left : 0;
	width: 100%;
	height: 160px;
	background-color: #7DC134;

}

.vertbleu{
	position : absolute;
	top : 240px;
	margin-left: 0;
	margin-right: 0;
	left : 0;
	width: 100%;
	height: 160px;
	background-color: #047391;

}

.bleuclair{
	position : absolute;
	top : 280px;
	margin-left: 0;
	margin-right: 0;
	left : 0;
	width: 100%;
	height: 160px;
	background-color: #2BDEC6;

}
.violet{
	position : absolute;
	top : 320px;
	margin-left: 0;
	margin-right: 0;
	left : 0;
	width: 100%;
	height: 160px;
	background-color: #8258AA;

}
.rose{
	position : absolute;
	top : 360px;
	margin-left: 0;
	margin-right: 0;
	left : 0;
	width: 100%;
	height: 160px;
	background-color: #D054E7;

}

.blanc{
	position : absolute;
	top : 400px;
	margin-left: 0;
	margin-right: 0;
	left : 0;
	width: 100%;
	height: 302px;
	background-color: #FFFFFF;
}
.gris{
	position : absolute;
	bottom : 10px;
	margin-bottom: 0;
	margin-right: 0;
	left : 0;
	width: 100%;
	background-color: #666666;
}

.cadrecentral {
	position : relative;
	width : 980px;
	float : center;
	text-align : left;
	padding-left : 20px;
}

.titre {
 	font-size : 28px;
	color : white;
}

.titrevertclair {
 	margin-left: 20px;
}
.titrevertbleu {
 	margin-left: 200px;
}
.titrebleuclair {
 	margin-left: 400px;
}
.titreviolet {
 	margin-left: 600px;
}
.titrerose {
 	margin-left: 750px;
}
.logo {
 	float : right;
}

.orange {
	color : #FF7F00;
}

