@charset "UTF-8";
/* CSS Document */

/* Comportement general */

* {
	margin:0;
	padding:0;
}

body {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}


/* Emplacement du site */

#fullpage {
	width:800px;
	height:600px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-400px;
	background-color:#FFFFFF;
}

/* Contenu du site */

#lordb {
	float:left;
	width:188px;
	height:390px;
	padding:8px 4px 2px 8px;
	background-image:url(../images/logo.jpg);
}

#menu {
	float:left;
	width:188px;
	height:190px;
	padding:2px 4px 8px 8px;
}

#contenu {
	position:relative;
	float:right;
	width:588px;
	height:584px;
	padding:8px 8px 8px 4px;
	overflow:auto;
}

/* Navigation */

ul.navigation {
	list-style:none;
	font-size:16px;
	text-align:left;
	line-height:24px;;
}


ul.navigation a{
	text-decoration:none;
	color:#000000;
}

ul.navigation li:hover{
	background-color:#46861F;
	font-size:20px;
}

#active {
	background-color:#46861F;
	font-size:20px;
}


/* Typographie */

h1 {
	font-size:24px;
	font-weight:bold;
	font-variant:small-caps;	
}

p {
	text-align:justify;
}

p.gras {
	font-weight:bold;
	line-height:18px;
}

a {
	text-decoration:none;
	color:#009900;
}

a:hover {
	text-decoration:underline;
}

/* Divers */

hr {
	height:8px;
	border:none;
}