* {
	padding: 0;
	margin: 0;
	border: none;
}

html {
	overflow: -moz-scrollbars-vertical;
} 

/*elements typographiques*/
body {
	font-family: "Palatino Linotype", Times, serif;
	font-size: 12px;
	line-height: 1.2em;
}

a {
	color: #0066FF;
	text-decoration: none;
	outline: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #777;
	letter-spacing: 0.025em;
	font-weight: normal;
	line-height: 1.05em;
}

h1 {
	font-size: 1.6em;
}

h2, h3 {
	font-size: 1.3em;
}

#contenu h3, #contenu h2 {
	margin-bottom: 0.5em;
	
}

h1 img {
	left: -3px;
}

#contenu p {
	margin-bottom: 0.75em;
	text-align: justify;
}

#contenu p.annex {
	text-align: right;
	line-height: 1.6em;
	margin-top: 2em;
}

#contenu em{
	letter-spacing: 0.1em;
}

#contenu strong {
	letter-spacing: 0.05em;
}

#contenu p.question {
	font-family: "Arial", "Helvetica", sans-serif;
	/*font-size: 0.95em;*/
}

/*Layout*/
#tete {
	z-index: 10;
	position: absolute;
	top: 0;
	text-align: right;
	width: 35em;
	
	margin-top: -40px;
}


#contenu {
	position: relative;
	z-index: 10;
}


#tete h1 {
	position: absolute;
	top: 0;
	left:0;
}

#tete p {
	position: absolute;
	
	right: 0;
	bottom: -19px;
	/*margin-top: 5px;*/
}

#tete h1.titre {
	position: absolute;
	top: 223px;
	left: -3px;
}

#boite {
	position: relative;
	
	margin-left: auto;
	margin-right: auto;
	
	/*top: 1em;
	left: 12em;*/
	
	margin-top: 6em;
	width: 35em;
	
	/*background: url(cube.gif) center no-repeat;*/
}

#footer {
	text-align: right;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#navigation {
	position: absolute;
	
	
/*	margin-left: auto;
	margin-right: auto;*/
	
	/*border: thin solid black;*/
	
	text-align: center;
	
	width: 135em;
	left: -50em;
		top:10em;

	z-index: 1;
}

#navigation * img {
		vertical-align: middle;
		/*margin-left: 1em;
		margin-right: 1em;*/

}

#navigation .droite, #navigation .espace, #navigation .gauche {
	/*background: #999;*/
	/*width: 35em;*/
	/*height: 15em;	*/
	float: left;
	

}

#navigation .droite {
	width: 50em;
	text-align: right;
}

#navigation .gauche {
	width: 50em;
	text-align: left;
}

#navigation .espace {
	width: 35em;
	/*width: 35em;*/
	/*display: inline;*/
}
