body {
	background: #5B5B5B url(/assets/layout/hg.gif) repeat-y top left;
	margin: 0px;
	padding: 0px;
}
body, td, h1, h2, h3, p, span, a:link, a:visited {
	color: black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}
h1 {
	color: #5B5B5B;
	font-size: 24px;
}
h2 {
	color: #5B5B5B;
	font-size: 16px;
}
h3 {
	color: #5B5B5B;
	font-size: 12px;
}
#subnav {
	width: 237px;
	vertical-align: top;
}
#subinner {
	margin-top: 80px;
}
#subnav a:link,
#subnav a:visited {
	color: #95122C;
	display: block;
	text-align: right;
	text-decoration: none;
	font-size: 13px;
	margin-left: 62px;
	padding: 8px 40px 8px 0px;
/*	white-space: nowrap; */
}
#subnav a:hover,
#subnav a.active:link,
#subnav a.active:visited {
	background-color: #ECEBEC;
}
#subnav a.active:link,
#subnav a.active:visited {
	font-weight: bold;
}
#page {
	width: 663px;
}
#content {
	margin: 40px;
}
#sujet {
	background: url(/assets/layout/sujet_1.jpg) no-repeat 237px 0px;
	width: 900px;
	height: 116px;
}
#sujetinner {
	margin-left: 278px;
	padding-top: 20px;
}
#sujetinner a:link,
#sujetinner a:visited {
	color: black;
	display: block;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 13px;
}
#sujetinner a:hover,
#sujetinner a.active:link,
#sujetinner a.active:visited {
	color: #95122C;
	font-weight: bold;
}
/****************
popups
****************/
.popupFg {}
.popupBg {
	background-color: white;
	border: 1px solid black;
}
td.popupText {
	padding: 5px;
}
td.popupCaption {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-decoration: none;
	padding: 5px;
	text-align: left;
}
td.popupClose {
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
	vertical-align: top;
}
