/*
Common
*/
body, h1, table, td, a {
 font-family: verdana, helvetica, arial, sans-serif;
}
body {
 font-size: 80%;
 color: #dddd66;
 background: #000000;
 margin-left: 2%;
 margin-right: 2%;
 margin-top: 1.5em;
 margin-bottom: 1.5em;
}
h1 {
 color: #dddd66;
 font-weight: bold;
 margin: 0;
 font-size: 160%;
}
a:link, a:visited {
 color: #666666;
 background: transparent;
 text-decoration: underline;
}
a:active, a:hover {
 color: #ffff66;
 background: transparent;
 text-decoration: underline;
}
img {
 border: none;
}
.center {
 width: auto;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}
div.footer {
 font-style: italic;
}

.titre {
 color: #dddd66;
 font-weight: bold;
 margin: 20;
 font-size: 160%;
}

.ta-accueil{
 background: #0;
 border: thin solid #dddd66;
 width: 680px;
 text-align: center;
}
.ta-border{
 background: #0;
 border: thick groove #dddd66;
 width: auto;
 text-align: center;
}
.tr-accueil{
 border:thin solid #aaaaaa;
}
.hdp {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-style: italic;
 font-size: .75em;
 color: navy;
}
.td-maj {
 background: #0;
 border: none;
 text-align: left;
 line-height: 110%;
 vertical-align: baseline;
 width: 30%;
}


/*
Thumbs
*/
table {
 background: #0;
 border: none;
 margin: 1em 0 1.25em 0;
 padding: 2px;
}
td {
 background: #0;
 border: none;
 width: auto;
 line-height: 110%;
 vertical-align: baseline;
}
div.caption {
 font-size: 90%;
}

/*
Page
*/
div#navt, div#navb {
 margin-top: 1em;
 margin-bottom: 1em;
}
div#navt a, div#navb a {
 text-decoration: none;
}
div.content {
 background: #0;
 border: none;
 margin: 1em auto 1em auto;
}
div.content#pic {
 padding: 10px;
}
div.content#caption {
 min-width: 160px;
 padding: 5px 10px 5px 10px ;
}
