/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

#ref, .ref {
    display: none;
}

#page {
    position: absolute;
    width: 1003px;
    height: 606px;
    top: 50%;
    left: 50%;
    margin-top: -303px;
    margin-left: -501px;
    background: transparent url(../templates/ombre_background.png) repeat-y top left;
}

#top {
    height: 3px;
    background: transparent url(../templates/ombre_top.png) no-repeat top left;
}

#flash {
    height: 600px;
    text-align: center;
}

#bottom {
    height: 3px;
    background: transparent url(../templates/ombre_bottom.png) no-repeat bottom left;
}

#signature {
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #999999;
}

#signature a, #signature a:visited {
    text-decoration: none;
    color: #999999;
}

#signature a:hover {
    color: #333333;
}
/* ####### INTRO:PAGE INDEX ####### */
#intro_logo {
    width: 490px;
    height: 115px;
    background: transparent URL(../templates/logo-blb.jpg)
	no-repeat top left;
	margin:5px
	auto 0 auto;
}

#flash_intro {
    height: 400px;
    text-align: center;
}

#intro_fond span {
    /*color: #01AABF;*/
	color:#000;
	font-size:15px;
}

#intro_fond h2 {
    font-size: 10px;
    text-align: center;
}
/* Selection de la langue */
#select_lang {
    font-size: 14px;
    width: 300px;
    height: 25px;
    margin: 0 auto 25px auto;
}

#select_lang ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#select_lang li {
    float: left;
    width: 150px;
    margin: 0;
    padding: 0;
}

#select_lang a, #select_lang a:visited {
    display: block;
    text-align: center;
    width: 150px;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    color: #666666;
    font-weight: bold;
}

#select_lang a:hover {
    color: #01AABF;
}
/* ################################ */