/* 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;
}

a.type1 { color: black;
	text-decoration:underline; }
a.type1:hover { color: red;
	text-decoration:underline;}

a.select {
	text-decoration: none;
	color: yellow;
	}

a.type2 { color: black; 
	text-decoration:underline;}
a.type2:hover { color: green;
	text-decoration:underline; }
/* 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/header.png) 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;
	color: #ff0000; 
	font-variant: small-caps ;
}

/* CSS du contenu
------------------------ */
 
#contenu { 
	margin: -25px 15px 15px 15px;
}

#contenu p { 
	padding: 5px 5px 2px 2px;
}

#contenu ul { 
	text-align: center;
}
#contenu li {  
	display: inline;
	list-style: none;
	margin-right: 10px;
	font-variant: small-caps ;

}



 /* CSS du footer 
 ------------------------*/
 
#footer {
	clear: both;
	height: 28px;
	background: url(images/interface/footer.png) no-repeat; 
	font-size: 8pt;
	text-align: center;
	color: #fff;
}