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

* { margin:0;padding:0; }

body {
	background: url('./images/interface/bg.jpg') repeat;
	width:100%;
	font:normal 0.8em "Verdana",Helvetica,sans-serif;
}

#page {
	width:800px;
	border-left:5px solid #FFF8EC;
	border-right:5px solid #FFF8EC;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF8EC;
}

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

#header h1 {
	font-size:2.2em;
	font-weight:normal;
	color:#588A03;
	font-family:Verdana;
	padding-left:70px;
	padding-top:20px;
}

#header p {
	color:#646464;
	padding-left:130px;
	padding-top:5px;
}

ul#menu_haut {
	float:left;
	width:100%;
	background-color:#CA0074;
	height:20px;
	border-top:5px solid #FFF8EC;
	border-bottom:3px solid #FFF8EC;
	list-style-type:none;
	text-align:center;
}

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

ul#menu_haut a {
	width:116px;
	height:20px;
	background-color:#CA0074;
	color:#FFF8EC;
	text-decoration:none;
	display:block;
}

ul#menu_haut a:hover {
	width:116px;
	height:20px;
	background-color:#E50083;
	color:#FFF8EC;
	text-decoration:none;
	background-color:#E50083;
	display:block;
}

#bloc {
	float:left;
	width:780px;
	text-align:justify;
	padding-left:10px;
	color:#000;
}

#menu {
	float:left;
	margin-left:40px;
	width:190px;
}

#bloc h2, #menu h2 {
	border-bottom:1px dotted #030303;
	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:40px;
	height:20px;
}

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

#menu a:hover {color:#818080;text-decoration:underline;}


	

p#copyright {
	font-size:0.8em;
	color:#FFF8EC;
	width:800px;
	height:18px;
	text-align:center;
	padding-top:82px;
	clear:both;
	background-color:#FFF8EC;

	border-bottom:5px solid #FFF8EC;

	background:url('./images/interface/footer.jpg') top no-repeat;

}

	
	
