body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic";
}

#global { /* centrage vertical et horizontal */
	position:absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 625px;
	margin-top: -313px; /* moitié de la hauteur */
	margin-left: -400px; /* moitié de la largeur */
}
.objetbleu {
	font-weight: bold;
	font-size: 16px;
	color: #5fc4e3;
	text-decoration: none;
}

.objetvert {
	font-weight: bold;
	font-size: 16px;
	color: #a9c96f;
	text-decoration: none;
}
.titre {
	font-weight: normal;
	font-size: 12px;
	color: #707072;
}
.description {
	font-weight: normal;
	font-size: 12px;
	color: #707072;
}
p {
	font-size: 12px;
	color: #707072;
}
.grisfonce {
	color: #535354;
}

h2 {
	font-weight: normal;
	color: #5fc4e3;
	font-size: 22px;
}
.objetbleuindex {

	font-weight: normal;
	font-size: 16px;
	color: #5fc4e3;
	text-decoration: none;
}
.objetvertindex {

	font-weight: normal;
	font-size: 16px;
	color: #a9c96f;
	text-decoration: none;
}
a {
	color: #707072;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
