﻿/** encoding="UTF-8"

This file is part of IREL, "Instruments de Recherche En Ligne",
<http://www.archivesnationales.culture.gouv.fr/caom/fr/index_irel.html>.
Copyright © 2008, 2009 ANOM, PASS-TECH

Archives nationales d’outre-mer (ANOM, France)
29, chemin du moulin Detesta
13090 Aix-en-Provence
<http://www.archivesnationales.culture.gouv.fr/caom/fr/>
anom.aix@culture.gouv.fr

PASS-TECH
26, rue Louis Braille
F-75012 Paris
<http://pass-tech.fr/>
contact@pass-tech.fr

IREL is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

IREL is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with IREL application; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

$Date: 2008-08-23 22:55:41 +0200 (sam., 23 août 2008) $:
$Author: frederic $:
$Rev: 335 $:

*/
/*
Styles et positionnements pour la page d'accueil

*/
td {
vertical-align:top;
}
#droite {
  width:332px;
  background-color:#98BDBE;
  overflow: auto;
  color:white;
  background-image: url(../images/index/accueil_droite.gif);
  background-repeat:repeat-y;
  background-position: 331px;
  height:100%;
  scrollbar-arrow-color:#135E46;
  scrollbar-face-color:#98BDBE;
  scrollbar-highlight-color:#98BDBE;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-shadow-color:#135E46;
  scrollbar-darkshadow-color:#003366;
  scrollbar-track-color:#E0F6E9;
}
#egf{
  position:absolute;
  top:48px;
  margin-left:7px;
  width:300px;
}
#ir{
  position:absolute;
  top:288px;
  margin-left:7px;
  width:300px;
}

/* titre de section */
h1 {
  margin:0;
  padding:0;
  margin-top:4px;
  line-height:1em;
  font-size:22px;
  font-family:Impact, sans-serif;
  font-weight:normal;
}
h1 a:hover{
  text-decoration:none;
  color:#33cccc;
  text-shadow: white 1px 1px, white -1px 1px 1px, white 1px -1px;
}
p {
  letter-spacing:0;
  line-height:110%;
  text-align:left;
  margin:0;
  font-size:12px;
  font-family:Arial, sans-serif;
}
#egf p {
  font-style:italic;
}
#ir p {
  line-height:1.5em;
}

/* sous titre */
h2{
  margin:0;
  padding:0;
  margin-top:9px;
  margin-bottom:9px;
  font-weight:normal;
  font-style:normal;
  text-transform:uppercase;
  line-height:1em;
  font-size:14px;
  font-family:Arial, sans-serif;
}
/* lien titre au survol */
#ir h1 a:hover{
color:#06cd6a;
text-shadow: white 1px 1px, white -1px 1px 1px, white 1px -1px;
}
a, h1 a {
  color:white;
}
#ir a:hover{
  color:#145E47;
  text-decoration:none;
}
