/************************************************************
 * $Id: basic.css $
 *
 *  Goélette Web Agency  http://www.goelette.net/
 *  Christian Lescuyer   <cl@goelette.net>
 *
 *  Copyright (c)2004 Goélette
 *
 ************************************************************/

/*
 * General settings
 */
body {
  margin: 10px 0 0 0;
  padding: 0;
  border: 0;
  background: white;
  font-family: Georgia, Palatino, Times New Roman, Times, serif;
  font-size: 13pt;
}

img {
  border: 0;
  padding: 0;
  margin: 0;
}

/*
 * Header
 */
img.logo {
  margin: 10px 0 0px 20px;          /* Utiliser margin plutôt que padding pour IE 6 */
}

table#navigation {
  margin-left: 400px;
  border-collapse: collapse;
}

table#navigation td {
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-weight: normal;
  font-size: 12pt;
  color: #FF961B;
  border-left: 1px solid #F3D110;
  border-right: 1px solid #F3D110;
  padding: 0 0 5px 0;
}

table#navigation td a {
  padding: 8px 12px 0px 12px;
  color: #FF961B;
  text-decoration: none;
  border-bottom: 5px solid white;
}

table#navigation td.active a {
  font-weight: 600;
  border-bottom: 5px solid #F3D110;
}

table#navigation td a:hover {
  border-bottom: 5px solid #F3D110;
}

/*
 * Barre de titre
 */
div#barre {
  background: #F3D110 url(../images/machines.gif) repeat-x;
  height: 59px;
}

h1#titre {
  padding: 20px 0 0 10px;
  margin: 0;
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 24pt;
  line-height: 24px;
}

/*
 * Contenu
 */
div#contenu {
  padding: 0;
  margin: 0;
}

#description {
  margin: 10px 270px 0 10px;
}

p#info {
  font-size: 14pt;
  color: #FF961B;
}

#description_index {
  margin: 10px 350px 200px 10px;
}

#details {
  float: right;
  width: 250px;
  margin: 10px 10px 0 10px;
  padding: 10px 0 0 0;
  text-align: center;
/*  border: 1px solid red; */
}

#details_index {
  float: right;
  width: 320px;
  margin: 0 10px 0 10px;
  padding: 10px 0 0 0;
  text-align: center;
/*  border: 1px solid red; */
}

div#details p {
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 10pt;
  text-align: left;
}

ul#biblio li a {
  color: #FF961B;
  text-decoration: none;
}

ul#biblio li a:hover {
  text-decoration: underline;
}

ul#biblio li a:visited {
  color: #ED6D17;
}


/*
 * Footer
 */
div#footer p, td {
  margin: 100px 10px 0 10px;
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 8pt;
}

/*
 * Contact
 */
#contact label {
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 10pt;
  text-align: left;
  display:block;
}

#contact input.text {
  width:45%;
  margin: 0 0 5px 0;
}

#contact input#subject {
  width:95%;
}


#contact input.text, #contact textarea {
  background:#F9FFCC;
  border:1px solid #FF961B;
}

#contact textarea {
  width:95%;
  height: 100px;
}
