/* Les éléments HTML en général
-------------------------------------------------------- */
html	{background:#d1e6e6 url("http://idf.mei-fr.org/dotclear/images/sousbois.jpg") no-repeat fixed center /*tant que je n’ai pas les permissions sur le répertoire, ce devra être un appel externe*/}

body	{
	font-family:Geneva,"Trebuchet MS", sans-serif;
	margin:0;
	padding:0
}

h1, h2	{text-align:center}

h1	{
	font-size:300%;
	text-shadow:.1em .1em 2px gray
}

h2	{
	color:#c60;
	font-size:1em;
	letter-spacing:.2em
}

a, a:visited		{color:#fff;text-decoration:none}
h1 a, h1 a:visited	{color:#000}

#navcontainer ul	{
	text-align:center;
	padding:.5em 0;
	background-color:#036;
}

#navcontainer li	{
	display:inline;
	padding:5px 0; /*je ne comprend pas qu'il soit nécessaire*/
}

#navcontainer ul li a	{
	padding:5px 10px;
	border-right:1px solid #fff;
}

#navcontainer ul li a:hover	{
	background-color:#369;
	color:white
}

#navcontainer li:first-child {border-left:1px solid #fff}

/*#navcontainer #first {border-left:1px solid #fff} c’est un hack pour que ça marche pour IE (avec un id="first" dans le premier li). Bah, caca*/


#adresse, #categories {
	background:#750e06;
	border:#8A3E03 .2em solid;
	padding:.2em;
}

dl, li	{font-size:90%}

dl *	{color:#fff}

#adresse	{
	border-left:none;
	float:left;
	min-width:25em
}

dl	{font-family:serif}

dt	{
	font-variant:small-caps;
	font-weight:bold
}

address	{display:inline}

/*http://www.robert-grossmann.com/blognotes/*/
#categories	{
	border-right:none;
	float:right
}

/*#categories {line-height:1.4em} peek-a-boo bug d'IE */

#categories ul {
	margin:-11px 0 20px 0;
	padding:0
}

#categories li {
	list-style:none;
	margin:0;
	padding:0;
	text-transform:lowercase
}

#categories li a {
	color:#fff /*sinon, Safari à du mal*/; 
	display:block;
	padding:.3em;
	border-bottom:1px dotted #c60;
}

#categories li a:hover {
	background:#fac000;
	color:#000
}