* {
	padding: 0;
	margin: 0;
}
body
{
	text-align: center;
	font-size: 0.8em;
	font-family: Verdana, 'Sans serif', sans;
	background: #000;
	margin: 0;
}

/* Navbar */
div#navbar {
	background: #000;
	border-bottom: 1px solid #000;
	position: absolute;
	color: #444;
	z-index: +1;
	top: 0px;
	margin: 0;
	padding: 0;
	left: 0;
	width: 100%;
	line-height: 19px;
	cursor: pointer;
	font-size: xx-small;
}
div#navbar a {
	color: #888;
}
div#navbar a:hover {
	color: #aaa;
}
div#navbar .gauche {
	float: left;
	text-align: left;
	padding: 0 15px;
}
div#navbar .droite {
	float: right;
	text-align: right;
	padding: 0 15px;
}

/* Conteneur */
div#conteneur {
	width: 920px;
	margin: 18px auto 0 auto;
	background: #fff url(main.jpg) repeat-y;
	text-align: left;
}

/* Images */
img {
	border: 0;
}
a img {
	border: 1px solid #000;
}
a img:hover {
	border: 1px solid #046;
}

/* Liens */
a {
	color: #007adb;
	text-decoration: none;
}
a:hover {
	color: #004886;
}

/* Titres, texte & autres balises à mettre en forme */
h2, h2 a, h2 a:hover, h3, h3 a, h3 a:hover, h4, h4 a, h4 a:hover {
	font-family: Georgia,"Times New Roman";
	font-weight: bold;
	color: #f70;
}
h2 {
	font-size: 1.45em;
	line-height: 35px;
	margin: 0 0 0.7em 0;
	background: url(puce.png) no-repeat left center;
	padding-left: 40px;
}
h3 {
	font-size: 1.3em;
	line-height: 25px;
	margin: 0 0 0.5em 0.3em;
	border-left: 4px solid #F6D48B;
	padding-left: 6px;
}
h4 {
	font-size: 1em;
	line-height: 18px;
	margin: 0 0 0.5em 0.8em;
	border-left: 3px solid #F6D48B;
	padding-left: 6px;
}
p {
	line-height: 1.5em;
	margin: 0 0 1em 0.8em;
}
ul, ol {
	line-height: 1.5em;
	margin: 0 0 1em 2em;
}
textarea {
	color: #000;
	font-family: Verdana, 'Sans serif', sans;
	border: 1px solid #ddd;
	background: #f8f8f8;
	padding: 0.4ex;
	font-size: 1em;
}
input {
	color: #000;
	font-family: Verdana, 'Sans serif', sans;
	padding: 0.4ex;
	border: 1px solid #ddd;
	background: #f8f8f8;
	font-size: 1em;
}
table {
	margin-left: 7px;
	text-align: left;
	line-height: 1.7em;
	color: #000;
}
pre {
	color: #000;
	font-family: Verdana, 'Sans serif', sans;
	margin: 0 30px 1em 0.8em;
	padding: 14px 10px 6px 10px;
	border: 1px solid #ddd;
	background: #f8f8f8 url(code.png) no-repeat left top;
	line-height: 1.4em;
	
}


/* En-tete */
h1#header {
	height: 260px;
	display: block;
	background: url(header.jpg) no-repeat;
}
h1#header a span {
	height: 120px;
	display: block;
}
h1#header a span {
	visibility: hidden;
}


/* Navigation dans la catégorie */
#navigation {
	position: relative;
	padding: 0 0.5em;
	margin: 0 0 1em 0;
	float: left;
	left: 10px;
	top: -105px;
	width: 162px;
	text-align: left;
}
div#navigation p , div#navigation h3 , div#navigation h4 , div#navigation h5 , div#navigation h6{
	margin-left : 15px; 
}
#navigation ul {
	list-style-type: none;
	cursor: pointer;
	margin: 0 0 1em 15px;
}
#navigation ul li a {
	width: 150px;
	display: block;
	line-height: 1.6em;
	text-decoration : none;
}

/* Adsense */
ul#adsense {
	margin: 0 0 10px 8px;
}

/* Contenu */
div#main {
	position: relative;
	top: -40px;
}
div#contenu {
	padding: 0 25px 0 210px;
	text-align: justify;
}

/* Pied de page */
p#footer {
	margin: 0;
	clear: left;
	padding: 0 0 0 30px;
	background: #eee url(footer.jpg) no-repeat;
	color: #000;
	line-height: 42px;
	height: 50px;
}
p#footer a{
	color: #000;
	text-decoration: underline;
}

/* Liens en dessous du footer */
div#links {
	color: #444;
	padding: 0 0 11px 0;
	cursor: pointer;
	font-size: xx-small;
	font-family: sans-serif, sans;
}
div#links a {
	color: #888;
}
div#links a:hover {
	color: #aaa;
}

