@charset "UTF-8";

/*
Screen Import CSS
*/
@import url("/css/general/normalisation.css");
@import url("/css/general/type.css");
@import url("/css/general/layout.css");
@import url("/css/general/menu.css");
@import url("/css/general/forms.css");
@import url("/css/general/tables.css");

div#main {
 background:#e4e1d9 url("/img/ui/main-top-left-light.gif") 0 0 no-repeat;
}
#main p {
	color:#231f20;
}
#main div.fck{color:#231f20;}
#main ul {
	padding:0 3em;
	list-style:disc outside;
}
div#inner-main {
 background:url("/img/ui/main-btm-left-light.gif") bottom left no-repeat;
}
div#inner-top-right{
 background:url("/img/ui/main-top-right-light.gif") top right no-repeat;
}
div#inner-btm-right {
	background:url("/img/ui/main-btm-right-light.gif") bottom right no-repeat;
	min-height:710px;
	_height:730px;
}

#main table#classes tr td {
	padding:.5em 10px;
}
#main table#classes tr.grey td {
	background:#62696d;
}

#main table#classes {
	width:94%;
	margin:1.4em 0 1.4em 1.4em;
	border:1px solid #6c716f;
	color:#231f20;
}
#main table#classes th  {
	border-right:1px solid #6c716f;
	padding:.5em 10px;
}
#main table#classes tr td {
	border-right:1px solid #6c716f;
	padding:.5em 10px;
}
#main table#classes thead  {
	background:#ab3432;
	border-bottom:0 none;
}
#main table#classes th.grey,
#main table#classes tr.grey td   {
	background:#a6a7a4;
}

img.photo {
	position:absolute;
	bottom:20px;
}
img.laurent {
	position:absolute;
	right:2em;
	bottom:240px;
}

img#steps {
	position:relative;top:-10px;
	left:1.4em;
}
ul#account-nav {
	text-align:right;
	list-style:none;
	padding:0;
}

p#h-u {}
p#h-u a{ color:#ab3432}
p#h-u a:hover {color:#000;}
