/*
Feuille de style : www.lechemindenoon.com
Pages : index.html et vousetmoi.html
*/

/* commun */

body {background: #000000;
	color: #999999;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1000px;
	overflow: auto;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: small}

#entete {position: fixed;
	top: 10px}

#pieddepage {clear: both;
	padding-top: 5px;
	z-index:-1;
	text-align: center;
	font-size: x-small}

a:link {text-decoration: none;
	font-weight: bold;
	color: #fffccc }
a:visited {	text-decoration: none;
	color: #fffccc }
a:hover {color: #ebb000;
	text-decoration: none}
a:active {	text-decoration: none;
	color: #fffccc }

/* index.html */

#derniereerrance {background-color: #262626;
		margin-top: 130px;
		margin-left: 0px;
		padding-left: 20px;
		padding-right: 20px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		width: 500px;
		float: right;
		z-index:-1;
		text-align: justify;
		line-height: 150% }

	#date {color: #ebb000;
		font-style: italic;
		font-size: x-small;
		font-weight: lighter;
		line-height: 10% }

	#icone {float: left;
		margin-top: 20px}

	#titreerrance {color: #ebb000;
		font-size: large;
		font-weigth: lighter;
		text-align: left;
		margin-left: 100px;
		margin-top: 45px;
		vertical-align: top}

	#texteerrance {clear: both;
			padding-top: 2px}


#dernieretrace {margin-top: 112px;
		margin-left: 0px;
		width: 440px;
		float: left;
		z-index:-1 }



	#titretrace {background-color: #262626;
		color: #ebb000;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		font-size: large;
		font-weigth: lighter;
		text-align: center;
		line-height: 200%}

/* vousetmoi.html */

#vousetmoi {background-color: #262626;
		float: right;
		width: 700px;
		min-height: 350px;
		margin-top: 130px;
		margin-left: 0px;
		padding-left: 20px;
		padding-right: 20px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		z-index:-1;		
		text-align: justify }
	
	#titrevousetmoi {color: #ebb000;
		font-size: medium;
		letter-spacing: 0.1em;
		word-spacing: 0.1em;
		text-indent: 25px;
		line-height: 200% }
		
		.center {text-align: center}

#poeme {float: left;
	margin-top: 130px;
	margin-left: 0px;
	width: 260px;
	z-index:-1;
	text-align: left}

	#footerleft {float: left;
		width: 300px}
	
	#footerright {float: left;
		width: 700px;
		z-index:-1}

/* IE.html */

#message {margin-top: 200px;
	text-align: center;}
