/*
    Document   : style
    Created on : 1 oct. 2009, 09:39:01
    Author     : gus
    Description:
        Purpose of the stylesheet follows.
*/

body {
    background-color: #000120;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #2a3645;
}

body a {
    color: #4065AA;
    text-decoration: none;
    font-weight: bold;
}

body a:hover {
    color: #E39714
}

.header {
    background-image: url('../images/header.jpg');
    background-repeat: no-repeat;
    background-color: #000120;
    background-position: center top;
    height: 250px;
}

.container {
/*border:1px solid #FFF;*/
    background-image: url('../images/container_bg.gif');
    background-repeat: repeat-y;
    width: 944px;
    margin: 0 auto;
}

.menu {
    background-image: url('../images/menu_bg.gif');
    background-repeat: repeat-x;
    height: 45px;
    margin: 0 12px;
}

.menu .left, .menu .right {
    height: 45px;
    width: 7px;
}

.menu .left {
    float: left;
    background-image: url('../images/menu_left.gif');
}

.menu .center {
    float: left;
    padding-left: 70px;
}

.menu .right {
    float: right;
    background-image: url('../images/menu_right.gif');
}

.menu .center .separator {
    background-image: url('../images/separator.gif');
    width: 1px;
    height: 45px;
    display: inline-block;
    float: left;
    margin: 0 20px;
}

.menu .center a {
    display: block;
    float: left;
    height: 45px;
}

.menu .center a:hover {
    background-position: 0 45px;
}

.menu .center a.visiting {
    background-image: url('../images/bt_visiting.gif');
    width: 87px;
}

.menu .center a.exhibitor {
    background-image: url('../images/bt_exhibitor.gif');
    width: 135px;
}

.menu .center a.raffle {
    background-image: url('../images/bt_raffle.gif');
    width: 123px;
}

.menu .center a.what {
    background-image: url('../images/bt_what.gif');
    width: 147px;
}

.menu .center a.advertisers {
    background-image: url('../images/bt_advertisers.gif');
    width: 118px;
}

.content {
    background-image: url('../images/menu_bottom.gif');
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0;
    padding: 0;
    text-align: left;
}

.content .left-menu {
    margin-left: 15px;
    margin-top: 11px;
    float: left;
    display: inline;
}

.content .left-menu .top {
    background-image: url('../images/menu_left_top.jpg');
    width: 156px;
    height: 35px;
}

.content .left-menu .middle {
    background-image: url('../images/menu_left_middle.jpg');
}

.content .left-menu .bottom {
    background-image: url('../images/menu_left_bottom.jpg');
    width: 156px;
    height: 35px;
}

.content .left-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.content .left-menu ul li {
    margin: 0;
    padding: 0;
    background-image: url('../images/puce.gif');
    background-repeat: no-repeat;
    background-position: 0 9px;
    padding-left: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 20px;
    color: #4065aa;
    font-weight: bold;
    font-size: 0.7em;
}

.content .left-menu ul li:first-child {
    padding-top: 0;
    background-position: 0 5px;
}

.content .left-menu ul li:last-child {
    padding-bottom: 0;
}

.content .left-menu ul li a {
/*color:#4065aa;*/
    text-decoration: none;
    display: block;
    width: 110px;
}

.content .left-menu ul li a:hover {
/*text-decoration:underline;*/
/*color:#E39714;*/
}

.content .text {
    float: left;
    width: 559px;
    text-align: justify;
}

* html .content .text {
    width: 532px;
}

.content h1 {
    background-image: url('../images/boule.gif');
    background-repeat: no-repeat;
    text-align: left;
    height: 50px;
    margin-left: 35px;
    margin-top: 10px;
    padding-left: 58px;
    padding-top: 20px;
    color: #02356b;
    font-size: 1.5em;
    font-weight: bold;
}

* html .content h1 {
    height: 70px;
}

/* hack css pour le bug d'interpretation du height avec padding d'IE6 */

.content h2 {
    color: #0454ac;
    background-image: url('../images/h2_bg.jpg');
    background-repeat: no-repeat;
    background-position: 0 10px;
    margin: 0;
    padding: 0;
    padding-left: 13px;
    padding-bottom: 5px;
    font-size: 1.1em;
}

.content .exhibitors-box {
    margin: 0 15px;
}

.content .exhibitors-box a {
    color: #4065AA;
    text-decoration: none;
    font-weight: bold;
}

.content .exhibitors-box a:hover {
    text-decoration: underline;
}

.content .exhibitors-box .image {
    float: left; /*width:150px;*/
}

.content .exhibitors-box .image img {
    padding: 1px;
    border: 1px solid #000;
    background-color: #999999;
}

.content .exhibitors-box .image img.nopict {
    padding: 2px;
    border: 0;
    background-color: transparent;
}

.content .exhibitors-box .exhibitor-content {
    float: left;
    width: 375px;
}

* html .content .exhibitors-box .exhibitor-content {
    width: 365px;
}

.content .exhibitors-box .exhibitor-content h2 {
    margin-left: 13px;
}

.content .exhibitors-box .exhibitor-content p {
    margin: 0;
    padding: 0;
    margin-left: 13px;
}

.content .exhibitors-box .exhibitor-content p.infos {
    font-size: 0.75em;
}

.content .small-separator {
    width: 205px;
    margin-left: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
    background-image: url('../images/separator_small.jpg');
    background-position: center;
    background-repeat: no-repeat;
}

.content .big-separator {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
    height: 3px;
    background-image: url('../images/separator_big.jpg');
    background-position: center;
}

.content .exhibitors-groups {
    margin-left: 35px;
}

.content .exhibitors-groups .active {
    font-size: 1.5em;
    font-weight: bold;
}

.content h1 div {
    background-image: url('../images/boule.gif');
    background-repeat: no-repeat;
}

.content p {
    margin-top: 0px;
    padding: 0 10px;
    font-size: 0.8em;
    color: #2a3645;
}

.content .more-info {
    color: #F00;
    font-weight: bold;
    font-size: 0.7em;
}

p.intro {
    font-style: italic;
}

p.intro-sub {
    font-weight: bold;
    text-align: left;
}

.image-with-subtitle {
    margin: 0px;
}

.image-with-subtitle p {
    padding: 0;
}

.content .col-left {
    width: 270px;
    float: left;
}

.content .col-right {
    width: 270px;
    float: right;
}

* html .content .col-left {
    width: 255px;
}

* html .content .col-right {
    width: 255px;
}

.content .col-right p {
    text-align: left;
}

.content .col-left p {
    overflow: auto;
    text-align: left;
}

* html .col-left p {
    padding: 0;
}

* html .col-right p {
}

.right-col {
    float: right;
    margin-right: 15px;
    margin-top: 11px;
    display: inline;
}

.right-col .photos .top {
    background-image: url('../images/photo-right-top.jpg');
    width: 185px;
    height: 18px;
}

.right-col .photos .middle {
    background-image: url('../images/photo-right-middle.jpg');
    text-align: center;
    margin: 0;
    padding: 0;
    width: 185px;
}

.right-col .photos .middle img {
    padding: 0;
    margin: 0;
}

.right-col .photos .bottom {
    background-image: url('../images/photo-right-bottom.jpg');
    width: 185px;
    height: 17px;
    background-repeat: no-repeat;
}

.sponsor {
    height: 169px;
    background: url('../images/admission_free.gif') top right no-repeat;
}

.sponsor .sponsor-container {
    padding-top: 80px;
}

.footer {
    background-image: url('../images/footer_bg.gif');
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 25px;
    font-size: 0.8em;
    padding-bottom: 10px;
    background-color: #000120; /*margin-top:148px;*/
}

.footer a {
    text-decoration: none;
    font-weight: bold;
    color: #4065aa;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .exhibitors {
    font-size: 0.7em;
}

.banner-admission {
    position: relative;
    vertical-align: bottom;
    bottom: 0;
    right: 0;
}

.banner-admission img {
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    right: 0;
    top: -194px;
    z-index: 0;
}

* html .banner-admission img {
    top: -219px;
}

*+html .banner-admission img {
    top: -219px;
}

/*
* GALLERIE PHOTOS
*/
.galery li a {
    margin: 0;
    padding: 0;
    display: block;
}

.galery {
    overflow: auto;
    margin: 0 0 0 0;
    padding: 5px 3px 0 3px;
}

.galery  li {
    float: left;
    text-align: center;
    overflow: hidden;
    padding: 20px;
    display: block;
    width: 160px;
}

.galery  a img {
/*max-height:112px;*/
    max-width: 150px;
    padding: 4px;
    border: 1px solid #AAA;
    margin: 0px;
    background-color: #EEEEEE;
    display: block;
}

.galery  a {
    display: block;
}

.galery  a:hover img {
    border-color: #3b5998;
}

.galery  a:hover {
    text-decoration: none;
}

.galery .legend {
    font-size: 0.75em;
    margin-top: 3px;
}

.galery .pict {
    float: left;
    text-align: center;
    overflow: hidden;
    padding: 9px 20px;
    display: block;
    margin: 0 auto;
}

.galery .pict-line {
    overflow: auto;
}

.galery .pict_container {
    width: 200px;
    float: left;
    text-align:center;
}

.image-content {
    padding: 4px;
    background-color: #FFF;
    border: 1px solid #AAA;
    margin: 4px;
}

.pagination {
    font-size: 0.8em;
    text-align: center;
}

.categories {
    text-align: center;
    margin-top: 5px;
}

.companies {
    font-size: 0.8em;
    margin: 20px 20px 0 20px;
}

.companies table {
    width: 100%;
    margin-bottom: 5px;
}

.companies table thead td {
    padding: 3px 5px 6px 5px;
    font-weight: bold;
    border-bottom: 2px solid #6678B1;
}

.companies table tbody td.cat a {
    font-weight: normal;
}

.companies table tbody td {
/*border-bottom:1px solid #FFF;*/
}

.exhibitor a {
    display: block;
    padding: 4px 5px;
}

.companies table tr.alt {
    background-color: #E5E5E5;
}

.companies table tr.hover {
    background-color: #F9F9F9;
}

.companies table tr.hover a {
    color: #E39714
}

.frame {
    padding: 8px;
    background-color: #FFF;
    border: 1px solid #323232;
}

.fram iframe {
    display: block;
}

* html .frame {
    padding: 4px;
    width: 540px;
}

/*
    yDSF (ydnar Drop-Shadow-Fu)
    ydnar@sixapart.com - http://www.sixapart.com
*/

.ydsf {
    display: block;
    position: relative;
    margin: 4px -4px -4px 4px;
    background: url(../images/shadow-grid.gif) repeat;
}

/* ie6 ignores this selector */
html>body .ydsf {
    margin: 10px -10px -10px 10px;
    background: url(../images/shadow.png) right bottom no-repeat;
}

/* shadow corners */
.ydsf:before,
.ydsf:after {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    background: inherit;
}

.ydsf:before {
    position: absolute;
    top: 0;
    right: 0;
    margin: -10px 0 0 auto;
    background-position: right top;
}

.ydsf:after {
    margin: -10px 0 0 -10px;
    background-position: left bottom;
}

.ydsf .inner {
    display: block;
    position: relative;
    overflow: hidden; /* prevents margin leakage from child elements */
    left: -4px;
    top: -4px;
}

/* ie6 ignores this selector */
html>body .ydsf .inner {
    left: -10px;
    top: -10px;
    margin: 0;
}

/* helper classes (not YDSF related) */

.demo-ydsf {
    position: relative;
    border: 1px solid #999;
    padding: 10px;
    background: #fff url(../images/gradient.jpg) left top repeat-x;
}

.clear {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.left {
    float: left;
    display: inline; /* fixes ie double margin-left bug */
}

.right {
    float: right;
}

.note {
    width: 200px;
    border: 1px solid #666;
    padding: 10px;
    background: #ffc;
    color: #333;
}

.back a {
    margin: 10px;
    padding: 10px;
}

.back a:hover {
}

.booking {
}

.booking a {
    background-image: url('../images/download_booking.gif');
    display: block;
    width: 156px;
    height: 82px;
}

/*winners table*/
.winners {
/*color: #4065AA;*/
}

.winners td {
    padding: 4px 5px;
}

