#page
{
	background: #ffffff;
	margin-top: 50px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	padding: 20px;
	text-align: center;
}

#footer
{
background: #ffffff;
margin-left: 100px;
margin-right: 100px;
}

#data
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin-top: 5px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #8e002d;
}

#data th
{
	padding: 12px 17px 12px 17px;
	font-weight: normal;
	font-size: 14px;
	color: #2861b0;
	border-bottom: 1px dashed black;
}

#data td
{
	padding: 7px 17px 7px 17px;
	color: #2861b0;
}

#data tbody tr:hover td
{
	color: #2861b0;
	background: #d0dafd;
}

.menu 
{
font-size: small
}

.link {
font-size: 24px
}

.titre 
{
font-size: large
}

.formulaire
{
font-size: x-small
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

