/*******************
 *     General     *
 *******************/
 
body {
    margin: 0px;
    padding: 0px;
    font-family: arial, sans-serif;
    font-size: 76%;
    text-align: center;
    background: url("../images/bg.jpg") center top #000000;
    color: #FFFFFF;
}

a {
    text-decoration: none;
	outline: none;
    color: #FFFFFF;
}

a img {
    border: none;
}

table, h1, h2, h3, ul, li {
    margin: 0px;
    padding: 0px;
}

ul, li {
    list-style: none;
}

table td {
    vertical-align: top;
}

.text {
    font-size: 1.15em;
}

.red {
    color: #CC0000;
}



/****************
 *     Base     *
 ****************/

div#wrapper {
	width: 960px;	
	margin: auto;
	text-align: left;
}

div#top {
    height: 160px;
    position: relative;
}

h1#logo {
    position: absolute;
    width: 300px;
    height: 70px;
    left: 28px;
    top: 46px;
    background: url("../images/thibaud_duchosal.gif") no-repeat left top;
}

h1#logo a {
    position: absolute;
    height: 100%;
    width: 100%;
    text-indent: -9000px;
}

a#lang_en,
a#lang_fr {
    position: absolute;
    top: 0px;
    height: 25px;
    width: 64px;
    text-indent: -9000px;
}

a#lang_en {
    right: 36px;
    background: url("../images/lang_en.gif") no-repeat left top;
}

a#lang_fr {
    right: 0px;
    background: url("../images/lang_fr.gif") no-repeat left top;
}

div#bottom {
    margin-top: 90px;
}

div#partners {
    text-align: center;
}

div#partners a {
    margin: 0px 25px;
}

div#copyright {
    padding-top: 29px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 0.9em;
	color: #666;
}



/****************
 *     MENU     *
 ****************/
 
ul#menu {
    position: absolute;
    top: 57px;
    right: 0px;
}
 
ul#menu li {
    float: left;
}

ul#menu li a {
    float: left;
    height: 47px;
    margin: 0px 10px;
    text-indent: -9000px;
}

ul#menu li a#m_home, ul#menu li a#m_home_on {
    width: 38px;
}

ul#menu li a#m_home {
    background-image: url("../images/nav_01_home_off.gif");
}

ul#menu li a#m_home_on {
    background-image: url("../images/nav_01_home_on.gif");
}

ul#menu li a#m_news, ul#menu li a#m_news_on {
    width: 38px;
}

ul#menu li a#m_news {
    background-image: url("../images/nav_02_news_off.gif");
}

ul#menu li a#m_news_on {
    background-image: url("../images/nav_02_news_on.gif");
}

ul#menu li a#m_biography, ul#menu li a#m_biography_on {
    width: 74px;
}

ul#menu li a#m_biography {
    background-image: url("../images/nav_03_biography_off.gif");
}

ul#menu li a#m_biography_on {
    background-image: url("../images/nav_03_biography_on.gif");
}

ul#menu li a#m_biographie, ul#menu li a#m_biographie_on {
    width: 78px;
}

ul#menu li a#m_biographie {
    background-image: url("../images/nav_03_biographie_off.gif");
}

ul#menu li a#m_biographie_on {
    background-image: url("../images/nav_03_biographie_on.gif");
}

ul#menu li a#m_photos, ul#menu li a#m_photos_on {
    width: 52px;
}

ul#menu li a#m_photos {
    background-image: url("../images/nav_04_photos_off.gif");
}

ul#menu li a#m_photos_on {
    background-image: url("../images/nav_04_photos_on.gif");
}

ul#menu li a#m_videos, ul#menu li a#m_videos_on {
    width: 47px;
}

ul#menu li a#m_videos {
    background-image: url("../images/nav_05_videos_off.gif");
}

ul#menu li a#m_videos_on {
    background-image: url("../images/nav_05_videos_on.gif");
}

ul#menu li a#m_sponsors, ul#menu li a#m_sponsors_on {
    width: 71px;
}

ul#menu li a#m_sponsors {
    background-image: url("../images/nav_06_sponsors_off.gif");
}

ul#menu li a#m_sponsors_on {
    background-image: url("../images/nav_06_sponsors_on.gif");
}

ul#menu li a#m_contact, ul#menu li a#m_contact_on {
    width: 62px;
}

ul#menu li a#m_contact {
    background-image: url("../images/nav_07_contact_off.gif");
}

ul#menu li a#m_contact_on {
    background-image: url("../images/nav_07_contact_on.gif");
}



/*******************
 *     Content     *
 ******************/
 
div#banner {
    height: 281px;
    background: url("../images/banner.jpg") no-repeat left top;
    margin-bottom: 45px;
}



/***********************
 *     Page Titles     *
 ***********************/

div#news_pagetitle,
div#biography_pagetitle,
div#biographie_pagetitle,
div#photos_pagetitle,
div#videos_pagetitle,
div#sponsors_pagetitle,
div#contact_pagetitle {
	height: 150px;
    margin-bottom: 45px;
}

div#news_pagetitle {
    background: url("../images/news_h2.jpg") no-repeat left top;
}

div#biography_pagetitle {
    background: url("../images/biography_h2.jpg") no-repeat left top;
}

div#biographie_pagetitle {
    background: url("../images/biographie_h2.jpg") no-repeat left top;
}

div#photos_pagetitle {
    background: url("../images/photos_h2.jpg") no-repeat left top;
}

div#videos_pagetitle {
    background: url("../images/videos_h2.jpg") no-repeat left top;
}

div#sponsors_pagetitle {
    background: url("../images/sponsors_h2.jpg") no-repeat left top;
}

div#contact_pagetitle {
    background: url("../images/contact_h2.jpg") no-repeat left top;
}




/****************
 *     Ebox     *
 ****************/

div#eboxContainer h2 {
    margin-bottom: 31px;
}

div#eboxContainer h2 a {
    height: 34px;
    display: block;
    text-indent: -9000px;
}

div#eboxPhotos h2 {
    width: 97px;
    background: url("../images/ebox_photos_title.gif") no-repeat left top;
}

div#eboxVideos h2 {
    width: 83px;
    background: url("../images/ebox_videos_title.gif") no-repeat left top;
}

div#eboxNews h2 {
    width: 64px;
    background: url("../images/ebox_news_title.gif") no-repeat left top;
}

div#interviewContent {
	float: left;
	width: 630px;
}

div#interviewContent h2{
    height: 29px;
    display: block;
    text-indent: -9000px;
	margin-top: 30px;
    padding-bottom: 5px;
    width: 126px;
    background: url("../images/ebox_interview_title.gif") no-repeat left top;
}

div#interviewContent h3 {
	padding-top: 15px;
	padding-bottom: 3px;
	color: #CC0000;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
}

div#eboxResults,
div#eboxResultats {
    float: left;
    width: 300px;
	font-size: 1.2em;
    margin-left: 30px;
}

div#eboxResults h3,
div#eboxResultats h3 {
	padding-top: 10px;
	color: #CC0000;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
}

div#eboxResults h2,
div#eboxResultats h2 {
    height: 29px;
    display: block;
    text-indent: -9000px;
	margin-top: 30px;
    padding-bottom: 5px;
}

div#eboxResults h2 {
    width: 109px;
    background: url("../images/ebox_results_title.gif") no-repeat left top;
}

div#eboxResultats h2 {
    width: 140px;
    background: url("../images/ebox_resultats_title.gif") no-repeat left top;
}

div#eboxPhotos,
div#eboxVideos,
div#eboxNews {
    float: left;
    width: 300px;
    margin-right: 20px;
}

div#eboxNews {
    position: relative;
    width: 320px;
    margin-right: 0px;
}

div#socialNetworks {
    position: absolute;
    top: 7px;
    right: 0px;
}

div#socialNetworks a {
    margin-left: 5px;
}



/****************
 *     News     *
 ****************/

div#eboxNewsContainer {
    font-size: 1.15em;
}

div.news {
    padding-bottom: 12px;
}

div.news h3 {
    font-size: 1em;
}



/*********************
 *     Biography     *
 *********************/
 
div.imgBioContainer {
    text-align: center;
    padding-top: 10px;
}

div#biographyContent {
    padding-bottom: 20px;
}

div#biographyContent img {
    float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

div.bioAuthor {
    text-align: right;
    padding: 10px 20px 0px 0px;
}



/*******************
 *     Contact     *
 *******************/
 
div#contact, div#facebook, div#twitter {
    font-size: 1.15em;
    height: 34px;
    padding-left: 150px;
	padding-bottom: 30px;
	padding-top: 10px;
	margin-left: 50px;
}

div#contact h2, div#facebook h2, div#twitter h2 {
	float: left;
    text-indent: -9000px;
}

div#contact a, div#facebook a, div#twitter a {
	color: #FFF;
}

div#contact {
    background: url("../images/email.gif") no-repeat left top;
}

div#facebook {
    background: url("../images/facebook.gif") no-repeat left top;
}

div#twitter {
    background: url("../images/twitter.gif") no-repeat left top;
}


/********************
 *     Sponsors     *
 ********************/

div#sponsorContainer, div#partnerContainer {
    font-size: 1.15em;
	float: left;
	width: 450px;
}

div#sponsorContainer {
    margin-right: 60px;
}

div.sponsorContent {
    float: left;
    width: 300px;
}

div.sponsorTitle {
    padding-top: 10px;
    font-weight: bold;
}

a.sponsorImg {
    float: left;
    width: 130px;
    margin-right: 20px;
	text-align: center;
	padding-top: 12px;
}

div.sponsor {
    padding: 10px 0px;
}

div#sponsorContainer h2,
div#partnerContainer h2 {
    height: 29px;
    display: block;
    text-indent: -9000px;
    padding-bottom: 5px;
}

div#sponsorContainer h2 {
    width: 129px;
    background: url("../images/ebox_sponsors_title.gif") no-repeat left top;
}

div#partnerContainer h2 {
    width: 129px;
    background: url("../images/ebox_partners_title.gif") no-repeat left top;
}


/****************
 *     News     *
 ****************/

div#newsContainer {
    float: left;
    width: 700px;
    font-size: 1.15em;
    position: relative;
}

div#calendarContainer, div#calendrierContainer {
    float: right;
    width: 235px;
    padding-left: 25px;
	font-size: 1.15em;
}

div#newsContainer h2 {
    height: 34px;
    text-indent: -9000px;
    width: 64px;
    background: url("../images/ebox_news_title.gif") no-repeat left top;
    padding-bottom: 20px;
}

div#calendarContainer h2, div#calendrierContainer h2 {
    height: 34px;
    display: block;
    text-indent: -9000px;
    padding-bottom: 20px;
    width: 145px;
}

div#calendarContainer h2 {
    background: url("../images/ebox_calendar_title.gif") no-repeat left top;
}

div#calendrierContainer h2 {
    background: url("../images/ebox_calendrier_title.gif") no-repeat left top;
}

div#calendarContainer h3, div#calendrierContainer h3 {
    display: block;
	color: #CC0000;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: -1px;
}

div.event {
    padding-bottom: 12px;
}



/******************
 *     Photos     *
 ******************/

div#galleries {
    padding-top: 10px;
}

div.gallery {
    float: left;
    cursor: pointer;
    margin: 0px 15px;
	height: 34px;
}

div#galleries div.selected {
    color: #CC0000;
}

div#galleries div#gArgentine.selected, div#galleries div#gArt.selected, div#galleries div#gNz.selected, div#galleries div#gFrance.selected, div#galleries div#gUsa.selected, div#galleries div#gSwitzerland.selected, div#galleries div#gRussia.selected {
	background-position: bottom;
}

div#galleries div#gArgentine, div#galleries div#gArt, div#galleries div#gNz, div#galleries div#gFrance, div#galleries div#gUsa, div#galleries div#gSwitzerland, div#galleries div#gRussia {
	text-indent: -9000px;
	background-position: top;
}

div#galleries div#gArgentine {
	background-image: url("../images/galleries_thumb_argentina.gif");
	width: 137px;
	background-repeat: none;
}

div#galleries div#gArt {
	background-image: url("../images/galleries_thumb_art.gif");
	width: 47px;
	background-repeat: none;
}

div#galleries div#gNz {
	background-image: url("../images/galleries_thumb_nz.gif");
	width: 173px;
	background-repeat: none;
}


div#galleries div#gFrance {
	background-image: url("../images/galleries_thumb_france.gif");
	width: 94px;
	background-repeat: none;
}


div#galleries div#gUsa {
	background-image: url("../images/galleries_thumb_usa.gif");
	width: 47px;
	background-repeat: none;
}


div#galleries div#gSwitzerland {
	background-image: url("../images/galleries_thumb_switzerland.gif");
	width: 167px;
	background-repeat: none;
}


div#galleries div#gRussia {
	background-image: url("../images/galleries_thumb_russia.gif");
	width: 86px;
	background-repeat: none;
}

