/* Copyright à laisser : découpe par Cécile */
/*  Pour : http://kits-gratuits.net/ */

/*Rappel utile : les couleurs peuvent être modifiées au choix, ne modifiez pas les marges sans avoir les bases des CSS2, ou conservez le fichier intact quelque part ;) */

*{ margin:0; padding:0;}

body {
	width: 800px;
	margin: auto;
	background: url(images/interface/bg.png) repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 10pt;
}

img {
	border: none;
}

a {
	color: #000066;
}

input {
background-color: #c8feff;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #000080;
font-style: normal;
/*border: 0px solid #000080;*/
}

textarea {
background-color: #c8feff;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #000080;
font-style: normal;
/*border: 0px solid #000080;*/
}

a:hover {
	text-decoration: none;
}

#global {
	background: url(images/interface/extensible.png) repeat-y;
}

/* CSS du header
-----------------------*/

#header {
	height: 296px;
	background: url(images/interface/header.png) no-repeat;
	font-size: 12px;
	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;
}

/* CSS du contenu
------------------------ */

#contenu {
	padding: 0 2em 0 2em;
}

.cat {
	width: 640px;
	float: left;
	border-bottom: 1px solid #C5D3D6;
	border-right: 1px solid #C5D3D6;
	padding: 0 1em 1em 1em;
}

#contenu h2 {
	height: 30px;
	background: url(images/interface/categorie.png) no-repeat;
	padding: 0.5em 0 0em 1.5em;
	font-size: 1em;
	color: #fff;
}


#contenu a {
	color: #000;
}

#contenu a:hover {
	text-decoration: none;
}

 /* CSS du footer
 ------------------------*/

#footer {
	clear: both;
	height: 80px;
	background: url(images/interface/footer.png) no-repeat;
	text-align: center;
	font-size: 0.8em;
	color: #000;
	padding-top: 5px;
}
