@charset "iso-8859-1";
/* CSS Document pour les pages OISO */

/* 
==========================
   Mise en page globale 
========================== */

* {
margin: 0;
padding: 0;
}

body {
background: white;
font-size: 0.7em;
font-family: sans-serif;
color: #5b5b5b;
text-align: center;
margin: 0;
}
#wrapper {
width: 920px;
margin: auto;
text-align: left;
}

/* titres, sous-titres */

h1 {
min-width: 248px !important;
margin-bottom: 0;
padding-left: 4px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 7px;
font-size: 5em;
font-weight: bold;
color: #17364b;
}
h2 {
margin-top: 0;
margin-bottom: 2px;
text-align: left;
text-decoration: bold;
text-transform: uppercase;
font-size: 2em;
color: black;
}
h3 {
margin-top: 10px;
margin-bottom: 0px;
text-align: left;
text-decoration: none;
font-weight: bold;
font-size: 1.3em;
color: #5b5b5b;
}

/* paragraphes */

p {
margin: 0 0;
text-align: justify;
font-size: 1.3em;
}

/* liens, images */

a, a img {
    text-decoration: none;
    border: 0;
    color: #136499;
}
a:hover, a:focus {
    text-decoration: underline;
}
img {
border-style: none;
}

/* listes ul et ol */

ul {
text-align: left;
}

/* flottement */

div#apres-float {
clear: left;
margin: 0;
}

/* 
=====================
   1. En-tete
===================== */

img#en-tete {
border-bottom: 1px solid gray;
}

/* 
=====================
   2. Pied de page
===================== */

div#webmaster {
margin-top: 10px;
padding: 5px;
background-color: #17364b;
color: white;
}
div#webmaster a {
color: white;
}
p.superpose-left {
margin: 0;
float: left;
}
p.superpose-right {
margin: 0;
float: right;
}

/* 
=====================
   3. Menus
===================== */

ul.menu {
list-style-type: none;
text-align: left;
}
ul.menu li a {
font-size: 1.2em;
font-weight: normal;
color: #17364b;
}

/* Menu en-tete */

#topmenu {
clear: both;
border-top: 3px solid #17364b; !important (relief en-tete);
}
#topmenu a {
text-decoration: none;
}

/* Menu rapide */

#nav {
margin-top: 7px;
float: left;
}
#nav.right {
float: right;
}
ul.menu#rapide li {
display: inline;
border: 1px solid #17364b;
text-align: center;
font-size: 1em;
}
ul.menu#rapide a {
color: #17364b;
}
ul.menu#rapide a:hover, ul.menu#rapide a:focus {
background: #558fbf; 
font-weight: normal;
color: white;
text-decoration: none;
}

/* Menu liste */

ul.menu#liste {
clear: left;
float: left;
position: relative;
top: 20px;
width: 190px;
}
ul.menu#liste li a {
display: block;
width: 180px;
height: 20px;
margin: 0px 5px 5px 5px;
border: 3px solid white;
background: #558fbf;
text-align: center;
font-weight: bold;
}
ul.menu#liste li a:hover {
background: white;
border-color: #17364b;
text-decoration: none;
color: #17364b;
font-weight: bold;
}
ul.menu#liste li a:focus {
text-decoration: none;
color: #17364b;
background: white;
border-color: #17364b;
}
ul.menu#liste li a:active {
color: #17364b;
background: white;
border-color: #17364b;
}
ul.menu#liste li a#page-actuelle {
color: #17364b;
background: white;
border-color: #17364b;
}

/* Menu Skip */

ul#menu-skip {
margin: 0;
padding: 0 0 0 3em;
}
ul#menu-skip li {
margin: 0;
padding: 1em 0 0 0;
}
ul#menu-skip li#premier {
margin: 0;
padding: 0;
}

p.liste-horizontale {
margin: 0;
padding: 0 0 10px 0;
line-height: 2em;
}
p.liste-horizontale a {
font-weight: bold;
}

/* 
=====================
   4. Objets communs
===================== */

/* Logos OISO et LOCEAN */

img#logo1 {
float: right;
}
img#logo2 {
float: left;
margin-top: 5px;
}

/* En construction */

img.en-construction {
float: center;
}

/* Liens retour (float right) */

div.retour-haut {
float: right;
}
div.retour-haut img {
vertical-align: top;
background: white;
}
div.retour-haut a {
padding: 5px;
border: 1px solid blue;
background: white;
font-weight: bold;
}
div.retour-haut a:hover, div.retour-haut a:focus {
border: 1px solid blue;
background: blue;
color: white;
font-weight: bold;
}

/* 
=====================
   5. Contenu
===================== */
div#pwd {
float: left;
position: absolute;
top: 250px;
left: 42%;
text-align: center;
}
#pwd h3 {
text-align: center;
}

div#cache {
background: white;
width: 250px;
float: left;
position: absolute;
top: 255px;
left: 42%;
text-align: center;
}

div#content {
width: 100%;
text-align: center;
}
#content a, #content a p {
text-decoration: underline;
}

h1.sous-titre {
font-weight: bold;
font-size: 2.2em;
}
h2.premier-titre {
margin-top: 0;
margin-left: 0;
text-align: left;
text-decoration: none;
font-size: 1.5em;
}

p.centre {
text-align: center;
}
p.legende {
text-align: center;
font-weight: bold;
}
p.flottant  {
float: right;
}

/* Rubriques */

#rubrique {
margin: 0 auto;
margin-top: 20px;
padding: 0px;
background: white;
color: #17364b;
}
#rubrique div {
margin: 1em 0;
}
#rubrique p {
padding-top: 5px;
}
#rubrique.premier, #rubrique.centre {
width:700px;
margin-left: 210px;
}
#rubrique.premier {
padding-top: 10px;
}
#rubrique.centre, #rubrique.large, #rubrique.soutiens {
border-top: 1px solid #17364b;
}
#rubrique.large {
margin: 10px;
}
#rubrique.large h2 {
background-color: #17364b;
padding: 0.1em;
text-align: center;
font-size: 2em;
font-weight: bold;
color: white;
}
#rubrique.soutiens div {
margin: 5px 0 0 0;
}
#rubrique.soutiens a {
font-weight: bold;
}

/* Colonnes */

div#colonnes {
margin: 0;
color: #17364b;
}
div#colonne1, div#colonne2 {
margin: 0;
background: white;
}
div#colonne1 {
float: left;
margin-left: 2em;
width: 500px;
text-align: center;
}
div#colonne2 {
float: right;
margin-right: 10em;
width: 80px;
}
div#colonne1-soutiens {
float:left;
margin-left: 2em;
width: 45%;
}
div#colonne2-soutiens {
float: right;
margin-right: -2em;
width: 55%;
}
div#colonne-left, div#colonne-left1, div#colonne-left2, div#colonne-left3 {
margin: 0;
background: white;
float:left;
margin-left: 1em;
width: 400px;
}
ul#menu-skip div#colonne-left {
width: 135px;
}
div#colonne-left1 {
width: 400px;
}
div#colonne-left2 {
width: 200px;
}
div#colonne-left3 {
width: 200px;
}
div#colonnes h2{
margin: 0;
text-align: left;
text-decoration: bold;
text-decoration: underline;
text-transform: none;
font-size: 1.2em;
}
div#colonnes a img {
margin-top: 10px;
width: 98%;
padding: 0.3em;
background-color: #17364b;
border: none;
}


/*
=====================
   5.1. page accueil 
===================== */


div#photos-accueil {
width: 1200px;
margin-left: -350px;
}
div#photos-accueil img {
margin: 2px;
}

/*
=======================
   5.2. page objectifs
======================= */

/* 
=======================
   5.3. page campagnes 
======================= */

p.liste-horizontale a.ete {
color: red;
}
p.liste-horizontale a.hiver {
color: blue;
}
p.liste-horizontale a.printemps {
color: green;
}
p.liste-horizontale a.annul {
color: black;
text-decoration: none;
}
p.centre-decale {
margin-left: 35%;
}

/*
========================
   5.4. page propriétés 
======================== */

ul.proprietes {
padding-left: 4em;
font-size: 1.3em;
}

/*
===========================
   5.5. page accés données 
=========================== */

#rubrique.cadre {
width:685px;
margin-left: 22%;
padding: 5px 10px;
background:gray;
color: black;
}
#rubrique.cadre h2 {
text-align: center;
text-decoration: none;
color: black;
}
#rubrique.cadre a {
color: blue;
}
div.cadre p.important {
line-height:1.5em;
color: navy;
}

/*
==========================
   5.6. page coll./stages 
========================== */

ul#collaborations, ul#stages {
padding-left: 3em;
}
ul#collaborations li, ul#stages li {
padding: 0 0 1.5em 0;
}

/*
====================
   5.7. page publis 
==================== */

ul#publis {
margin-top: 1em;
margin-bottom: 1em;
padding-left: 3em;
}
ul#publis li {
padding: 0 0 1em 0;
}
ul.date  {
padding-left: 3em;
}
ul.date li {
padding: 1em 0 0 0;
}

/*
====================
   5.8. page contact 
==================== */


/*
====================
   5.9. espace privé 
==================== */

