/* HTML redef */
body {
/*	background-color: #fff; */
	background-image: url('/images/fond.png');
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

h1 {
	width: 80%;
	font-size: 1.3em;
	font-weight: lighter;
	margin: 0;
	text-align: center;
}
h2 {
	width: 80%;
	font-size: 1.1em;
	font-weight: lighter;
	margin: 0;
	text-align: center;
}

h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0 15px 0 15px;
	letter-spacing: 0.1em;
	display: inline;
	border-bottom: dotted 1px #666;
}
ul {
	margin: 0;
	padding: 0;
	
}
ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a, a:link, a:visited, a:active {
/*	color: #34A; */
  color: #e30023;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a img{
	border: none;
}

/* main IDS */
#wrap {
	margin: auto;
	width: 960px;
/*	background-color: #eee; */
}
#nav {
	width: 250px;
	float: left;
	padding: 25px 0 0 15px;
	text-align: right;
}
#content {
	margin-left: 280px;
	padding: 25px;
	text-align: justify;
/*	border-left: solid 1px #ccc; */
/*	background-color: #fff; */
	min-height: 500px;
}
div#titre {
	padding: 0;
	margin: 0;
	text-align: center;
	display: block;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #ccc;
}

/* Type classes */
.main_date {
	font-size: 1.2em;
}
.title {
	margin-left: 180px;
	font-family: "Trebuchet MS";
	font-size: 1.8em;
}
.description {
	margin-left: 180px;
}
.main_date {
	font-size: 1em;
	float: left;
	padding-top: 10px;	
}
ul.main_listing li {
	margin: 50px 0 50px 0;
}
ul.menu {
	margin: 0 0 25px 0;
	padding: 10px;
	text-align: center;
	border-bottom: solid 1px #eee;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
}
ul.menu:hover {
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
ul.menu li:hover {
	background-color: #CCC;
}

h1.titre_article {
	font-family: "Trebuchet MS";
	font-size: 1.8em;
}

div.formulaire table {
	background-color: #eee;
}

/* SPIP classes */
span.spip_documents_center { 
	display: block;
	text-align: center;
}