body {
	background: #666666;
	margin: 0px;
	padding: 0px;
}

.desc {
	font-family: verdana;
	font-size: 11px;
	line-height: 14px;
}

.descSpec {
	font-family: verdana;
	font-size: 11px;
	line-height: 18px;
}

.descList {
	font-family: verdana;
	font-size: 11px;
	line-height: 18px;
}

.descLink {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #00b0d8;
}

.descLink:hover {
	text-decoration: none;
}







/* Debut de la section "Pour nous joindre" */

.courrielLabel {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}

.courrielInput {
	font-family: verdana;
	font-size: 11px;
	color: black;
	background-color: #f2fbfd;
	border-style: solid;
	border-width: 1px;
	border-color: #00b0d8;
	padding: 1px;
}
.courrielStar {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: red;
}

.courrielBouton {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: red;
	background-color: white;
	padding: 1px 1px 3px 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #00b0d8;
	display: block;
}

.courrielBouton:hover {
	color: white;
	background-color: #00b0d8;
	padding: 1px 1px 3px 1px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

/* Fin de la section "Pour nous joindre" */

