﻿/* CSS Document : Toutes les pages */


/*---------------------- CENTRAGE VERTICAL ET HORIZONTAL DU SITE -------------------------------------------------------*/
html, body, table, td 
{
margin: 0;
padding: 0;
height: 100%;
width: 100%;
background-color: #676769;
border: 0;
}
/*---------------------- FIN CENTRAGE VERTICAL ET HORIZONTAL DU SITE ---------------------------------------------------*/
/*---------------------- CONTENEURS PRINCIPAUX -------------------------------------------------------------------------*/
#conteneur1
{
position: relative;
width: 984px; /* ici la largeur fixe de l'element a centrer */
margin: 10px auto 0 auto;
background-color: #EBE8EC;
border: 2px solid black;
font-family: "Trebuchet MS", arial, sans-serif; 
}
#conteneurPopup
{
position: relative;
width: 800px; /* ici la largeur fixe de l'element a centrer */
margin: 10px auto 10px auto;
background-color: #EBE8EC;
border: 2px solid black;
font-family: "Trebuchet MS", arial, sans-serif; 
}
/*---------------------- FIN CONTENEURS PRINCIPAUX -----------------------------------------------------------------*/
/*---------------------- ELEMENTS DE LA PAGE -----------------------------------------------------------------------*/
img
{
padding: 0 0 0 0;
margin: 0 0 0 0;
border: 0;
}
a 
{
padding: 0 0 0 0;
margin: 0 0 0 0;
color: #000000;
}
div
{
padding: 0 0 0 0;
margin: 0 0 0 0;
border: 0;
}
span
{
padding: 0 0 0 0;
margin: 0 0 0 0;
border: 0;
}
p
{
padding: 0;
margin: 0;
}
ul 
{
padding: 0;
margin: 0;
list-style-type: none;
}
li
{
padding: 0;
margin: 0;
}
h1, h2, h3, h4, h5, h6
{
padding: 0;
margin: 0;
}
/*----------------------FIN ELEMENTS DE LA PAGE --------------------------------------------------------------*/

/*---------------------- TOP ---------------------------------------------------------------------------------*/
#top
{
width: 984px;
height: 168px;
}
#top a
{
text-decoration: none;
}
#niv1
{
width: 984px; 
height: 76px;
}
#niv2
{
width: 984px; 
height: 92px;
}
#divNiv2Texte
{
float: left; 
width: 284px; 
height: 92px; 
background: url(../img/css/memoire-st-barth1.png) no-repeat left top;
}
#divNiv2TexteIndex
{
float: left; 
width: 284px; 
height: 92px; 
}
#pNiv2Texte
{
padding-top: 3px;
margin: 0 auto 0 auto; 
width: 235px; 
font-size: 0.8em; 
color: #76694F; 
text-align: justify; 
line-height: 1.3em;
}
#pNiv2Texte a
{
color: #76694F;
}
/*---------------------- FIN TOP ---------------------------------------------------------------------------------*/
/*---------------------- BARRE NAVIGATION DROITE------------------------------------------------------------------------------*/
#navigation
{
width: 984px;
height: 34px;
background: #B2B5BA url(../img/css/navigation-memoire-st-barth.png) no-repeat left top;
}
#menuDeroulant
{
float: left;
width: 161px;
height: 34px;
}
#md 
{
padding: 0;
margin: 0;
list-style: none;
}
#md li
{
display: inline;
}
#md a
{
display: block;
}
#md li ul 
{
margin-left: 1px;
position: absolute;
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
background-color: #B2B5BA;
border: 1px solid #000000; /*Ne pas toucher*/
}
#md li a
{
width: 153px;
padding-left: 5px;
padding-top: 7px;
padding-bottom: 1px;
display: block;
text-decoration: none;
color: #000000;
font-size: 0.8em; 
}
#md li:hover ul
{
left: auto;
}
#md li ul li a
{
width: 153px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 5px;
text-decoration: none;
font-weight: normal;
color: #2D241B;
border: 0; /*Ne pas toucher*/
font-size: 0.9em; 
}
#md li ul li a:hover
{
background-color: #808285;
color: #EBE8EC;
}
#md .ul1 
{
border-top: 0;
}
.divMenuDeroulant
{
padding-left: 709px;
}
#icones
{
float: left;
width: 114px;
height: 34px;
}
/*---------------------- FIN BARRE NAVIGATION DROITE ------------------------------------------------------------------------*/
/*---------------------- CONTENEUR ET SOUS-CONTENEUR -----------------------------------------------------------*/
#conteneurPage
{
padding-bottom: 70px;
width: 984px;
height: 100%;
background: #EBE8EC url(../img/css/bordure-etiquette.png) repeat-y right top;
line-height: 1em;
}
#sConteneurPage
{
width: 984px;
height: 100%; 
}
#sMenuConteneur
{     
width: 878px;   
text-align: center;
background-color: #B1A898;
}
/*---------------------- FIN CONTENEUR ET SOUS-CONTENEUR -----------------------------------------------------------*/
/*---------------------- SOUS-MENU GAUCHE---------------------------------------------------------------------------------*/
#sMenu 
{
padding-top: 0;   /*padding-top: 34px;*/
width: 100%;
height: 34px;
background-color: #B1A898;
border-right: 1px solid white; 
border-top: 1px solid white; 
border-bottom: 1px solid white;
}
#sMenu ul
{
list-style-type:none; 
height: 34px;
}
#sMenu ul li
{
float: left;
font-size: 0.78em;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
padding-left: 5px;
padding-right: 5px;
padding-top: 4px;
margin-top: 1px;
line-height: 1em;
margin-right: 5px;
height: 28px;
}
#sMenu ul li a
{
display: block;
color: #282626;
text-decoration: none;
}
li.current a, #sMenu ul li a:hover
{
padding-bottom: 1px;
border-bottom: 2px solid #AE4404;
}
#sMenu #sMenu1Ligne
{
color: #383737;
height: 22px;
padding-top: 10px;
}
#sMenu #sMenu1Ligne a, #sMenu #sMenu1Ligne a:hover
{
padding-bottom: 8px;
}

/*---------------------- FIN SOUS-MENU GAUCHE---------------------------------------------------------------------------*/
/*---------------------- CONTENEUR CADRE/TEXTE+COLONNE -----------------------------------------------------------*/
#conteneurCadreEtTexte
{
width: 880px; 
height: 100%;
background-color: #EBE8EC;
}
#conteneurCadreEtTexte h2
{
font-size: 1em;
}
#titre
{
padding-top: 45px;
padding-left: 31px;
}
#titre h1
{
padding-top: 30px;
padding-bottom: 30px;
font-size: 1.2em;
}
#colonne
{
float: left;
width: 93%;
padding-top: 30px; 
padding-left: 31px;  
}
#colonne ul
{
padding-left: 15px;
list-style: disc;
font-size: 0.8em;
}
#colonne ul li
{
padding-bottom: 15px;
}
#colonne p
{
padding-bottom: 10px;
text-indent: 0;
font-size: 0.8em;
}
#colonne #tiret 
{
padding-bottom: 7px;
text-indent: 0;
}
#colonne .espace
{
padding-top: 20px;
}
/*---------------------- FIN CONTENEUR CADRE/TEXTE+COLONNE --------------------------------------------*/
/*---------------------- CADRE (ICONO+NOTE) -----------------------------------------------------------*/
#cadre
{
float: left; 
width: 173px;
padding: 15px 5px 10px 5px; 
margin: 0 20px 5px 0; 
background-color: #CCC7C0;
}
#icono
{
width: 147px; /*width+margin+border=173*/
margin: 0 12px 0px 12px;
}
#icono img
{
border: 1px solid #564A38;
}
#icono .spanTexteFont
{
font-family: "Times New Roman"; 
font-size: 1em;
}
#icono .zoom
{
padding-right: 15px;
font-size: 0.7em;
font-family: arial;
text-align: left;
color: #8D8575;
}
#icono .copyright
{
font-size: 0.6em;
font-family: arial;
text-align: right;
color: #8D8575;
}
#note
{
width: 173px;
height: 140px;
text-align: center;
font-size: 1em;
color: #4C453D;
}
.doc
{
font-weight: bold;
}
#note .size /*div note : taille des pointillés*/
{
padding-bottom: 15px;
font-size: 0.7em;
}
/*---------------------- FIN CADRE (ICONO+NOTE) ---------------------------------------------------*/
/*---------------------- TEXTE COLONNE  -----------------------------------------------------------*/
#texte
{
width: 99.5%;
text-align: justify;
}
#texteColonne1
{
float: left;
width: 395px;
text-align: justify;
}
#texteColonne2
{ 
float: right;
width: 382px;
text-align: justify;
}
#texteAvecListe
{
padding: 10px 10px 0 10px;
margin: 55px auto 0 auto;
width: 97%; 
}
#texteAvecListe .textDisplay
{
display: block;
}
#texteAvecListe h2
{
padding-bottom: 40px;
font-size: 1.2em;
}
#separation
{
padding: 20px 0 20px 0; 
margin: 0 0 0 125px; 
width: 100%;
text-align: left;
}
#pageHaut
{
padding: 20px 0 0 0; 
margin: 0 0 0 0; 
width: 99.9%;
text-align: right;
font-size: 0.6em;
}
#pageHaut1
{
padding: 0 0 10px 0; 
margin: 0 0 0 0; 
width: 99.9%;
text-align: right;
font-size: 0.6em;
}
#pageNav
{
clear: both;
padding: 50px 0 0 0;
margin: 0 auto 0 auto;
width: 100%;
text-align: center;
font-size: 0.9em;
}
#pageNav span.padRight
{
padding: 0 50px 0 0;
}
#bandeauImg /*page icono => si img nyman mis hors des liens*/
{
padding: 30px 0 0 65px;
}
#bandeauImg span /*page icono => si img nyman mis hors des liens*/
{
padding: 0 15px 0 0;
}
#bandeauImg img /*page icono => si img nyman mis hors des liens*/
{
border: 1px solid #564A38;
}
.pTopTexte
{
padding-top: 10px;
}
.pTopTexte30
{
padding-top: 30px;
}
.pTopTexte50
{
padding-top: 50px;
}
.pBottomTexte
{
margin-bottom: 20px;
}
.texteCourtHeight
{
height: 300px;
}
#colonne .ulPlanSite
{
padding-top: 10px;
list-style-type:none;
}
#colonne #ulPlanSite1
{
padding-top: 10px;
padding-bottom: 0px;
list-style-type: none;
font-size: 1em;
}
#colonne #ulPlanSite1 li
{
padding-bottom: 2px;
}
/*---------------------- FIN TEXTE COLONNE  -----------------------------------------------------------*/
/*---------------------- TEXTE POPUP  -----------------------------------------------------------------*/
#textePopup /*texte popup avec archives*/
{
margin: 20px auto 0 auto;
padding: 10px;
width: 90%;
font-size: 0.8em;
text-align: justify;
border: 1px dotted #9A1803; 
}
#textePopup h2
{
font-size: 1.5em;
text-align: center;
}
#textePopupNoArch /*texte popup avec sans archives*/
{
margin: 20px auto 0 auto;
padding: 10px;
width: 90%;
font-size: 0.8em;
text-align: justify;
border: 0; 
}
#textePopupNoArch h2
{
font-size: 1.5em;
text-align: center;
}
#textePopupNoArch p
{
padding-bottom: 10px;
}
.h1Popup
{
text-align: center;
font-size: 1em;
padding-bottom: 50px;
}
#textePopupNoArch .fontCentTop
{
padding-top: 30px;
font-size: 1.2em;
text-align: center;
}
#textePopupNoArch ul
{
padding-left: 15px;
list-style: disc;
}
#textePopupNoArch ul li
{
padding-bottom: 15px;
}
/*---------------------- FIN TEXTE POPUP  -----------------------------------------------------------------*/
/*---------------------- LISTE TYPE LEGISLATION -------------------------------------------------------*/
#liste
{
padding: 0 10px 10px 10px;  
margin: 0 auto 0 auto;
height: 148px; 
width: 97%;
border: 1px solid #a2a2a2; 
overflow-x: hidden; 
overflow-y: auto;
}
#texteAvecListe ul
{
display: none;
}
#liste ul, #texteAvecListe ul
{
padding: 0;
font-size: 0.8em;
list-style-type: none; 
}
#liste ul li, #texteAvecListe ul li
{
padding: 10px 0 0 0; 
}
#liste ul li a
{
text-decoration: none;
color: #000000;
}
#liste ul li a:visited
{
color: #9C050C;
}
#liste ul li a:hover
{
text-decoration: underline;/*underline overline : souligne au-dessus et en-dessous*/
color: #9C050C;
}
#liste ul li a:focus, #liste ul li a:active
{
background-color: #5C3117;/*underline overline : souligne au-dessus et en-dessous*/
color: #FFFFFF;
}
.repere
{
color: #A2A2A2; 
text-align: center;
}
.showHide
{
cursor:pointer;
border:0;
}		
.showHide:hover
{
cursor:pointer;
background:#ccc;
border:0;
}		
.expanded
{
background:#ccc;
cursor:pointer;
border:0;
}
.expanded:hover
{
background:#fff;
cursor:pointer;
border:0;
}
.show
{
position:static;
display: table;
}
.hide
{
position:absolute;
left:-999em;
height:1px;
width:100px;
overflow:hidden;
}

/*---------------------- FIN LISTE TYPE LEGISLATION ------------------------------------------------------*/
/*---------------------- ARCHIVES ------------------------------------------------------------------------*/
#archivesAvecListe
{
padding: 10px;
margin-top: 55px;
width: 97%; 
border: 1px dotted #9A1803; 
text-align: justify;
}
#archivesAvecListe p
{
padding: 0;
display: none;
}
#archivesAvecArticles p
{
padding: 10px;
margin-bottom: 30px;
width: 97%;
border: 1px dotted #9A1803;
}
#archivesStandP 
{
padding: 10px;
width: 97%;
border: 1px dotted #9A1803;
}
#archivesStandP p
{
padding: 20px 0 0 0;
text-indent: 3em;
}
#archivesStandP .titre
{
padding: 0 0 10px 0;
text-indent: 0; 
}
.top55
{
margin-top: 55px;
}
#archivesStandP h2
{
padding-bottom: 10px; 
text-align: center;
}
#archivesStandP .noIndent
{
text-indent: 0;
}
#archivesStandP .noPadTop
{
padding: 0;
}
#archivesStandP .padTop10
{
padding-top: 10px;
}
#archivesStandP .signature
{
padding-top: 20px; 
text-align: center;
}
#archivesAvecListeDiv /*pour page type rapports*/
{
padding: 10px;
margin-top: 55px;
width: 97%; 
border: 1px dotted #9A1803; 
text-align: justify;
}
#archivesAvecListeDiv div
{
display: none;
}
#archivesAvecListeDiv .titre
{
padding: 0 0 40px 0;
text-indent: 0;
}
#archivesAvecListeDiv p
{
padding: 20px 0 0 0;
text-indent: 3em;
}
#archivesAvecListeDiv .noPadTop
{
padding-top: 0;
}
#archivesAvecListeDiv .noPadIndent
{
padding-top: 0;
text-indent: 0;
}
#archivesAvecListeDiv table, #archivesAvecListeDiv tr, #archivesAvecListeDiv td, #archivesAvecListeDiv th 
{
margin: 40px auto 40px auto;
background-color: #EBE8EC;
font-size: 0.9em;
border-collapse: collapse; 
}
#archivesAvecListeDiv table.table1 
{
width: 70%;
}
#archivesAvecListeDiv table.table1 tr, #archivesAvecListeDiv table.table1 td, #archivesAvecListeDiv table.table1 th
{
width: 20%;
}
#archivesAvecListeDiv table.table2, #archivesAvecListeDiv table.table2 tr, #archivesAvecListeDiv table.table2 td, #archivesAvecListeDiv table.table2 th 
{
border: 1px solid black;
}
#archivesAvecListeDiv table.table2
{
width: 90%;
}
#archivesAvecListeDiv table.table2 tr, #archivesAvecListeDiv table.table2 td, #archivesAvecListeDiv table.table2 th
{
width: 15%;
}
/*---------------------- FIN ARCHIVES -------------------------------------------------------------------*/
/*---------------------- MENU RECHERCHE ARCHIVES COLONIALES-------------------------------------------------------------------*/
#menuRechercherArchCol 
{
padding: 0;
margin: 0;
width: 100%;
height: 130px;
text-align: left;
font-size: 0.9em;
}
#titreRecherche
{
float: left;
padding-right: 20px;
}
#menuArchCol1, #menuArchCol2, #menuArchCol3, #menuArchCol4 
{
float: left;
padding: 0 0 0 0;
margin: 0 52px 0 0;
width: 110px;
text-align: center;
border: 1px solid black;
}
#titreMenuArchCol
{
width: 110px;
height: 20px;
font-weight: bold;
}
#menuArchCol1 a, #menuArchCol2 a, #menuArchCol3 a, #menuArchCol4 a
{
text-decoration: none;
color: #000000;
}
/* FIN MENUARCHCOL */
/* SMENUARCHCOL */
#smenuArchCol1, #smenuArchCol2, #smenuArchCol3, #smenuArchCol4
{
position: absolute;
left: 0; /*bug avec IE*/
top: 410px; /*bug avec IE*/
padding: 2px 0 2px 0;
margin:  0 0 0 0;
height: 90px; /* bug ff : On indique la hauteur sinon le contenu sort du div à cause du float : select+input*/
text-align: left;
background-color: #A2A2A2;
border: 1px solid #C3C1C1;
display: none;
}
#smenuArchCol1
{
left: 135px;
width: 200px;
}
#smenuArchCol1 select
{
margin: 0 0 0 40px;
width: 100px;
}
#smenuArchCol2
{
left: 290px;
width: 220px;
}
#smenuArchCol2 select
{
width: 180px;
}
#smenuArchCol3
{
left: 455px;
width: 230px;
}
#smenuArchCol3 select
{
width: 190px;
}
#smenuArchCol4
{
left: 637px;
width: 200px;
height: 90px;
background-color: #8B8B8B;
overflow-x: hidden;
overflow-y: auto; 
}
#smenuArchCol5, #smenuArchCol6, #smenuArchCol7, #smenuArchCol8, #smenuArchCol9, #smenuArchCol10, #smenuArchCol11, #smenuArchCol12, 
#smenuArchCol13, #smenuArchCol14, #smenuArchCol15, #smenuArchCol16, #smenuArchCol17, #smenuArchCol18, #smenuArchCol19, #smenuArchCol20, 
#smenuArchCol21, #smenuArchCol22, #smenuArchCol23, #smenuArchCol24
{
position: absolute;
left: 637px;
top: 512px;
width : 200px;
height: 80px;
background-color: #8B8B8B;
color: #000000;
overflow-x: hidden;
overflow-y: auto; 
display: none;
}
#menuRechercherArchCol select
{
float: left;
padding: 0 0 0 0;
background-color: #8B8B8B;
border: 1px solid #A2A2A2;
font-family: georgia;
font-size: 11px;
color: #000000;
}
#menuRechercherArchCol ul
{
padding: 0 0 0 2px;
margin: 0 0 0 0;
list-style-type: none;
font-family: georgia;
font-size: 11px;
color: #000000;
}
#menuRechercherArchCol ul li
{
padding: 0;
margin: 0;
}
#menuRechercherArchCol li a
{
color: #000000;
text-decoration: none;
border: 0;
}
#menuRechercherArchCol ul li a:active, #menuRechercherArchCol ul li a:focus
{
color: #000000;
background-color: #2E6BBC;
}
#menuRechercherArchCol ul li a:hover
{
color: #000000;
background-color: #656565;
}
/*---------------------- FIN MENU RECHERCHE ARCHIVES COLONIALES -------------------------------------------------------------------*/
/*----------------------  GALERIE -----------------------------------------------------------------------*/
#galerie
{
padding: 0 0 0 30px;
margin: 0 auto 0 auto;
width: 90%;
font-size: 0.9em;
}
#conteneurImage
{
float: left; 
padding: 5px 0 5px 0; 
margin: 0 18px 15px 18px; 
background-color: #CCC7C0; /*#303030;*/ 
width: 200px; 
height: 210px; 
text-align: center; 
color: #000000;
}
#image 
{
padding: 10px 0 10px 0; 
margin: 0 0 0 0; 
height: 146px;
}
#image img
{
border: 1px solid #564A38;
}

#galerie .introduction
{
padding: 0 0 30px 10px;
}
#pageNav
{
clear: both; 
padding: 15px 0 15px 0; 
margin: 0 auto 0 auto;
}
#pageNav a, #pageNav a:link 
{
padding: 2px 6px 2px 6px;
margin: 2px;
text-decoration: none;
border: 1px solid #303030;
color: #303030;
background-color: #EBE8EC;	
}
#pageNav a:visited 
{
padding: 2px 6px 2px 6px;
margin: 2px;
text-decoration: none;
border: 1px solid #303030;
color: #EBE8EC;
background-color: #303030;	
}
#pageNav a:hover 
{	
border: 1px solid #303030;
color: #EBE8EC;
background-color: #303030;	
}
#pageNav a:active, #pageNav a:focus 
{
padding: 2px 6px 2px 6px;
margin: 2px;
text-decoration: none;
border: 1px solid #303030;
color: #EBE8EC;
background-color: #CCC7C0;	
}
/*---------------------- FIN GALERIE -------------------------------------------------------------------*/
/*---------------------- ACTUALITE -------------------------------------------------------------------*/
#actualite
{
width: 100%; 
}
#actualite img
{
float: left;
margin: 20px 12px 0px 12px;
border: 1px solid #564A38;
}
#actualite p
{
margin-top: 20px;
width: 91%;
}
#actualite h2, h3, h4
{
width: 91%;
font-size: 1em;
}
#actualite h3
{
padding-top: 25px;
font-size: 0.8em;
width: 91%;
}
#actualite h4
{
padding-top: 10px;
font-size: 0.8em;
}
/*---------------------- FIN ACTUALITE -------------------------------------------------------------------*/

/*---------------------- LEGENDE / SOURCE / DOC / INTRODUCTION / RENVOI------------------------------------------------------------------------*/
#legendStand 
{
padding: 3px 10px 0 10px; 
width: 97%; 
font-size: 0.7em;
color: gray;
}
#legendStandAutre 
{
padding: 0 10px 20px 10px; 
width: 99%; 
font-size: 0.7em;
color: gray;
}
#legendPopup 
{
padding: 3px 0 0 40px; 
width: 99.5%; 
font-size: 0.7em;
color: gray;
}
#source
{
padding: 20px 0 10px 10px;
width: 98%; 
color: gray;
text-align: justify;
}
#source1
{
padding: 0;
margin: 0 auto 0 auto;
width: 98%; 
color: gray;
text-align: justify;
}
#source2
{
padding-top: 30px;
margin: 0;
width: 100%; 
text-align: justify;
}
#sourcePopup
{
padding: 10px 0 20px 40px;
width: 91%;
font-size: 0.8em;
color: gray;
text-align: justify;
}
#voirDoc
{
padding: 0 0 0 237px; 
}
#introduction
{
padding-bottom: 40px;
font-size: 0.8em;
}
#renvoi
{
padding-top: 40px;
margin: 0;
width: 100%; 
color: gray;
text-align: justify;
}
/*---------------------- FIN LEGENDE / SOURCE / DOC / INTRODUCTION --------------------------------------------------------------------*/
/*---------------------- INFOSUP ------------------------------------------------------------------------*/
#infoSup
{
padding-top: 60px; 
padding-left: 32px; 
width: 83%; 
background-color: #EBE8EC; 
font-size: 0.8em; 
color: #7C7164;
text-align: justify;
}
#infoSup ul
{
display: block;
padding-top: 14px;
padding-bottom: 7px;
}
#infoSup ul li
{
padding-left: 3px;
padding-right: 3px;
padding-bottom: 5px;
color: #8C877D;
}
#infoSup .lienExt
{
text-decoration: none;
border-bottom: 1px dotted #8C877D;
color: #8C877D;
}
#infoSup .lienInt
{
font-size: 0.9em;
color: #8C877D;/*#AE4404*/
}
#biblio
{
padding-top: 5px; 
padding-bottom: 5px; 
padding-left: 10px; 
background-color: #CCC7C0; 
color: #564F40;
font-size: 1.2em;
font-weight: bold;
}
#lien
{
padding-top: 5px; 
padding-bottom: 5px; 
padding-left: 10px; 
margin-top: 10px;
background-color: #CCC7C0; 
color: #564F40; 
font-size: 1.2em;
font-weight: bold;    
}
#infoSup h2
{
font-size: 1em;
}
/*---------------------- FIN INFOSUP ------------------------------------------------------------------------*/
/*---------------------- BOTTOM -----------------------------------------------------------------------------*/
#bottom
{
padding: 0; 
margin: 1px;
border-top: 1px dotted #ACA6A0;
width: 99.7%;
font-size: 0.7em;
color: #8C877D;

}
#bottom ul 
{
float: left;
padding-top: 5px;
padding-bottom: 5px;
}
#bottom ul li
{
line-height: 1.4em;
}
#bottom ul li a
{
text-decoration: none;
color: #5D5A54;
}
.bottomTitre
{
padding-bottom: 2px;
color: #5D5A54;
}
.bottomTitreAutre
{
padding-bottom: 10px;
}
.bottomSousTitreAutre
{
padding-bottom: 4px;
}
.bottomSSousTitre
{
padding-left: 7px;
}
.bottomSousTitreMarginB
{
padding-bottom: 6px;
}
.bottomSSousTitreMarginB
{
padding-left: 7px;
padding-bottom: 12px;
}
#bottom ul li a.bottomSousTitreLink 
{
color: #8C877D;
}
/*---------------------- FIN BOTTOM ----------------------------------------------------------------------*/
/*---------------------- COPYRIGHT ----------------------------------------------------------------------*/
#copyright
{
padding-top: 0;
margin: 0 auto 0 auto;
font-size: 0.7em;
text-align: center;
}
/*---------------------- FIN COPYRIGHT ----------------------------------------------------------------------*/
/*---------------------- CLASSES -------------------------------------------------------------------------*/
.noteabene
{
font-size: 0.8em;
}
.clear
{
clear: both;
}
.fontGeorgia
{
font-family: Georgia;
}
.fontTimes
{
font-family: "Times New Roman"; 
font-size: 0.9em;
}
.fontTimes1
{
font-family: "Times New Roman"; 
font-size: 1.1em;
}
.fontSize
{
font-size: 1.5em;
}
.fontSize6
{
font-size: 0.6em;
}
.fontSize8
{
font-size: 0.8em;
}
.color
{
color: #7B7A7A;
}
.color1
{
color: #606060;
}
.lienExt
{
font-size: 1em;
color: #000000;
text-decoration: none;
border-bottom: 1px dotted black;
}
.lienExtGray
{
font-size: 1em;
color: gray;
text-decoration: none;
border-bottom: 1px dotted gray;
}
.lienInt
{
font-size: 0.9em;
color: #5C3117;/*#AE4404*/
} 
.lienIntGras /*lien recensement archive : pas necessaire mettre strong*/
{
font-size: 0.9em;
color: #5C3117;/*#AE4404*/
font-weight: bold;
} 
.lienInt1
{
font-size: 1.1em;
color: #5C3117;/*#AE4404*/
} 
.lienInt1Gras /*lien biographie archive : pas necessaire mettre strong*/
{
font-size: 1em;
color: #5C3117;/*#AE4404*/
font-weight: bold;
} 
.lienInt1GrasInfo
{
font-size: 1em;
color: red;
font-weight: bold;
}
.lienExtDos
{
font-size: 1em;
color: #5C3117;
} 
.lienExtDos1
{
font-size: 1.1em;
color: #5C3117;
} 
.imgFloat
{
float: left;
}
.textGras
{
font-weight: bold;
}
.textAlign
{
text-align: center;
}
.textDispClear
{
display: none;
clear: both;
}
.padRight
{
padding-right: 20px;
}
.ancre
{
text-decoration: none;
color: #000000;
}
.floatLeft
{
float: left;
}
.padTop20
{
padding-top: 20px;
}
.padLeft40
{
padding-left: 40px;
}
.padLeft22
{
padding-left: 22px;
}
.padLeft44
{
padding-left: 44px;
}
.padLeft20
{
padding-left: 20px;
}
.padLeft120
{
padding-left: 120px;
}
.padTop10
{
padding-top: 10px;
}
.renvoi
{
color: #5C3117;
}
.haut
{
padding: 0 0 0 50px;
font-size: 0.6em;
}
.margTop10
{
margin-top: 10px;
}
