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

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

hr {
	color:#CCCCCF;
}

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

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

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

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

a.contentMenu {
	font-size: 12px;
	color: #3333ee;
	text-decoration: none;
}

a.contentMenu:hover {
	text-decoration: underline;
    color: black;
}

a {
	text-decoration: none;
    color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #999999;
}

td {
	font-size: 12px;
}

.addressCell {
	color: #dddddd;
}

.small {
	font-size: 11px;
	color: silver;
}

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

.whiteText {
	font-size: 12px;
	color: #3333ee;
	font-weight: bold;
}
