﻿		body {
			font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
			font-size: 12px;
			line-height: 1.5em;
			margin: 0;
			background-color: white;
			background-image: url(../images/shadow-light.gif);
			background-repeat: repeat-y;
			background-position: 50% 0;
		}
		body.embed {
			background-image: none;
		}
		div {
			padding: 10px;
		}
		.embed div {
			padding: 0;
		}
		#page {
			width: 945px;
			margin: 10px auto;
			background: white;
			padding: 0 10px;
		}
		#header {
			position: relative;
			padding: 0 8px;
		}
		#header h1 {
			position: absolute;
			width: 900px;
			left: -1000px;
		}
		#header img {
			border: 0;
		}
		#top {
		background-color: black;
		color: white;
		line-height: 1em;
		padding: 9px 20px;
		margin: 17px -15px 0;
		}
		#footer {
			font-family: arial;
			color: #666;
			font-size: 10px;
			clear: both;
			padding: 10px 30px;
			text-align: right;
		}
		#footer a {
			color: #666;
		}
		* html #footer { /* IE "haslayout" fix */
			height:1px;
		}

		#col1{
			width: 600px;
			margin: 10px;
			float: left;
			padding-left: 0;
		}
		.embed #col1 {
			margin: 0;
			width: 740px;
		}
		#col2{
			width: 200px;
			float: left;
			margin: 32px 0 10px 10px;
			padding: 10px;
			font-style: italic;
		}
		h1, h2, h3 {
			font-family: 'Lucida sans unicode', 'Lucida sans', lucida;
			font-weight: normal;
			color: #333;
			font-style: normal;
		}
		h1 {
			font-size: 24px;
			margin: 10px 0;
		}
		h2 {
			margin: 2px 0 10px 0;
		}
		h3 {
			margin: 0;
			color: black;
			font-size: 13px;
			font-weight: bold;
			border-bottom: 1px solid silver;
		}
		p {
			margin: 0;
			margin-bottom: 5px;
		}
		p.post {
			border-top: 1px solid silver;
			padding-top: 5px;
			padding-left: 0;
		}
		p img {
			float: right;
			margin-top: 10px;
			margin-left: 10px;
			margin-right: 5px;
			border: 0;
			width: 200px;
		}
		#col2 p {
			line-height: 2em;
		}
		a {
			text-decoration: none;
			color: #238;
		}
		a:hover {
			text-decoration: underline;
		}
		.dateline {
			padding: 7px 0 2em 35px;
			margin: 0 0 0 15px;
			color: #333;
		}
		.saphira .dateline {
			background: url('../images/logo/saphira.png') no-repeat;
		}
		.libelle .dateline {
			background: url('../images/logo/libelle.png') no-repeat;
			padding-left: 50px;
			margin-left: 0;
		}
		.swe595 .dateline {
			background: url('../images/logo/swe595.png') no-repeat;
		}
		.post {
			padding-left: 10px;
			clear: both;
		}