/* CSS par Dig pour http://www.kits-gratuits.net */

* { margin:0;padding:0; }

body {
	background:#398808;
	width:100%;
	font:normal 0.8em "Trebuchet MS",Verdana,Helvetica,sans-serif;
}

#page {
	width:900px;
	border-left:5px solid #3A3A3A;
	border-right:5px solid #3A3A3A;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

#header {
	background:url('./images/interface/header.jpg') top no-repeat;
	width:900px;
	height:200px;
}

ul#menu_haut {
	float:left;
	width:100%;
	background-color:#3A3A3A;
	height:20px;
	list-style-type:none;
	text-align:center;
}

ul#menu_haut li {
	display:inline;
	float:left;
}

ul#menu_haut a {
	width:300px;
	height:20px;
	background-color:#3A3A3A;
	color:#ffffff;
	text-decoration:none;
	display:block;
}

ul#menu_haut a:hover {
	width:300px;
	height:20px;
	background-color:#3A3A3A;
	color:#3A3A3A;
	text-decoration:underline;
	background-color:#FFC300;
	display:block;
}

#bloc {
	float:left;
	width:500px;
	text-align:justify;
	padding-left:10px;
	padding-top: 10px;
}

#menu {
	float:left;
	margin-left:80px;
	width:300px;
	border-left: 2px dotted #3A3A3A;
}

#bloc h2, #menu h2 {
	border-bottom:2px dotted #3A3A3A;
	text-indent:-9000px;
	margin-top:20px;
}

#menu ul {
	list-style-image:url('./images/interface/puce.jpg');
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

#menu li {
	margin-left:30px;
	height:20px;
}

#menu a {
	color:#646464;
	text-decoration:none;
}

#menu a:hover {
	color:#398808;
	text-decoration:underline;
	font-size: 18px;
}

h2#presentation {
	background:url('./images/interface/presentation.gif') left no-repeat;
}

h2#liste {
	background:url('./images/interface/liste.gif') left no-repeat;
}
	

p#copyright {
	font-size:0.8em;
	color:#A3A3A3;
	width:700px;
	text-align:center;
	clear:both;
	background-color:#FFF;
	padding-top:50px;
}

p#copyright a{
	text-decoration:none;
	color:#A3A3A3;
}

h2#coordonnees {
	background:url('./images/interface/coordonnees.gif') left no-repeat;
}

.droit {
  float: right;
  } 

.marge {
	margin-left:10px;
	bottom: 20px;
}

.smallfont {
	font-size: 0.1em;
	color:#FFFFFF;
}