@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 12px;
	background-color: #EEEEEE;
}
.nom {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-align: right;
}
.titre {
	font-size: 14px;
	text-indent: 10px;
	text-align: left;
	color: #333333;
	font-weight: bold;
	font-style: italic;
}
.corps {
	font-size: 12px;
	color: #666666;
}
.brief_ici  {
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}
#nom {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 50px;
	position: fixed;
	overflow: auto;
	padding-bottom: 10px;
	top: 50px;
	text-align: right;
	vertical-align: top;
}
a:link {
	color: #333333;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
#menu {
	vertical-align: top;
	padding-left: 20px;
	left: 20px;
	top: 20px;
	z-index: 2;
	position: fixed;
}

#objets {
	position: absolute;
	left: 250px;
	top: 30px;
}
#objets a:link {
	color: #0099FF;
	text-decoration: underline;
}
#objets a:hover {
	text-decoration: underline;
	background-color: #EEEEEE;
}
#objets TD {
	vertical-align: top;
	padding-right: 15px;
	padding-bottom: 20px;
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	padding-bottom: 10px;
	margin-bottom: 2px;
}
#menu td {
	vertical-align: top;
	padding-right: 10px;
}
