/* base/content.css */

h1, h2, h3, h4, h5, h6
{
 font-family: 'Verdana, Trebuchet MS', Trebuchet, Helvetica, Arial, sans-serif;
}

#main-content table
{ 
/* background-color: transparent; /*#ddd;*/
/* border-collapse:collapse;
 padding: 0px;*/
}

#main-content td
{
 /*border: outset 1px; 
 border-collapse: collapse;
 border: 1px solid black;
 background-color: none;
 padding: 0.2em;*/
}

.emphasis
{
 font-style: italic; 
}

abbr, acronym, .help 
{
 border-bottom: 1px dotted #silver;
 cursor: help;
}

/* Formulaires */

#main-content form
{
 /* width: 400px; */
}

#main-content form div.row
{
 clear: both;
 padding-top: 0.2em;
}

#main-content form div.lastrow
{
 clear: both;
 padding-top: 0.5em;
 padding-bottom: 0.5em;
}

#main-content form label
{
 margin-right: 1em;
 float: left;
 width: 150px;
 text-align: right;
}

#main-content form input,
#main-content form textarea,
#main-content form select
{
 margin-left: 1em;
 float: left;
 /*text-align: left;*/
}

/* css/base/content.css */

.skipLink
{
 display: none;
}

body
{
 font-size: x-small;
 font-family: 'Verdana, Trebuchet MS', Trebuchet, Verdana, Arial, sans-serif;
 background-color: white;
 color: black;
 background: transparent url(background-tile.gif) fixed;
 padding: 0em;
 margin: 0em;
}

h3
{
 font-size: large;
 border-bottom: 1px solid silver;
}

h4
{
 font-size: large;
 border-bottom: 1px solid gray;
}

a, a:link, a:visited, a:active
{
 color: black;
 text-decoration: underline;
}

/* Mise en page commune a tous les sites Fogale */

/* Conteneurs principaux */

#container
{
 /* border: 1px solid black;*/
 position: absolute;
}

/* Titre Fogale Nanotech */
#header
{
 display: block;
 position: relative;
 top: 0px;
 left: 0px;
 height: 80px;
 background: white;
}

#header h1
{
 margin-top: 10px; 
 float: left;
}

#header a
{
 display: block;
 background: transparent url(logo_fogale.jpg) no-repeat top left; 
 margin-right : 5px;
 margin-left : 10px;
 width: 303px; 
 height: 40px;
 top:15px;
}

#header h1 span 
{
 display: none;
}

#header-banner span
{
 display: none;
}

/* Sous-titres */
#header h2
{
 float: right;
}

/* Cache le texte du sous-titre de la page */
#header h2 span
{
 display:none;
}

/* Menu */

#menu
{
 background-color: none;
 position: absolute;
 clear: left;
 top: 101px;
 left: 00px;
 width: 180px;
 border-right: none;
 border-bottom: none;
 padding: 0px;
 margin: 0px;
}

#menu h3
{
 display: none;
 font-size: 0px;
 color: none;
}

#menu br
{
 display: none;
 clear: none;
}

#menu a
{
 padding-top: 0.5em;
 padding-bottom: 0.5em;
 float: left;
 clear: both;
 width: 180px;
 text-decoration: none;
 font-weight: bold;
 background-image: url(menu-arrow.gif);
 background-repeat: no-repeat;
 background-position: left center;
 overflow: hidden;
}

#menu a:hover
{
 background-color: #ddd;
 border-right: 4px solid black;
 margin-left: -4px;
}

#menu a span
{
 padding-left: 1.5em;
 display: block;
}

/* Recherche */

#search
{
 position: absolute;
 top: 82px;
 width: 100%;
 text-align: right;
}

#search p
{
 margin: 0px;
 padding: 0px;
}

#search form
{
 margin-right: 1em;
}

#q
{
 width: 100px;
}

/* Content */

/* Main content */

#main-content
{
 background: none;
 margin-left: 200px;
 margin-right: 1em;
 margin-top: 1em;
 margin-bottom: 1em;
 height: 300px; /* IE ne comprend min-height */
}

/* IE ne comprend pas cela */
html > body #main-content
{
 height: auto;
 min-height: 300px !important;
}

#main-content li
{
 list-style-type: none;
 list-style-image: url(menu-arrow.gif);
}

#header-banner
{
 width: 100%;
 height: 21px;
 z-index: 1;
}

#footer-banner
{
 width: 100%; 
 height: 67px;
 z-index: 1;
}

/* Footer */

#footer
{
 margin-top: 0px;
 margin-bottom: 0px;
 /*border-top: 1em solid gray; */
}

#copyright
{
 margin-left: 0.5em;
 text-align: left;
 font-size:xx-small;
 color:#999999;
 font-weight:lighter;
 margin-top: 0px;
 margin-bottom: 0px;
}

#copyright a
{
 text-decoration: none;
}

#copyright a:hover
{
 background-color: #ddd;
}

#footer-banner span
{
 display: none;
}

#fogale-address:first-line
{
 font-weight: bold;
}

#fogale-address
{
 margin right : 0.5em;
 padding: 0.5em; 
 border: none;
 color:#666666;
 background-color: none;
 position: relative;
 bottom:25px;
 float: left;
 clear: none;
}

#footer-menu
{
 position: float;
 float: right;
 margin-right: 0.5em;
 margin-top: -1em;
 padding-top: 0px;
 text-align: right;
 position:relative;
 bottom:10px;
}

li.inline
{
 display: inline;
 list-style-type: none;
 border-right: 1px dotted black;
 padding-left: 0.5em;
 padding-right: 0.5em;
}

li.last
{
 display: inline;
 list-style-type: none;
 padding-left: 0.5em;
 padding-right: 0.5em;
}

#footer-menu li a
{
 text-decoration: none;
}

#footer-menu li a:hover
{
 background-color: #ddd;
}

textarea
{
 font: inherit;
}

.email
{
 font-family: monospace;
}

/* biomass/template.css */

#header h2
{
 margin-top: 5px;
}

#h2-news
{
 background: transparent url(news.gif) no-repeat top left; 
 width: 109px; 
 height: 54px; 
}

#h2-probes-specifications
{
 background: transparent url(probes.gif) no-repeat top left; 
 width: 137px; 
 height: 54px; 
}

#h2-technical-specifications
{
 background: transparent url(technical-specifications.gif) no-repeat top left; 
 width: 425px; 
 height: 54px; 
}

#h2-applications-examples
{
 background: transparent url(applications.gif) no-repeat top left; 
 width: 235px; 
 height: 54px; 
}

#h2-contact
{
 background: transparent url(contact.gif) no-repeat top left; 
 width: 157px; 
 height: 54px; 
}

#h2-documentation
{
 background: transparent url(documentation.gif) no-repeat top left; 
 width: 265px; 
 height: 54px; 
}

#h2-events
{
 background: transparent url(events.gif) no-repeat top left; 
 width: 133px; 
 height: 54px; 
}

#h2-bibliography
{
 background: transparent url(bibliography.gif) no-repeat top left; 
 width: 241px; 
 height: 54px; 
}

#h2-theory
{
 background: transparent url(theory.gif) no-repeat top left; 
 width: 140px; 
 height: 54px; 
}

#h2-company-profile
{
 background: transparent url(company_profile.gif) no-repeat top left; 
 width: 295px; 
 height: 57px; 
}

#h2-welcome, #h2-home
{
 background: transparent url(logo_h.jpg) no-repeat top left; 
 width: 280px; 
 height: 54px; 
}

#h2-privacy
{
 background: transparent url(logo_bio.gif) no-repeat top left; 
 width: 400px; 
 height: 57px; 
}

#h2-disclaimer
{
 background: transparent url(logo_bio.gif) no-repeat top left; 
 width: 400px; 
 height: 57px; 
}

#h2-driving-direction
{
 background: transparent url(logo_bio.gif) no-repeat top left; 
 width: 400px; 
 height: 57px; 
}

/* Menu */

#menu a:hover
{
}

/* Banners */

#header-banner
{
 background: transparent url(bando_light.jpg) repeat-x center left; 
}

#footer-banner
{
 background: transparent url(bando.jpg) repeat-x top left; 
}

label.mandatory
{
 font-style: italic;
}

label.missing
{
 font-style: italic;
 font-weight: bold;
 color: darkred;
}
/*
#main-content #b_submit
{
 float: right;
 background: url(submit.jpg);
 width: 52px;
 height: 17px;
 font-size: 0px;
 color: white;
 border: 0px;
 margin-left: 1em;
}

#main-content #b_clear
{
 float: right;
 text-align: right;
 background: url(clear.jpg);
 width: 52px;
 height: 17px;
 font-size: 0px;
 color: white;
 border: 0px;
 margin-left: 1em;
}
*/
#search
{
 font-weight: bold;
 font-size: x-small;
}

#search input
{
 font-size:x-small;
 background-color: white;
 color: black;
 font-weight: bold;
 border: 1px solid black;
}