/*
 *
 * design.css
 *
 * Alexandre STEIGMEIER pour Lemano13.net
 * 27 juillet 2008
 *
 * Définit les styles globaux du design de l'ensemble du site
 *
 */
html, body {
    height: 100%;
}
body {
    margin: 0px;
    padding: 0px;
    background-image: url(../img/page_fond.png);
    background-repeat: repeat-x;
}

/*--------------------------------------------
 * Elements de pages IDentifiés
*/
#voile {
    position: fixed;
    left: 0; right: 0; top: 0; bottom: 0;
    background-image: url(/img/voile.png);
    z-index: 1000;
}
#box {
    background-color: #444;
    width: 200px;
    height: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -65px;
}
#page {
    min-height: 100%;
    position: relative;
    width: 999px;
    margin: 0 auto;
}
#contenu {
    padding-bottom: 40px;
}
#controles {
    width: 999px;
    margin: 0 auto;
    position: absolute;
}
#controles p {
    margin: 0;
    padding: 0 3px 0 0;
    text-align: right;
    color: #fff;
}
#controles p a:link, #controles p a:visited {
    color: #fff;
    border-width:0;
    text-decoration:none;
}
#controles p a:hover {
    color: #bbb;
}
#titre {
    background-image: url(../img/panorama.png);
    background-repeat: repeat-x;
    background-position: top left;
    width: 100%;
    margin-bottom: 50px;
    padding-top: 100px;
}
#titre p {
    margin: 0;
    padding: 0;
    line-height: 0;
}
#titre p a {
    border-width: 0;
    text-decoration: none;
}
#titre p a:hover {
    border-width: 0;
    text-decoration: none;
}
#titre .titre_liens img { /* Pour mettre un espace autour des images pour les liens, pas pour le titre */
    margin-left: 40px;
    margin-bottom: 20px;
    margin-top: 0;
    border-width: 0;
}
#douiouno {
    border: 1px solid red;
    width: 200px;
    float: right;
}
#menu {
    background-image: url(../img/menu.png);
    background-repeat: repeat-x;
    background-position: top left;
    height: 42px;
    position: absolute;
    top: 148px;
    z-index: 200;
}
#menu img {
    border-width: 0;
    margin-right: 3px;
}
#menu p {
    margin: 0 35px;
    padding: 0 !important;
    padding-top: 8px; /* Correction d'un bug d'IE 6, puisqu'il ne prend pas l'!important (line-height bug)*/
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 32px;
    vertical-align: top;
}
#menu p a {
    color: #fff;
    border-width: 0px;
    text-decoration: none;
    margin: 0;
}
#menu p .active {
    color: #537398;
}
#menu p a:hover {
    color: #8ba6c4;
    text-decoration: none;
    border-width: 0;
}
#pied {
    background-color: #1b395b;
    position: absolute;
    bottom: 0;
    width: 100%;
}
#pied p {
    margin: 0;
    padding: 0;
    line-height: 30px;
    text-align: center;
    color: #eee;
}
#pied p a {
    color: #8ba6c4;
    border-width: 0;
    text-decoration: none;
}
#pied p a:hover {
    text-decoration: underline;
    border-width: 0;
}
#userConnected {
    position: absolute;
    top: 180px;
    right: 0;
}
#userConnected p {
    font-size: 0.7em;
}

/*--------------------------------------------
 * Elements de pages balisés
 */
h1, h2, h3, h4, h5, a, p, ul, ol, li, label, input, textarea, dd, table {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    color: #000;
}
h1, h2, h3, h4, h5, p, ul, ol {
    margin: 5px 15px 5px 15px;
    padding: 5px 15px 5px 15px;
    color: #1b395b;
}
h1 {
    font-size: 1.7em;
    text-align: center;
    margin-bottom: 30px;
}
h2 {
    font-size: 1.4em;
    color: #2a598e;
    width: 30%;
    border-bottom: 1px solid #2a598e;
    margin-bottom: 30px;
}
h3 {
    font-size: 1.1em;
    color: #3169a8;
    width: 20%;
    border-bottom: 1px solid #3169a8;
    margin-bottom: 30px;
}
p, ul {
    font-size: 0.8em;
    text-align: justify;
}
ul {
    padding-left: 50px;
}
dd {
    font-size: 0.6em;
}
p img, li img {
    vertical-align: middle;
    margin: 0;
}
a:link, a:visited {
    text-decoration: none;
    border-width: 0px;
    border-bottom: 1px dotted #000;
}
a:hover {
    border-bottom: 1px solid #666;
    color: #666;
}

/*--------------------------------------------
 * Elements de pages CLASSés
 */
.img  img{
    border: 1px solid #193452;
}
dl.image {
    border-width: 1px;
    text-align: center;
    padding: 0;
    float: left;
}
.image dt img {
    border-width: 0;
    text-align: center;
}
.image dd {
    text-align: center;
}
.centre {
    text-align: center;
}
.droite {
    text-align: right;
}
.fixed {
    position: fixed;
}
.clear {
    clear: both;
}
.imgAccueil {
    width: 390px;
    margin: 0 auto;
}
.noBorder {
    border-width: 0;
}
.noBorder img {
    border-width: 0;
}
.noBorder a:link, .noBorder a:visited {
    text-decoration: none;
    border-width: 0px;
}
.noBorder a:hover {
    text-decoration: none;
    border-width: 0px;
}