/* les popup */
div.popup
{
    position:absolute;
    top: 100px;
    left: 450px;
    width:200px;
    visibility:hidden;
    background: #dcdff4;
    font-size: x-small;
    padding: 5px;
    border: solid black 1px;
    z-index: 100;
}
/* mail en haut de chaque page */
div.mail
{
	text-align: right;
	font-size: small;
}
/* main */
p
{
  text-indent: 10pt;
  text-align: justify;
}

p.small
{
  text-align:right;
  text-indent: 0;
  font-size: small;
  font-family: "Courier new", Courier, monospace ;
  color: #ffafff;
}
td {
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}


a { text-decoration: none; }
a:link    { color: #2255aa; }
a:visited { color: #004499; }
a:active  { color: #88ff77; }
a.topln
{
font-size: small;
}
a.topln:hover
{
  font-style: italic;
}
pre.sh
{
        background-color: #FFFCD3;
        border: solid 1px;
        border-color: black;
        padding : 10px;
        text-align: left;
}

/*  New header style */
div.back
{
        background-color: #f5f5ff;
        color: #ffffff;
        margin: 0;
}
td.header
{
        font-size: 150%;
        background-color: #5063b4;
        color: white;
        border-width:0;
        /* padding: 0 15px ; */
        /* white-space: nowrap; */
        text-align: center;
}
table.header
{
        background-color: #f5f5ff;
        margin: 0;
        padding: 0;
        border-width: 0;
}
td.revheader
{
        background-color: #f5f5ff;
        color: #004499;
        font-size: 100% ;
        border-width:0;
        margin: 0;
/*        text-transform: capitalize;*/
        padding: 15px;
}
td.logoheader
{
        background-color: #f5f5ff; /*#e5e5ff;*/
        padding: 5px 15px ;
        border-width: 0 ;
}
a.header
{
        text-decoration: none;
        color: #ffffff;
        background-color: #5063b4;
}
/********************/

#header
{
        font-size: 320%;
        background-color: #5063b4;
        color: #ffffff;
        line-height: 0.9em;
        font-weight: bold;
        margin: 0;
        padding: 15px 0 0;
        text-transform: lowercase;
        letter-spacing: 0.13em;
        border-bottom: 1px solid;
}
#header a
{
        text-decoration: none;
        color: #ffffff;
}
#header span
{
        background-color: #ffffff;
        color: #5063b4;
        padding-left: 0.33em;
        margin: 0;
}
#quote
{
        font-size: xx-small;
        background-color: #ffffff;
        color: #5063b4;
        font-weight: normal;
        font-style: oblique;
        font-family: "Courier", "Courier new";
        padding-left: 0.33em;
        letter-spacing: 0.15em;
}
#quote span
{
  font-weight: bold;
  font-variant: small-caps;
}
body
{
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  height: 100%;
}

#realbody
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  left: -20px;
  height: inherit;
}
/* tags (re)definis (voir la section doc de gulliver) */
.title
{
	text-align: center;
	text-decoration: underline;
}
.stitle
{
	text-decoration: underline;
}
.sstitle
{
        text-decoration: underline;
}
.ssstitle
{
        text-decoration: underline;
}

#linkmenu
{
	background: #F5F5FF;
	position: relative;
	left: 15%;
	width: 70%;
	padding: 1em;
	border: solid 1px;
}
#linklist
{
	position: relative;
	left: 6%;
	width: 80%;
}
/* NavBar */
li.selected
{
        font-style: italic;
	font-weight: bold;
}

li.unselected
{
        font-style: normal;
	font-weight: normal;
}
a.nav:hover
{
  text-decoration: underline;
}

h3.column
{
  text-align:center
}
td.gulnv
{
  background: #f5f5FF;
}

h1
{
  border-bottom: 1px solid black;
}

h2
{
  border-bottom: 1px dashed black;
}

/* style du statuts */
h1.titre
{
text-align: center;
}
p.date
{
text-align: center;
}
html
{
	height: 100%;
}

/*mise en forme des descriptions des ml*/
.ml_desc1
{
border-style: dotted;
border-width: thin;
}
.ml_desc1 p
{
padding: 0;
margin: .2em;
text-indent: .2em;
}

