/* Design scatobeerz - Full CSS par Hurricaaane */

body
{
	min-width: 500px;
	background-color: white;
	margin: 0;
	font-family: "Trebuchet MS",Verdana,Arial,serif;
	color: #494949;
	font-size: 0.9em;
	line-height: 1.2em;
}
#accessibilite
{
	z-index: 1337;
	position: absolute;
	right: 1em;
	top: 0.1em;
	margin: 0;
	padding: 0;
	color: #BBDDE2;
}
#accessibilite a
{
	color: #BBDDE2;
}
#accessibilite a:hover, a:focus
{
	color: #93A3A5;
}
#menu
{
	position: absolute;
	top: 2.1em;
	right: 0px;
	width: 14em;
}
#page
{
	margin-top: 2.1em;
}
#contenu
{
	margin-right: 14em;
	padding-bottom: 1em;
	border-right: 0.2em solid #BBDDE2;
	min-height: 20em;
	height: auto !important;
	height: 20em;
}
#footer
{
	padding-right: 1em;
	text-align: right;
	border-top: 0.2em solid #BBDDE2;
	clear: both;
}
p
{
	text-indent: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.8em;
	margin: 0;
}
.citation
{
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: white;
	border: 0.2em solid #BBDDE2;
	margin: 0.5em;
}
.pre
{
	white-space: pre;
}
h1
{
	text-indent: 1em;
	font-size: 1.5em;
	position: absolute;
	top: 0px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	width: 100%;
	text-transform: uppercase;
	color: #93A3A5;
	background-color: white;
	border-bottom: 0.2em solid #BBDDE2;
}
h2
{
	font-size: 1.1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin: 0;
	margin-top: 1em;
	margin-bottom: 0.2em;
	color: #93A3A5;
	border-bottom: 0.2em solid #BBDDE2;
	padding-left: 1em;
	padding-right: 1em;
}
h3
{
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #93A3A5;
	margin-top: 1em;
	margin-bottom: 0.2em;
}
.clearboth
{
	clear: both;
}
a
{
	color: #6CAAB3;
	text-decoration: none;
}
a:hover, a:focus
{
	color: #93C1C8;
}
ul
{
	margin: 0;
	padding: 5px;
	list-style-type: none;
}
#menu ul
{
	margin-bottom: 2em;
}
li
{
	margin-bottom: 0.2em;
	padding-left: 0.5em;
	border-left: 1.2em solid #BBDDE2;
}
img
{
	background-color: white;
	padding: 0;
	margin: 0.5em;
	border: 0.2em solid #BBDDE2;
}
img a
{
	border: 0.2em solid #6CAAB3;
}
img a:hover, img a:focus
{
	border: 0.2em solid #93C1C8;
}
.flottant_gauche
{
	float: left;
}
.flottant_droite
{
	float: right;
}
.centrer
{
	text-align: center;
}
