/*
Style sheet for www.elapsetech.com
Author: Charles Crepin 2008
*/

body {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #333333;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

hr {
	color: #EEDDDD;
}

a.menu {
	font-size: 14px;
	color: #840000;
	text-decoration: none;
}

a.menu:hover {
	text-decoration: underline;
    color: #aa2222;
}

a.upperMenu {
	font-size: 12px;
	color: #dddddd;
	text-decoration: none;
}

a.upperMenu:hover {
	text-decoration: underline;
    color: white;
}

a {
	text-decoration: none;
    color: #2244c0;
}

a:hover {
	text-decoration: underline;
    color: blue;
}

td {
	font-size: 12px;
}

.titre {
	font-size: 12px;
	color: #770000;
	font-weight: bold;
}