html, body, div {
	margin: 0;
	padding: 0;
	}

html { background: #000; }

body {
	background: url("images/css/fond_page.png") repeat-y 94px top;
	width: 800px;
	margin: 0 auto;
	
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	color: #fff;
	}
	
ul#navi, ul#metanavi {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}
ul#navi li {
	margin: 0;
	padding: 0 8px 12px 7px;
	float: left;
	}
ul#navi li a img { border: 0; }
ul#navi li#navi-avatar {
	margin-left: 94px;
	background: #0b2640;
	}
ul#navi li#navi-avatar a, ul#navi li#navi-ohm a, ul#navi li#navi-vacuohm a {
	display: block;
	height: 68px;
	}
ul#navi li#navi-avatar a { width: 211px; }
ul#navi li#navi-ohm a, ul#navi li#navi-vacuohm a { width: 177px; }
ul#navi li#navi-ohm {
	margin-left: 24px;
	}
ul#navi li#navi-vacuohm {
	margin-left: 47px;
	}
	
ul#metanavi {
	clear: both;
	padding-bottom: 4px;
	margin-bottom: -3px;
	
	font-family: Arial, Helvetica, sans-serif;
	}
ul#metanavi li {
	float: left;
	margin: 0 8px;
	
	color: #998771;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1.2em;
	}
ul#metanavi li a {
	color: #998771;
	text-decoration: none;
	}
ul#metanavi li span {
	border-bottom: 3px solid #ef3f20;
	}
	
div#page {
	background: #335e91;
	clear: both;
	padding: 0;
	border: 3px solid #0b2640;
	border-width: 3px 0;
	}

div#entete {
	position: relative;
	border-top: 1px solid #899ece;
	height: 130px;
	}
div#entete p {
	margin: 0;
	position: absolute;
	right: 94px;
	top: 54px;
	
	color: #5578a1;
	}
a#navi-rss {
	padding: 3px 25px 3px 0;
	background: url("images/css/logo_rss.png") no-repeat right center;
	}
	
h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -1px;
	left: 94px;
	}

div.projet h2 {
	font-variant: small-caps;
	}
	
div#page a {
	color: #aebfe6;
	text-decoration: none;
	}
div#page a:hover {
	color: #fff;
	text-decoration: none;
	}
	
div.projet {
	padding: 30px 94px 30px 370px;
	border: 1px dotted #899ece;
	border-width: 1px 0 0 0;
	overflow: hidden;
	}
div.projet img {
	width: 227px;
	border: 3px solid #899ece;
	float: left;
	margin: -35px 0 0 -279px; 
	}

div#archives {
	border-top: 1px dotted #899ece;
	border-bottom: 1px solid #899ece;
	position: relative;
	height: 100px;
	padding: 30px 0 0 370px;
	}
	
div#archives h2 {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	left: 94px;
	}
div#archives h2 img { display: block; }

div#archives ul {
	margin: 33px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
	}
div#archives ul li {
	margin: 0;
	padding: 3px 10px;
	float: left;
	}

/* ----------- spécifique au projet seul ------------ */
div#texte-projet {
	padding: 30px 94px;
	border: 1px dotted #899ece;
	border-width: 1px 0 0 0;
	}

div#texte-projet h2 {
	color: #aebfe6;
	font-size: 2.3em;
	line-height: 1em;
	font-weight: normal;
	font-variant: small-caps;
	}

div#texte-projet dl {
	padding-bottom: 1em;
	border-bottom: 1px solid #899ece;
	}
div#texte-projet dt strong, div#texte-projet h3 { 
	color: #efe9b2;
	font-size: 1.2em;
	}
div#texte-projet dt, div#texte-projet h3 {
	margin-bottom: 1em;
	}
div#texte-projet dd {
	padding: 0;
	margin: 0;
	}
div#texte-projet h3, div#texte-projet dl {
	margin-top: 70px;
	}

/* classes à utiliser en mode HTML pour afficher une image à côté d'un bloc de texte
	placer l'image suivie des paragraphes dans un div.texte-image */
div#texte-projet div.texte-image {
/*	padding-left: 276px; */
	position: relative;
	}
div#texte-projet div.texte-image img {
	width: 227px;
	border: 3px solid #899ece;
	float: left;
	margin: 0 40px 10px 0;
	}
	
div#liens-bas {
	border-top: 1px dotted #899ece;
	border-bottom: 1px solid #899ece;
	padding: 20px 94px;
	overflow: hidden;
	}
p#lien-haut { float: right;	}
p#lien-retour { float: left; }

div#entete p strong {
	color: #fff;
	font-size: 1em;
	}








