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

body {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #111111;
	background-color: #333333;
}

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: #333399;
	text-decoration: none;
}

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

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: 16px;
	color: #276cc5;
	font-weight: bold;
}

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