A:link, A:visited, A:active, A:hover {
 	font: normal 13px Arial, sans-serif;
 	text-decoration: none;
}

A:link {
 	color: aqua;
}

A:visited, A:active {
	color: #c080ff;
}

A:hover {
	color: red;
}

BODY {
	font: 15px "tahoma", sans-serif;
	color: white;
	background-color: #3a6ea5;
}

H1 {
	font: bold 26px "tahoma", sans-serif;
	color: #ffff80;

}

H2 {
	font: bold 21px "tahoma", sans-serif;
	color: #ffff80;
}

H3 {
	font: 17px "tahoma", sans-serif;
	color: #ffff80;
}

.front {
	color: white;
	background-color: #306080;
	border-style : solid;
	border-width : 2px;
	border-top-width : 0px;
	border-Right-Color : black;
	border-Bottom-Color : black;
	border-Left-Color : white;

}

td {
	font: 13px arial, sans-serif;
	text-align: center;
	border-style : solid;
	border-Top-Color : white;
	border-Right-Color : black;
	border-Bottom-Color : black;
	border-Left-Color : white;
	border-width : 1px;
}

.btn-dessus {
	color: Aqua;
	background-color: #4a7eb5;
}

.btn-on-dessus {
	color: Aqua;
	background-color: #306080;
}

.btn {
	color: white;
	background-color: #3a6ea5;
}

.btn-on {
	color: white;
	background-color: #306080;
}

.btn, .btn-dessus {
	border-style : solid;
	border-Top-Color : white;
	border-Right-Color : black;
	border-Bottom-Color : white;
	border-Left-Color : white;
	border-width : 1px;
}

.btn-on, .btn-on-dessus {
	border-style : solid;
	border-width : 2px;
	border-bottom-width : 0px;
	border-Top-Color : white;
	border-Right-Color : black;
	border-Left-Color : white;
}

.btn-on-dessus, .btn-on, .btn-dessus, .btn {
	font: 12px arial, sans-serif;
	text-align: center;
	cursor: pointer;
}

.next, .prev {
	color: white;
	cursor: pointer;
}

.next-on, .prev-on {
	color: aqua;
	cursor: pointer;
}

.prev, .prev-on {
	float: left;
	padding-left: 25px;
}

.next, .next-on {
	float: right;
	padding-right: 25px;
}

.noborder {
	border-width : 0px;
}
