/* colors:
dark blue: #083e70
light blue: #8cb5d4, #e0f0fc, #abbbca, #c4dfea;
beige: #fffaea, #efe8d1
*/

/* ___________________ general _________________ */

body
	{
	margin: 0;
	background-color: #8cb5d4;
	font: small/1.5em georgia, times, serif;
	
	/*scrollbar-face-color: #e0f0fc;
	scrollbar-highlight-color: #f9fbfd;
	scrollbar-shadow-color: #045da1;
	scrollbar-3dlight-color: #f9fbfd;
	scrollbar-arrow-color: #045da1;
	scrollbar-track-color: #edf2f6;
	scrollbar-darkshadow-color: #033e6b;*/
	}

a:link
	{
	text-decoration: none;
	color: black;
	border-bottom: 1px solid grey;
	}

a:visited
	{
	text-decoration: none;
	color: black;
	border-bottom: 1px solid grey;
	}

a:hover, active
	{
	text-decoration: underline overline;
	color: black;
	border-bottom: none;
	}

acronym
	{
	cursor: help;
	}

h1,h2,h3
	{
	font-variant: small-caps;
	word-spacing: 0.2em;
	}

p, dl
	{
	text-indent: 1em;
	word-spacing: 0.2em;
	}

p:first-letter
	{
	font-weight: bold;
	}

hr
	{
	visibility: hidden;
	}

/* ________________ containers ________________ */

#container
	{
	position: relative;
	text-align: justify;
	margin: 10px auto;
	width: 700px;
	/*background-color: #fcfbe6;*/
	background-color: #fff5e6;
	border: 3px solid black;
	border-bottom: 5px solid black;
	}

#navigation
	{
	position: relative;
	text-align: center;
	border-bottom: 1px solid black;
	margin-top: 18px;
	}

#menu
	{
	position: absolute;
	right: 0px;
	top: 398px;
	width: 120px;
	padding: 30px;
	text-align: right;
	}

#title
	{
	position: relative;
	height: 220px;
	text-align: center;
	margin: 20px;
	border-bottom: 1px solid black;
	background-image: url('images/site_title.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	}

#content
	{
	position: relative;
	left: 0px;
	top: 0px;
	width: 460px;
	height: 460px;
	padding: 30px;
	padding-top: 0;
	border-right: 1px solid black;
	overflow: auto;
	}

#footer
	{
	position: relative;
	margin: 20px;
	text-align: center;
	font-size: 80%;
	border-top: 1px solid black;
	}

.banner
	{
	position: relative;
	text-align: center;
	}


.file_option
	{
	font-size: 80%;
	position: absolute;
	right: 30px;
	}

/* ________________ lists & typo ________________ */


.banner a, img
	{
	border: none;
	}

#title h1
	{
	visibility: hidden;
	}

#navigation ul
	{
	margin: 0.5em 0 -2px -40px;
	}

#navigation ul li
	{
	display: inline;
	list-style: none;
	padding: 0 1em 0 1em;
	border: 1px solid black;
	background-color: #adad9b;
	/* -moz-border-radius: 5px 5px 0 0; */
	}

#navigation ul li.courant
	{
	background-color: transparent;
	border: 1px solid black;
	border-bottom: 1px solid #fcfbe6;
	}

#navigation a
	{
	text-decoration: none;
	color: black;
	border: none;
	}

#navigation acronym, #menu acronym
	{
	cursor: pointer;
	border-bottom: none;
	}


#menu ul
	{
	list-style-type: none;
	}

