/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #005FBB;
}
h1.title {
	color: #626262;
	text-align: center;
	vertical-align: middle;
	font-variant: small-caps;
	border: thin inset Navy;
	border-color: White;
	border-style: outset;
	cursor: crosshair;
	border-top: 1px outset;
	border-top-color: #cccccc;
	border-left: none;
	border-right: none;
	border-right-color: #cccccc;
	border-bottom: none;
	
}

h3 {
	color: #000182;
	font-weight: bold;
}
p {
	color:#cccccc;
}
table.border {
	border-top: 1px outset;
	border-top-color: #cccccc;
	border-left: none;
	border-right: 1px outset;
	border-right-color: #cccccc;
	border-bottom: none;
}
table.contents {
padding:40px;
vertical-align:top;
vertical-align:text-top;
vertical-align:top;
color:#FFFFFF;
margin:20px;
letter-spacing:4px;
word-spacing:1px;
line-height:25px;
font-weight:bold;
font-size:13px;
}
td.contents {
	vertical-align: top;
	vertical-align: text-top;
	vertical-align: top;
	color: #FFFFFF;
	padding: 40px;
	margin: 20px;
	word-spacing: 1px;
	line-height: 25px;
	font-weight: bold;
	font-size: 13px;
	border-top: 1px outset;
	border-top-color: #cccccc;
	border-left: none;
	border-right: 1px outset;
	border-right-color: #cccccc;
	border-bottom: none;
}
td.exercices {

	border-bottom: 1px;
	border-bottom:#cccccc;
	border-right: 1px;
	border-left: 1px;
	border-top: 1px;
	border-bottom:1px;
}
a {
	text-decoration: none;
}
a:link {
	color: Yellow;
}
a:hover {

color:#FFFFFF;
font-weight:bold;
letter-spacing:1px;
}
a:visited {
	font-weight: bold;
	color: Aqua;
}