/* CSS Document */

body
{
	background-image: url(../pics/wood.jpg);
	background-repeat: repeat;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 100%;
	color: #000;  
}

* {margin: 0 0 0 0; padding: 0 0 0 0;}

img
{ 
  vertical-align: middle;
  border: 0; 
}

button img { border: 0; }

  
/* Mise en page des sections*/

#bsa_confidential
{
	position: absolute;
	top: 50px;
	left:50%;
	margin-left:-235px;
}

#lang_fr
{
  position: absolute;
  top: 540px;
  left: 50%;
  margin-left: -100px;
}

#lang_eng
{
  position: absolute;
  top: 540px;
  left: 50%;
  margin-left: 50px;
}

h2#update { color: #000; }

h2#update span { color: #F00; }

#header #logo
{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -216px;
}

#header #planeplans
{ 
	position: absolute;
	top: 0;
	left: 0;
}

#header #coffeepen
{
	position: absolute;
	top: 0;
	right: 10px;
}

#photostack
{
	position: absolute;
	bottom: 20px;
	left: 10px;
}

#main_col
{ 
	position: absolute;
	top: 225px;
	left: 350px;
	width: 768px;
	border-collapse:collapse;
	border: 1px rgb(0,0,0) solid;
}

#main_col td
{
	padding: 10px 10px 10px 10px;
}

#content
{		
	background-color: #FFF;
	border: 1px #000 solid;
}

#content h1,#content h2,#content h3
{
	text-align: justify;
	color: rgb(0,102,0);
	font-weight: bold;
}

#content h1 {font-size: 1.2em;}
#content h2 {font-size: 1.1em;}
#content h3 {font-size: 1.0em;}

#content a:link,#content a:visited,#content a:active { color: #060; }

#content a:hover { color: #F60; }

#content p
{
	text-align: justify;
	font-size: 0.8em;
}

#content ul
{
	margin: 0;
	border: 0;
	list-style: square;
}

#content li
{
	font-size: 0.8em;
	margin-left: 1em;
}

#content h3.new
{
  color: rgb(255,0,0);
}

#content h3.updated
{
  color: rgb(0,0,255);
}


#content .label
{
	font-weight: bold;
	font-size:0.9em;
}

#footer
{   
	font-size: 0.7em;
	color: #FFF;
	background-color: #000;
	border: 1px #000 solid;
}

#footer a:link, #footer a:visited, #footer a:active { color: #FFF; }

#footer a:hover { color: #F60; }


