body {
	color: #333;
	font: 62.5%/1.6em Verdana, Helvetica, "Lucida Grande", Lucida,  sans-serif;
	margin: 0;
	background-color: #c5c5c5;
	padding: 0;
}

/* @group defaults */

img, table { margin: 0; padding: 0; border: none; }

h1, h1a, h2, h2 a, h3, h3 a, h4, h5, h6, h3.spip { 
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	color: #3b3737;
	text-align: left;
	line-height: 1.5em;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #940000;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

dt, dl, dt.spip_doc_titre {
	text-align: left;
	margin-left: 0;
}

.spip_doc_descriptif  {
	text-align: left;
	margin-left: 0;
}
/* @end */

/* @group spaces */

#container {
	position: absolute;
	top: 100px;
	width: 100%;
	height: 500px;
	background-color: #ffffff;
	z-index: 1;
}

.content {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

#submenu, #logo {
	width: 180px;
	height: 480px;
	overflow: hidden;
}
/* @end */

/* @group bottom */

#ariane {
	top: 480px;
	left:  0;
	right: 0;
	position: absolute;
	height: 20px;
	background-color: #940000;
	border: 2px solid #ffffff;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 100px;
	padding: 0;
	color: #ffffff;
	font-weight: bold;
}
#ariane a {
	color: #ffffff;
}
#credits {
	background-color: #3b3737;
	position: absolute;
	height: 20px;
	width: 100%;
	bottom: 0;
	font-size: 0.8em;
	text-align: center;
	color: #ffffff;
}
body > #credits {
	position: fixed;
}

#credits a {
	color: #ffffff;
}
form#recherche{
	float: right;
}

form#recherche input {
	background-color: #dedede;
	font-weight: bold;
	border-style: none;
	height: 16px;
	border-right: 4px double #ffffff;
	border-left: 4px double #ffffff;
	padding: 2px;
	margin: 0 5px 0 0;
}



/* @end */

/* @group top */

#top {
	position: absolute;
	top: 0;
	left:  0;
	right: 0;
	height: 100px;
	overflow: hidden;
}
ul.rubriques {
	float: left;
	position: absolute;
	top: 0;
	height: 100px;
}
ul.rubriques li{
	display: inline;
}
ul.rubriques li a {
	background-color: #dedede;
	height: 100px;
	padding: 150px 4px 30px;
	top: 80px;
	position: relative;
	border-right: 4px double #ffffff;
	border-left: 4px double #ffffff;
}

ul.rubriques li a:hover {
	background-color: #3b3737;
	color: #ffffff;
}
#elvis {
	float: right;
	font-size: 40px;
	line-height: 150px;
}
/* @end */

/* @group submenu */
#submenu {
	background-color: #3b3737;
	color: #ffffff;
	position: relative;
	float: left;
	border-top: 2px solid #ffffff;
	margin-right: 2px;
}

#submenu ul li a {
	display: block;
	color: #ffffff;
	padding: 2px ;
	width: 180px;
	border-bottom: 4px double #6c6c6c;
}
#submenu ul li a:hover {
	background-color: #6b6464;
}


#submenu ul.visible li a {
	font-weight: normal;
	font-style: normal;
	padding-left: 10px;
	border-bottom-style: none;
	background-color: #6b6464;
}
ul.visible li {
	border-bottom: 4px double #6c6c6c;
}

.invisible {
	display: none;
}

/* @end */

/* @group logo */

#logo {
	width: 180px;
	float: left;
	border-top: 2px solid #ffffff;
}

#inhoud .spip_logos {
	float: right;
	margin: 5px;
}
/* @end */

/* @group inhoud */
#inhoud {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	height: 480px;
	overflow: auto;
}

ul.inhoud li {
	border-bottom-style: double;
	border-bottom-color: #dedede;
	padding-right: 10px;
	padding-left: 10px;
}

body#Startpagina h1.titre, body.front h1.titre {
	display: none;
}
/* @end */

/* @group typografie */
h1 {
	font-size: 2em;
} 
h3, h3.spip {
	font-size: 1.5em;
	clear: both;
}

/* @end */

/* @group table */

table.spip {
	border: 0;
	text-align: left;
}

table.spip tr.row_even, table.spip tr.row_odd, table.spip tr.row_first {
	background: transparent none;
}

table.spip th, table.spip td { 
	padding: 3px; 
	text-align: left; 
	vertical-align: top; 
	}



/* @end */

#overigens {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 160px;
}
