/* 
Feuille de style de customtaro.fr
Auteur : Damien Guillot
*/

/* Reset */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 16px;
	background: #fff url(images/bg_post.png) repeat;
}

/* wrapper */
#container {
	margin: auto;
	width: 800px;
	height: 600px;
	position : relative;
	color: #454545;
	font-family: monospace, sans-serif;
	background: transparent url(images/bg_card.png) no-repeat center;
}

/* header */
header {
	position: absolute;
	left: 308px;
	top: 208px;
	width :197px;
	height: 21px;
}
header:hover {
	background: url(images/effect.jpg) center no-repeat;
}
header h1 {
	width :197px;
	height: 21px;
	color: #cdcdcd;
	font-size: 1.5em;
	display: none;
	
}

/* menu */
nav {
	position: absolute;
	top: 415px;
	left: 222px;
	border-top: 1px dashed #cdcdcd;
	padding-top: 5px;
}
nav ul {
	text-align: left;
	margin-left: 30px;
}
nav ul li {
	list-style: none;
	margin-right:20px;
	display: inline;
}
nav ul li a {
	color: #000;
	text-decoration: none;
	font-size: 1.2em;
}
nav ul li a:hover {
	text-shadow: 0px 1px 0px #e5e5ee;
}

/* contenu code */
article {
	position: absolute;
	top: 250px;
	left: 255px;
	font-size: 0.9em;
	line-height: 1.4em;
}
article span.red {
	color: #f00;
}
article span.green {
	color: #008000;
}
article span.blue {
	color: #00f;
}
article div.tab {
	margin-left: 20px;
}

/* pied de page */
footer {
	margin-top: 5px;
	font-size: 0.8em;
	position: absolute;
	bottom : 0px;
	left : 350px;
}
footer mark {
	font-weight: normal;
	font-style: normal;
	color :#cdcdcd;
	background-color: transparent;
}
