/* File: css/site.css */

/* --- global stuff --------------------------------------------------------- */

html {
	background-color: #fff; /* DEBUG */
}

body {
	font-family: Geneva, Helvetica, sans-serif;
	font-size: small;
}
* html body {
	font-size: x-small;		/* for IE5/Win */
	f\ont-size: small;		/* for other IE versions */
}

h1 {
	margin: 0 0 1em 0;
	font-size: 150%;
}

p {
	line-height: 160%;
	text-align: justify;
}

td {
	vertical-align: top;
}

img {
	border-width: 0;
}

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

/* --- top-level divs ------------------------------------------------------- */

div#center-me {
	background-color: #fff;

	margin: 20px auto;
	width: 820px;
}

td.left-col {
	background-color: #a7ddf9; /* decimal: 167, 221, 249 */
	width: 180px;
}

td.content-col {
	width: 400px;
}

td.right-col {
	background-color: #eee;
	width: 200px;
}

td.wide-content-col {
	width: 620px;
}

td.space-col {
	width: 20px;
}

div#breadcrumb {
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	font-size: 80%;
	padding: 2px;
	margin: 0 0 3em 200px;
}

div#breadcrumb a:visited { color: #00c; }

/* --- navigation ----------------------------------------------------------- */

ul.nav {
	list-style: none;
	margin: 0 10px;
	padding: 0;
	font-size: 95%;
}
ul.nav li {
	margin: 0;
	padding: 0 0 .5em 13px;
}
ul.nav li.sel {
	background: url(/squelettes/images/globo.gif) no-repeat 0 0.2em;
	font-weight: bold;
}

ul.nav a { color: #000; }
ul.nav a:hover { color: #000; }
ul.nav a:visited { color: #000; }
ul.nav a.sel:visited { color: #000; }

ul#global-nav li {
	padding-bottom: .75em;
}

div.rub-nav-first {
	margin-top: 3.6em;
}
div.rub-nav {
	margin-top: 2em;
	margin-left: 13px;
}

/* --- top matter ----------------------------------------------------------- */

table#top-matter {
}

img#logo-img {
	position: relative;
	top: 10px;
}

/* --- content stuff -------------------------------------------------------- */

ul.list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.list li {
	margin: 2em 0;
}
ul.list > li > a {
	font-size: 120%;
}
div.sub-title {
	/*
	font-size: 110%;
	*/
	font-style: italic;
}

td.wide-content-col span.spip_documents {
	margin: 0 0 1em 20px;
}

/* --- feeds ---------------------------------------------------------------- */

div.feed {
	margin-top: 3.6em;
	padding: 0 10px 1em 10px;
}

div.feed div.title {
	padding-left: 0;
	font-weight: bold;
	font-size: 90%;
}

div.feed ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 90%;
	/*
	width: 170px;
	*/
}
div.feed ul li {
	margin: 1em 0 0 0;
	padding: 0;
}

/* --- random images -------------------------------------------------------- */

div.ranimglist {
	margin: 3.6em 10px 0 10px;
}

div.ranimglist div.title {
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 2em;
	/*
	padding: 0 10px;
	*/
}

div.ranimg {
	margin-bottom: 2em;
}

div.ranimg div.caption {
	font-size: 90%;
	/*
	padding: 0 10px;
	*/
}

/* --- footer --------------------------------------------------------------- */

div#footer {
	border-top: 2px solid #999;
	font-size: 90%;
	margin: 0 0 0 200px;
	padding-top: .2em;
	width: 400px;
}
div.wide div#footer {
	width: 620px;
}
div#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#footer li {
	display: inline;
	padding-right: 15px;
}
div#footer a { text-decoration: none; }
div#footer a:hover { text-decoration: underline; }
div#footer a:visited { color: #00f; }
