/* Copyright à laisser : Interface graphique et découpe par Cécile  *//*  Pour : http://kits-gratuits.net/ */*{ margin: 0; padding: 0; }body { 	width: 800px; 	margin: auto; 	background: #1d1d1d url(images/interface/bg.png) repeat-x;	font-family: Arial, Verdana, Helvetica, sans-serif; 	color: #fff; 	font-size: 10pt; }img { 	border: none; }a {	text-decoration: none;	color: #fff;}a:hover {	border-bottom: 1px dotted #fff;}/* CSS de la partie extensible en hauteur -----------------------------------------------------*/#global {  	background: url(images/interface/extensible.png) repeat-y;}/* CSS du header -----------------------*/#header {  	height: 325px;	background: url(images/interface/header.jpg) no-repeat; 	text-align: center;	padding-top: 2px;}#header h1{	display: none;}#header ul {  	display: inline;}#header li {  	display: inline;	list-style: none;	margin-right: 20px;}/* CSS du contenu------------------------ */ #contenu { 	margin: -25px 15px 15px 15px;}#contenu p { 	padding: 0 0 0.5em 0;}h2 {	padding: 0 0 0.5em 0;	font-size: 1.2em;} /* CSS du footer  ------------------------*/ #footer {	clear: both;	height: 28px;	background: url(images/interface/footer.png) no-repeat; 	font-size: 8pt;	text-align: center;	color: #fff;}