/*****************************************************
* BASE
******************************************************/
html {
    font-size: 100%;
}

body {
    margin: 0;
    padding: 0; 
    font-family: Monospace, Courrier, serif;
    font-size: .8em; 
    line-height: 1.2; 
    color: #191c1b;
    background: #ffffff;
}

body#bio {
	font-family: Times, "Times New Roman", serif;
	font-size: .9em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0;
	padding: 0;
    line-height: 1.2;
    font-weight: bold; 
    font-style: normal;
}

h1 {
    font-size: 1.75em;
}

h2 {
    font-size: 1.5em;
	margin: 0 0 50px 0;
	height: 53px;
	background: url(../images/h2bkg.gif) repeat-x left top;
	width: 525px;
	position: relative;
	left: -15px;
	z-index: 20;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1em;
}

ul, ol {
    margin: .75em 0;
    padding: 0;
	list-style-type: none;
}

li {
	background: url(../images/puce.gif) no-repeat left 9px;
	padding-left: 39px;
}

p {
    margin: .75em 0; 
}

body#bio p {
	text-align: justify;
}

address {
    margin: .75em 0;
    font-style: normal;
}

a {
    text-decoration: none;
}

a:link {
    color: #6f8a8a;
}

a:visited {
    color: #6f8a8a;
}

a:hover, a:focus, a:active {
    color: #6f8a8a;
	text-decoration: underline;
}

:focus {
	outline: 0;
}

a img {
    border: none;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

input, button, select {
    vertical-align: middle;
}

*html .clear {
	height: 1%;
	overflow: visible;
}

*+html .clear {
	min-height: 1%;
}

.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

p.align-center {
	text-align: center;
}

p.align-right {
	text-align: right;
}

p.align-justify {
	text-align: justify;
}

table.contenttable {
	width: 100%;
	border-collapse: collapse;
}

table.contenttable th, table.contenttable td {
	padding: 3px 5px;
	text-align: left;
}

table.contenttable tr.tr-even th,
table.contenttable tr.tr-odd th {
	background-color: #d4dada;
}

table.contenttable tr.tr-even td {
	background-color: #f2f2f2;
}


/*****************************************************
* STRUCTURE
******************************************************/
#container {
	width: 954px;
	border: 1px solid #1a171b;
	margin: 50px auto;
}

#content {
	width: 825px;
	margin: 40px auto 30px auto;
}

#sidebar {
	width: 290px;
	float: left;
}

#main {
	width: 495px;
	float: right;
	padding-top: 76px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 10;
}

/*****************************************************
* HOME
******************************************************/
#homeContainer {
	width: 954px;
	height: 760px;
	border: 1px solid #1a171b;
	margin: 50px auto;
	position: relative;
}

#homeContainer img#homeImg {
	position: absolute;
	top: 170px;
	left: 600px;
}

#homeContainer img#homeLogo {
	position: absolute;
	top: 0px;
	left: 0px;
}


#homeContainer h1 {
	display: none;
}

#homeContainer h2 {
	width: 525px;
	position: absolute;
	top: 570px;
	left: 270px;
	margin: 0;
	padding: 0;
}

/*****************************************************
* SIDEBAR
******************************************************/
#sidebar h1 {
	margin: 0;
	width: 284px;
	height: 193px;
	background: url(../images/logo.gif) no-repeat left top;
}

#sidebar h1 span {
	display: none;
}

#sidebar h1 a {
	display: block;
	width: 284px;
	height: 193px;
}

#navigation {
	background: url(../images/cross.gif) no-repeat 11px bottom;
	padding-bottom: 10px;
}

#menu {
	width: 190px;
	margin: 0 auto;
}

#image {
	text-align: center;
	margin-top: 45px;
}

#navigation ul.level1, #navigation ul.level2 {
	width: 190px;
	margin: 0;
	padding:0;
	list-style: none;
}

#navigation li {
	margin:0;
	padding: 0;
	background: 0;
}

#navigation ul.level1 li.noSub {
	height:22px;
}

#navigation ul.level2 li.oneLine {
	height:19px;
}

#navigation ul.level2 li.twoLine {
	height:35px;
}

#navigation ul.level1 li a {
	display:block;
	width:190px;
	height:22px;
}

#navigation ul.level2 li.oneLine a {
	display:block;
	width:190px;
	height:19px;
}

#navigation ul.level2 li.twoLine a {
	display:block;
	width:190px;
	height:35px;
}
#menu a {
	margin:0;
	padding:0;
}

/*****************************************************
* BREADCRUMPS
******************************************************/
ul#breadcrumps {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
	height: 15px;
}

ul#breadcrumps li {
	display: inline;
	padding: 0;
	background: 0;
}

ul#breadcrumps li.sep {
	padding: 0 10px 0 0;
	background: url(../images/separator.gif) no-repeat left center;
}

/*****************************************************
* DOTS
******************************************************/
.topdots, .bottomdots {
	width: 525px;
	height: 2px;
	background: url(../images/dots.gif) repeat-x left top;
	position: relative;
	left: -15px;
	z-index: 20;
}

.dots {
	margin: -13px 0 0 0;
}