/* Copyright à laisser : découpe par Cécile */
/*  Pour : http://kits-gratuits.net/ */
* {
	margin:0;
	padding:0;
}
body {
	background:url('../images/interface/bg.png') repeat;
	color:#000000;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size:10pt;
	margin:auto;
	width:800px;
}
img {
	border:none;
}
a {
	text-decoration:none;
	border-bottom:1px dotted #000000;
	color:#000000;
}
a:hover {
	background:#9C9C9C;
	color:#FFFFFF;
}
#global {
	background:url('../images/interface/extensible.png') repeat-y;
}
#header {
	background:url('../images/interface/header.png') no-repeat;
	font-size:12px;
	height:296px;
	padding:20px 0 0 0;
	text-align:center;
}
#header h1 {
	display:none;
}
#header ul {
	display:inline;
}
#header li {
	display:inline;
	list-style:none;
	margin-right:20px;
}
#header #titre {
	font-size:20px;
	margin-top:100px;
}
#contenu {
	padding:0 2em 0 2em;
}
.cat {
	border-bottom:1px solid #C5D3D6;
	border-right:1px solid #C5D3D6;
	float:left;
	padding:0 1em 1em 1em;
	width:633px;
}
.cat li {
	list-style-type:none;
}
.cat p img {
	margin-right:10px;
}
#contenu h2 {
	background:url('../images/interface/categorie.png') no-repeat;
	color:#FFFFFF;
	font-size:1em;
	height:30px;
	padding:0.5em 0 0em 1.5em;
}
#contenu a {
	border-bottom:1px dotted #000000;
	color:#000000;
}
#contenu a:hover {
	background:#9A9882;
	color:#FFFFFF;
}
#footer {
	background:url('../images/interface/footer.png') no-repeat;
	clear:both;
	color:#000000;
	font-size:0.8em;
	height:56px;
	text-align:center;
}
