/* ________________________________________Styles generaux  */

* {
  font-family: Arial, Helvetica, sans-serif;
}
body {
  margin: 0;
  padding: 0;
  /* background-color: #cc9966; */
  background: url(../IMG/fond_degrade.jpg) repeat-x;
  font-size : 12px;
  behavior: url(styles/csshover.htc);
}
/* _______________________________________Styles pour Spip */
.spip_documents { 
  text-align: center;
}
.spip_documents_center { 
  width: auto;
  display: block;
  margin: auto;
}
.spip_documents_left { 
  margin: 10px;
  float: left;
}
.spip_documents_right { 
  float: right;
  margin: 10px;
}
.spip_surligne {
  color : #000000;
  background-color: #FFFF00;
}
blockquote.spip, 
blockquote.spip p,
.spip_serif { 
  font-family: "Bitstream Vera Serif", Georgia, Times, serif; 
}
blockquote.spip { 
  margin: 1em; 
  padding-left: 1em;
}
.spip_code,
code,
.spip_cadre { 
  font-family: monospace; 
  font-style: normal; 
  font-size: 1em; 
  margin: 1em;
}
#texte .spip_cadre { 
  border: 1px solid #999999; 
  padding: 5px;
}
table.spip {
  margin: 15px 0px 15px 10px;
  border: 0px solid;
  border-collapse: collapse; 
}
table.spip caption {
  caption-side: top; /* bottom pas pris en compte par IE */
  text-align: center;
  margin: auto;
  padding: 3px;
  font-weight: bold; 
}
table.spip td,
table.spip th {
  border-style : solid;
  border-width : 0px;
  padding: 3px 5px 3px 5px;
}
table.spip th { 
  text-align: left;
}
h3.spip {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0px 15px 0px;
}
p.spip {
  margin: 5px 0px 5px 0px;
  text-align: justify;
}
hr.spip {
  width: 80%;
  margin: 20px auto 20px auto;
}
a.spip_note {
  text-decoration: none;
}
/* _______________________________________Fin styles pour Spip */

.accessibility {
  display: none;
}
.clearer {
  clear: both;
}
img {
  border: none;
}
a:link,
a:visited,
a:hover {
  text-decoration : underline;
}
table {
  border-collapse: collapse;
}
h3 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
h3 a:link,
h3 a:visited,
h3 a:hover {
  text-decoration: none;
}
td, p
{
  font-size: 12px;
}
span.petit,
ul ul,
p.petit {
  font-size: 12px;
}
ul.liste-liens a:link,
ul.liste-liens a:visited,
ul.liste-liens a:hover {
  text-decoration: none;
  font-weight: bold;
}
/* _______________________________________tableaux avec bordures, style à appliquer au tableau */
table.table-avec-bordures,
table.table-avec-bordures td,
table.table-avec-bordures th {
  border-style : solid;
  border-width : 1px;
  border-collapse:collapse;
}
/* _______________________________________tableaux sans bordures dans un tableau avec bordures */
table.table-sans-bordures,
table.table-sans-bordures td,
table.table-sans-bordures th {
  border-width : 0px;
}
/* _______________________________________Conteneur general */
#main {
  position: relative;
  margin: 0px auto 0px auto;
  padding: 0px 1px 0px 1px;
  width: 980px;
  background-color: #ffffff;
  border-right: 1px solid #993300;
  border-left: 1px solid #993300;
  border-bottom: 1px solid #993300;
  border-top: 1px solid #993300;
}
/* _______________________________________Bandeau superieur */
#top {
  position: relative;
  height: 65px;
  margin: 0;
  padding: 0;
}
#liens-top {
  margin: 5px -1px 5px 0;
  position: absolute;
  left: 320px;
  bottom: 19px;
  white-space: nowrap;
  list-style: none;
}
#liens-top a:link,
#liens-top a:visited,
#liens-top a:hover {
  font-weight: bold;
  text-decoration: none;
  padding: 0;
}
#liens-top li {
  float: left;
  display: inline;
  padding: 0 0.7em 0.2em 0.9em;
  margin: 0;
  /* background: url(../IMG/trait_vertical.gif) no-repeat bottom left; */
}
/* _______________________________________Rechercher */
#recherche {
  position: relative;
  padding: 6px 6px 6px 6px;
  margin: 0px 0 0 0px;
}
#recherche h2 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size : 12px;
  color: #454545;
}
#recherche p {
  font-size: 12px;
  margin: +60;
  line-height: 13px;
  padding: 0;
}
#recherche form {
  padding: 0;
  margin: 0;
}
#recherche input.box {
  position: relative;
  top: -3px;
  font-size: 11px;
  border: 1px solid;
  width: 120px;
  margin: 0 5px 0 0;
  padding: 1px;
}
/* _______________________________________Colonne de gauche */      
#colgauche {
  position: relative;
  float: left;
  width: 150px;
  margin-top: 180px;
  padding-bottom: 30px;
  z-index: 10;
  background: transparent url(../IMG/fond_menu_uniforme.jpg) repeat-y;
}
#colgauche img.topcol {
  position: absolute;
  top: -8px;
  overflow: visible;
}
/* _______________________________________Menu */
div#menu {
  position: relative;
  width: 150px; 
  margin: 0;
  background: transparent url(../IMG/fond_menu.jpg) repeat-y;
}
/* _______________________________________supprimé
div#menu li:hover { 
  background: #FFFFFF;
}
*/ 
div#menu ul {
  margin: 0; 
  padding: 0; 
  width: 150px; 
}
div#menu li {
  position: relative; 
  list-style: none; 
  margin: 0;
  padding: 0; 
}
div#menu li a {
  display: block;
  font-weight: bold;
  font-size : 12px;
  text-decoration: none;
  padding: 4px 5px 4px 15px;
  width: 140px;
}
/* _______________________________________A ajouter si pas d'intranet ********* */
div#menu ul.level1 {
  padding: 0 0 3px 0; 
  background: transparent url(../IMG/separateur_menu.gif) no-repeat bottom left ;
}
div#menu ul.level1 li {
  padding: 2px 0 0 0; 
  background: transparent url(../IMG/separateur_menu.gif) no-repeat top left ;
}
div#menu ul.level2 li a,
div#menu ul.level3 li a { 
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
}
div#menu ul a {
  width: auto;
}
div#menu ul ul {
  position: absolute; 
  top: -1px; 
  left: 150px;
  display: none;
}
div#menu ul.level1 li:hover ul.level2, 
div#menu ul.level2 li:hover ul.level3 {
  display: block !important;
}
/* _______________________________________Intranet */
div#intranet {
  position: relative;
  display: block;
  width: 150px;
  margin: 0px;
  padding: 0 0 20px 0; 
  background: transparent url(../IMG/fin_menu.jpg) no-repeat bottom left;
}
div#intranet ul {
  display: block;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  width: 150px;
  background: url(../IMG/fond_menu_intra.jpg) no-repeat top left;
}
div#intranet ul li a {
  display: block;
  font-weight: bold;
  font-size : 12px;
  text-decoration: none;
  padding: 31px 6px 6px 40px;
  width: 113px;
}
/* _______________________________________Menu de langue */

#lang { 
  padding: 0px 6px 10px 15px;
  margin: 5px 0 0 0;
}
#lang form {
  padding: 0;
  margin: 0;
}
#lang label { 
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size : 12px;
}
#lang select {
  margin-top: 5px;
  border: 1px solid;
  font-size: 10px;
  width: 100px;
  background-color: white;
}
#lang input { 
  margin: 5px 0 0 5px;
  border: none;
  padding: 0;
  font-size: 10px;
}
/* _______________________________________Colonne de droite */
#sousmenu {
  margin: 0;
  padding: 0; 
  background: transparent url(../IMG/fond_menu_uniforme.jpg) repeat-y;
}
#pageune,
#pageseconde {
  position: relative;
  margin: 0;
  padding: 0 0 0 150px;
}
#pageune {
  background: transparent  url(../IMG/bandeau_une.jpg) no-repeat top left;
}
#pageseconde {
  background: transparent  url(../IMG/bandeau_une.jpg) no-repeat top left;
}
#chemin {
  margin: 0;
  font-size: 11px;
  padding: 165px 10px 4px 7px;
}
#chemin a:link, #chemin a:visited, #chemin a:hover {
  text-decoration: none
}
#texte {
  position: relative;
  margin: 0;
  padding: 0px 10px 1px 10px;
}
div.texteune {
  padding-top: 200px !important;
}
#texte h2 {
  font-size : 14px;
  font-weight: bold;
  margin: 0px 0 5px 0;
  padding-top: 2px;
}
#texte ul {
  margin: 5px 0px 5px 0px;
  list-style-position: outside;
  list-style-image:url('../images/puce.gif');
  padding-left: 2.5em;
}
#texte ul.liste-liens {
  padding-left: 15px;
}
#texte ul.liste-liens li {
  margin-left: 15px;
}
p.suite {
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(../images/boite-outils/lire-la-suite.gif);
  height: 1em;
  margin: 0;
  padding: 0px 0 5px 25px;
}
div.separateur {
  border-bottom: 1px solid;
  height: 20px;
  width: 98%;
  margin: 0px auto 0px auto;
}
div.groupetitre { 
  margin: 0px 0 25px 0;
}
p.surtitre {
  font-weight: bold;
  margin: 0 0 -5px 0;
  padding-top: 10px;
}
p.soustitre {
  font-weight: bold;
  margin: 4px 0 0 0;
}
p.auteur {
  margin: 10px 0 0 0;
  font-size: 11px;
}
p.auteur a {
  text-decoration: none;
}
p.chapeau {
  margin: 0px 0px 15px 0px;
  font-style: italic;
}
p.lien_article {
  font-weight: bold;
  margin: 15px 0px 15px 0px;
}
p.lien_article a {
  font-weight: normal;
}
p.postscriptum {
  font-style: italic;
  margin: 25px 0px 10px 0px;
}
div.notes {
  margin: 5px 0px 10px 0px;
}
div.notes p {
  font-size: 11px;
  margin: 3px;
}
table.docjoints {
  border: none;
  margin: 25px 10px 20px 10px;
}
table.docjoints td {
  border: none;
  padding: 0px 25px 20px 0px;
  width: 150px;
  text-align: center;
  vertical-align: top;
} 
table.docjoints p,
.spip_doc_titre,
.spip_doc_descriptif { 
  font-size: 11px;
  margin: 0px 0px 10px 0px;
  text-align: center;
}
table.docjoints p.titredoc,
.spip_doc_titre { 
  font-weight: bold;
}
div.autres {
  margin: 35px 0 30px 0;
}
div.autres p {
  font-weight: bold;
  margin: 0;
}
span.vignette {
  float: left;
  padding: 0px 5px 0px 4px;
}
#texte ul.navdroite {
/*   position: absolute; */
/*   top: -10px; */
/*   right: 0px; */
  position: relative;
  top: 0px;
  right: -10px;
  float: right;
  width: 130px;
  font-size: 11px;
  text-align: left;
  margin: 0 0 20px 20px;
  padding: 0;
  border-left: 1px solid;
  list-style-image: none;
  background-color: #f8eba7;
}
#texte ul.navdroite li { 
  list-style-image: none;
  display: block;
  margin: 0;
  padding: 5px 5px 0px 5px;
  border-bottom: 1px solid;
}
/*** _______________________________________Styles pour sommaire ***/
.texte_gauche {
  border-right: 1px solid;
  width: 659px;
  margin: 0 0 -1px 0px;
  padding: 0px 10px 10px 0px;
}
.texte_droite {
  position: absolute;
  top: 200px;
  right: 0px;
  width: 150px;
  font-size: 11px;
  margin: 0;
  padding: 0;
  background-color: #f8eba7;
  border-left: 1px solid;
}
.texte_droite p {
  font-size: 11px;
}
/*** _______________________________________Fin styles pour sommaire ***/

/*** _______________________________________Styles pour logo rubrique ***/
div.float_droit {
  float: right;
  width: 300px;
  height: 300px;
  text-align: center;
  margin: 10px -9px 10px 10px;
  border: 0px solid;
  padding: 10px 10px 10px 10px;
}
#texte div.float_droit p {
  margin: 0;
}
/*** _______________________________________Fin styles pour logo rubrique ***/
/*** _______________________________________Styles pour page auteur ***/
#texte fieldset { 
  border: 1px solid;
  margin: 20px 10px 10px 0;
  padding: 10px;
}
#texte legend { 
  font-size: 12px;
  font-weight: bold;
}
#texte form {
  margin: 0;
  padding: 0;
} 
#texte label { 
  display: block;
}
#texte input,
#texte textarea {
  border: 1px solid black;
  font-size: 11px;
}
#texte .spip_bouton { 
  margin-top: 10px;
}
/*** _______________________________________Fin styles pour auteur ***/
/*** _______________________________________Styles pour rubriques ***/
div.resume {
  margin: 20px 0 20px 0;
}
div.resume h3 {
  margin: 0;
}
div.resume p.soustitre {
  margin: 0;
}
div.resume p {
  margin: 2px 0 3px 0;
}
p.descriptif {
  font-style: italic;
}
div.demicol {
  width: 250px;
  float: left;
  margin: 15px 0 15px 15px;
}
div.demicol p {
  margin: 0 0 5px 0;
}
/*** _______________________________________Fin styles pour rubriques ***/
/* _______________________________________Feuille de style Réfrigération Marine */

h3 a:link, 
h3 a:visited,
a.spip_note:link,
a.spip_note:visited,
ul.liste-liens a:link,
ul.liste-liens a:visited,
div#menu li a,
#intranet li a,
ul.liste-liens a:link,
ul.liste-liens a:visited,
h2
{
  color: #cc3333; 
}
p.surtitre,
p.soustitre,
#texte legend,
h3 
{  
  color: #996633;
}
#texte,   
span.petit, 
ul ul, 
p.petit,
td,
p
{
  color: #333333; 
}
a:link,
a:visited
{
  color: #996633; 
}
a:hover
{
  color: #cc9966;
}
h3 a:hover,
ul.liste-liens a:hover,
div#menu li a:hover,
div#intranet li a:hover
{ 
  color: #cc9966;
}
div#intranet li a,
div#menu ul.level1 a  
{ 
  color: #cc3333;
}
div#menu ul.level1 a:hover, 
div#menu ul.level2 a:hover, 
div#menu ul.level3 a:hover  
{ 
  color: #cc9966;
}
#texte h2
{ 
  color: #cc3333;
}
#liens-top a, 
#liens-top a:link, 
#liens-top a:visited, 
#liens-top a:hover,
#nom-labo h1 a,
#nom-labo h1
{
  color: #cc3300;
}
#top,
#colgauche,
#pageune,
#pageseconde,
#colgauche .partenaire,
#chemin,
#texte,
div#menu ul,
div#menu ul.level1 li,
div#intranet,
#recherche,
/* #recherche input.box, */
#lang,
#lang select,
table.table-avec-bordures,
table.table-avec-bordures td,
table.table-avec-bordures th,
table.spip,
table.spip td,
table.spip th,
.texte_droite,
.texte_gauche,
#texte ul.navdroite,
#texte ul.navdroite li,
#texte fieldset,
div.separateur,
#texte h2.anoter,
div.anoter
{
  border-color: #cc3333;
}
#colgauche,
#colgauche p,
#colgauche h2,
#lang select,
.texte_droite,
.texte_droite p
{ 
  color: #cc3333;
}
#lang input,
div#menu ul.level2, 
div#menu ul.level3,
div#menu ul.level2 li,
div#menu ul.level3 li,
div#menu ul.level2 a, 
div#menu ul.level3 a
{ 
  background: #CC3333;
  color: #ffffff;
}
table.spip tr.row_even { background: #fdf1c7; }
table.spip tr.row_odd { background: #ffffff; }
div.quartcol {
  width: 100px;
  float: left;
  margin: 5px 0 5px 5px;
}
div.quartcol p {
  margin: 0 0 5px 0;
}
/* _______________________________________Mail to */
#mailera {
  position: absolute;
  top: 15px;
  left: 50px;
}
/* _______________________________________Titre */
#titre {
  position: absolute;
  top: 3px;
  left: 530px;
}
/* _______________________________________Hack IE6 Windows \*/
* html #titre {
  position: absolute;
  top: 3px;
  left: 400px;
}
/* _______________________________________Fin hack IE6 */
#titre h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size : 38px;
  color: #454545;
}


