body {
	background: #d3d1d1 url(/assets/layout/hg.gif);
	margin: 0px;
	padding: 0px;
}
body, td, h1, h2, h3, p, span, a:link, a:visited {
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	text-align: left;
}
h1, h2, h3 {
	margin: 0px;
	margin-bottom: 4px;
}
a:link, a:visited {
	color: #6D1319;
	font-weight: bold;
	text-decoration: none;
}

#container {
	background-color: white;
	vertical-align: top;
/*	background: white url(/assets/layout/contentHg.gif) repeat-y; */
}
#sujet {
/*	background: url(/assets/layout/sujet.gif) no-repeat 0 0;*/
}
#footer {
	height: 1%;
	background-color: white;
	vertical-align: bottom;
}
#footerline {
	color: #6D1319;
	font-weight: bold;
	border-top: 3px solid #6D1319;
	text-align: center;
	padding-top: 12px;
	margin-bottom: 50px;
	font-size: 10px;
}
#footerline a {
	font-size: 10px;
}
#nav {
	background-color: #000066;
	padding-left: 90px;
}

#nav a:link,
#nav a:visited,
#subnav {
	background-color: #6D1319;
	padding: 4px;
	padding-left: 92px;
}
#subnav a:link,
#subnav a:visited {
	color: white;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 10px;
	font-weight: normal;
}
#subnav a:hover {
	text-decoration: underline;
}
#subnav a.active:link ,
#subnav a.active:visited {
	font-weight: bold;
}

#content {
	clear: left;
	padding: 50px 100px 0px 100px;
}



/****************
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;
}


form table td {
	padding-bottom: 10px;
}
input.F
{
	width: 400px;
	margin-left: 20px;
	border: none;
	border-bottom: 1px solid black;
}
input.R,
input.C
{
	width: auto;
	margin-left: 20px;
	border: none;
}
