/*#############################################################
Name: Transparentia
Date: 2006-08-20
Description: Simple, lightweight and slightly blue.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}
body {
	background: #EEE url(/css/img/bg.gif);
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
strong {
    color: #222;
}
h1 {
	font-size: 1.6em;
	margin-bottom: 4px;
}

h2 {
	font-size: 1.3em;
}
code {
	background: url(/css/img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #222;
    /* color: #555; */
	display: block;
	font: normal 1.1em Courier, "Courier New", monospace;
	/* margin-bottom: 12px; */
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(/css/img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #367EA6;
	padding-top: 6px;
}
img {
	max-width: 95%;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(/css/img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	padding-bottom: 6px;
/*	max-width: 667px; */
/* aggrandie pour que la pub google tienne. */
	max-width: 790px;
}
.header {
	background: url(/css/img/header.gif) repeat-x;
	background-position: center;
}

.menu {
    float: left;
    position: fixed;
    top: 10px;
    left: 10px;
    border: 2px black inset;
	max-width: 130px;
    padding: 5px;
    padding-left: 25px;
    margin: 0px;
    background-color: white;
}

.menu ul {
    padding-bottom: 0px;
    display: block;
}

.menu li {
    padding-bottom: 2px;
}

.menu h2 {
    font-size: 1.2em;
    padding: 2px 4px;
    border: 1px black solid;
    margin-left: -20px;
    text-align: center;
}

/* title */
.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 100px;
	line-height: 100px;
	margin-bottom: 8px;
	text-align: center;
}
.smalltitle h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 80px;
	line-height: 80px;
	margin-bottom: 8px;
	text-align: center;
}
.center {
	text-align: center;
}

/* main */
.main {
	clear: both;
	padding: 8px 18px;
}

.headnav {
	float: none;
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}
/* content */
.content {
	float: none;
/*	width: 520px; */
}
.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style: url(/css/img/li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	max-width: 620px;
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}
.footer .similink {
	color: #36C;
	text-decoration: none;
}
.footer .similink:hover {
	color: #06F;
	text-decoration: underline;
}
