/* nicoladenis.fr juillet 2011 */

body, h1, h2, h3, h4, h5, img, p, ol, ul, li, dl, dt, dd {
	border: 0;
	font-size: 1em;
	margin: 0;
	padding: 0;
	}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	}
a {
	text-decoration: none;
	}
a, body {
	color: rgb(28,81,34);
	}
a:hover {
	color: rgb(255,51,0);
	}
body {
	background-color: rgb(247,255,237);
	font-family: 'times new roman', times, serif;
	font-style: italic;
	line-height: 1;
	}
ol, ul {
	list-style-type: none;
	}

/* common */

#header, #nav, #footer {
	left: 50px;
	position: fixed !important;
	position: absolute;
	}
#header {
	top: 23px;
	}

#nav {
	top: 176px;
	}
#nav li {
	margin-bottom: 14px;
	}
#nav li#current {
	color: rgb(255,51,0);
	}

#header h1, #main h1 {
	font-size: 1.9375em;
	margin-bottom: 17px;
	}
#header h1, body#intro h1 {
	font-style: normal;
	}
#header h2, body#intro h2 {
	line-height: 1.15em;
	}

/* main */

#main {
	left: 250px;
	padding-right: 100px;
	padding-bottom: 100px;
	position: absolute;
	top: 122px;
	}
#main a {
	border-bottom: 1px dotted;
	}
#main h1 {
	color: rgb(255,51,0);
	font-size: 1.875em;
	margin-bottom: 22px;
	}
#main h2 {
	font-size: 1.4em;
	margin-bottom: 17px;
	}
#main h3 {
	font-size: 1.15em;
	margin-bottom: 18px;
	}
#main h3.space-top {
	margin-top: 22px;
	}
#main img {
	margin-bottom: 20px;
	}
#main p, #main ul {
	line-height: 1.3;
	margin-bottom: 15px;
	}
.spaced li {
	padding-bottom: 16px;
	}
.decorated li {
	background: transparent url(/pix/mdash.png) no-repeat 0 11px;
	padding-bottom: 1px;
	padding-left: 2em;
	}
.space-right {
	padding-right: 0.3em;
	}

/* footer */

#footer {
	bottom: 28px;
	font-size: 0.875em;
	}
#footer p {
	margin-top: 14px;
	}
#footer dl#lang-option {
	/* border: 1px solid red; */
	}
#footer dl#lang-option dt, #footer dl#lang-option dd {
	display: inline;
	}
#footer dl#lang-option dd {
	color: rgb(255,51,0);
	text-transform: uppercase;
	}

/* introduction */

body#intro {
	margin-top: 50px;
	margin-left: 100px;
	}
body#intro h1 {
	font-size: 4.3593825em;
	margin-bottom: 32px;
	}
body#intro h2 {
	font-size: 2.25em;
	margin-bottom: 5px;
	}
div#ticker-area {
	color: rgb(255,51,0);
	font: normal 2.25em/1.15em courier, 'courier new', monospace;
	}
div#ticker-area a {
	color: rgb(255,51,0);
	}
div#ticker-area a:hover {
	color: rgb(30,80,35);
	}
