/* base/content.css */

h1, h2, h3, h4, h5, h6
{
 font-family: 'Verdana, Trebuchet MS', Trebuchet, Helvetica, Arial, sans-serif;
}
#main-content table
{ 
 /*background-color:#999999;
 border-collapse: collapse;
 padding: 0px;*/
}
#main-content td
{
 /*border: outset 1px; 
 border-collapse: collapse;
 border: 1px solid silver;
 background-color:#CCCCCC;*/
 padding: 0.2em;
}
.emphasis
{
 font-style: italic; 
}
abbr, acronym, .help 
{
 border-bottom: 1px dotted # black;
 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;
}
.center
{
  text-align: center;
}
body
{
 font-size: x-small;
 font-family: 'Verdana, Trebuchet MS', Trebuchet, Verdana, Arial, sans-serif;
 background-color: white;
 /* color: white; */
 background: transparent url(background-tile.gif) fixed;
 padding: 0em;
 margin: 0em;
 /*transparent url(background-tile.gif) fixed*/
}
h3
{
display:none;
/* font-size: small;
 background-color: #336699;
 border-bottom: 1px solid silver;*/
}
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: none;
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 : 5px;
 width: 303px; 
 height: 40px;
}
#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: 103px;
 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: -5px;
}
#menu a span
{
 padding-left: 1.5em;
 display: block;
}
#menu div a /* Sous menus */
{
  background-image: none;
  
}
#menu div a span
{
  margin-left: 1em;
  color:#000000; 
}
#menu div a:hover
{
  background-color:#CCCCCC;
}

#menu div div a span /* Sous sous menus */
{
  margin-left: 2em;
  color: #000000;
  font-weight:200;
}

/* 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%;
}
/* Footer */
#footer
{
 margin-top: 0px;
 margin-bottom: 0px;
 border-top: 0.5em solid gray;
}
#copyright
{
 margin-left: 0.5em;
 text-align: left;
 font-weight: bold;
 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;
 background-color: none;
 position: relative;
 bottom:15px;
 float: left;
 clear: none;
}
#footer-menu
{
 position: relative;
 bottom:0px;
 float: right;
 margin-right: 0.5em;
 margin-top: -1em;
 padding-top: 0px;
 text-align: right;
}
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:#CCCCCC;
}
textarea
{
 font: inherit;
}
.email
{
 font-family: monospace;
}
fieldset
{
  max-width: 600px;
}
legend
{
  font-size: larger;
  font-weight: bold;
}
/* profilo/template.css */
#header h2
{
 margin-top: 30px;
}
#h2-home
{
 background: transparent url(titre.jpg) no-repeat; 
 width: 245px; 
 height: 35px;
 margin-right: 10px;
}
#h2-documentation
{
 background: transparent url(documentation.gif) no-repeat; 
 width: 336px; 
 height: 32px; 
}
#h2-contact
{
 background: transparent url(contact.gif) no-repeat; 
 width: 336px; 
 height: 32px; 
}
#h2-company-profile
{
 background: transparent url(company_profile.gif) no-repeat; 
 width: 336px; 
 height: 32px; 
}
#h2-products
{
 background: transparent url(products.gif) no-repeat; 
 width: 336px; 
 height: 32px; 
}
h3
{
  color: white;
  padding-left: 0.5em;
}

/* Menu */

#menu a:hover
{
}

/* Banners */

#header-banner
{
 background: transparent url(bando_light.jpg) repeat-x center left;
 border-top : 1px solid black;
 border-bottom : 1px solid black;
}

#footer-banner
{
 background: transparent url(bando.jpg) repeat-x top left; 
 height: 45px;
 border-top : 1px solid black;
 border-bottom : 1px solid black;
 margin-bottom: 1em;
}

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: #000000;
 border: 1px;
 border-style:solid;
 margin-left: 1em;
}

#main-content #b_clear
{
 float: right;
 text-align: right;
 background: url(clear.jpg);
 width: 52px;
 height: 17px;
 font-size: 0px;
 color: #000000;
 border: 1px;
 border-style:solid;
 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;
}

fieldset
{
background-color: #FFFFFF; 
}

