*
{
    margin: 0;
    padding: 0;
    white-space: normal;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana, sans-serif;
    outline: 0;
}

body, td, th, input, textarea
{
    /*font:13px arial, verdana, sans-serif;*/
    font-size: 13px;
    color: #3595a3;
}

body
{
    background-color: #3595a3;
    background-image: url(../media/masterpageOfficiel/BackGround_SiteOfficiel.jpg);
    background-repeat: repeat;
    background-position: 50% -337px;
}
a
{
    text-decoration: none;
}

a.centPourCent
{
    display: block;
    width: 100%;
    height: 100%;
}
/*------------------HEADER---------------------------*/
header
{
    display: block;
}

.header
{
    display: block;
    width: 100%;
    min-width: 920px;
    height: 543px;
    margin: 0 auto;
    background-image: url(../media/masterpageOfficiel/background-header.png);
    background-repeat: no-repeat;
    background-position: center 30px;
    padding-top: 13px;
    position: relative;
    z-index: 2;
}

.header .content
{
    min-width: 920px;
    max-width: 1000px;
    margin: auto;
    height: 530px;
}

#blocHaut
{
    width: 920px;
    margin: 0 auto;
}

#blocHaut .changeLangue
{
    margin-left: 0px;
    width: 500px;
    padding: 0 5px 0 5px;
}

#blocHaut li
{
    display: inline-block;
}

#blocHaut .changeLangue img
{
    border: 1px solid #252525;
}

#blocHaut h1
{
    width: 1px;
}

#blocHaut h1 span
{
    display: none;
}

#blocHaut ul.social
{
    float: right;
    margin-top: -20px;
}

#blocHaut a.twitter, #blocHaut a.facebook, #blocHaut a.vimeo
{
    display: block;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    background: transparent;
    margin-right: 3px;
    background-position: 0px 0px;
    border: none;
}

#blocHaut a.twitter
{
    background: url( "../media/resaux_sociaux/ico_twitter.jpg" ) no-repeat;
}

#blocHaut a.facebook
{
    background: url( "../media/resaux_sociaux/ico_facebook.jpg" ) no-repeat;
}

#blocHaut a.vimeo
{
    background: url( "../media/resaux_sociaux/ico_vimeo.jpg" ) no-repeat;
}

#blocHaut a:hover
{
    background-position: 0px -15px;
}
header #lienBanniere
{
    position: absolute;
    left: 0;
    width: 100%;
}
header #lienBanniere a
{
    text-indent: -9999px;
    width: 920px;
    height: 450px;
    margin: auto;
}
#parallax
{
    position:absolute; 
    z-index:6;
    margin-left:-70px; 
    margin-top:50px;
}
a#connexionSite
{
    height: 15px;
    padding: 0px 5px 0px 35px;
    margin-right: 0px;
    text-decoration: none;
    alpha: 0.7;
    background: url( "../media/masterpageOfficiel/login.png" ) no-repeat;
    color: #2f2f2f;
}
a#connexionSite:hover
{
    background-position: 0 0;
}

#connexionSite p
{
    color: #000;
    font-size: 10px;
    background: transparent url(../media/home/flecheP.png) no-repeat 10px 3px;
    padding-left: 30px;
}

.menuGeneral
{
    width: 230px;
    height: 100px;
    margin: 220px 40px 110px 0px;
    font-size: 11px;
    color: #333333;
    float: right;
    position: relative;
    z-index: 10;
}
/*/////Boutons HEADER/////*/
.organisateurs0, .presse0, .competition0
{
    padding-right: 10px;
    margin-bottom: 20px;
    height: 40px;
    list-style-type: none;
}

.menuGeneral a
{
    color: #777777;
    font-size: 11px;
    text-align: right;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    background: url( "../media/home/flecheBlack.png" );
    background-repeat: no-repeat;
    background-position: -5px 0; /*Transitions CSS3: */
    transition-property: background-position;
    transition-duration: 0.5s;
    -webkit-transition-property: background-position;
    -webkit-transition-duration: 0.5s;
    -moz-transition-property: background-position;
    -moz-transition-duration: 0.5s;
}

.menuGeneral .competition0 a
{
    background: none;
}

.menuGeneral a:hover
{
    background-position: 5px 0;
}

.competition0
{
    margin-top: 26px;
}

.menuGeneral span
{
    font-size: 15px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
    color: #232024;
}

.organisateurs0:hover, .presse0:hover, .competition0:hover
{
    text-decoration: underline;
}

/*.header h1
{
    width:435px;
    height:28px;
	background-color:yellow;
    background:transparent url(/media/masterpageOfficiel/worldsnowboardday.png) no-repeat top left;
    margin-left:28px;
    margin-top:9px;
    padding-bottom:0px;
    margin-bottom:0px;
    display:block;
    cursor:pointer;
}
*/

/*/////////////////MENU/////////////////*/
.menuSiteOfficiel
{
    width: 897px;
    margin: 50px 0px 0px 50px;
    float: left;
}

.menuSiteOfficiel li
{
    color: #006877;
    width: auto;
    float: left;
    list-style-type: none;
    padding: 0px 10px;
    border-right: 1px solid #006877;
    height: 13px;
}

.menuSiteOfficiel li a span
{
    color: #2e8390;
    width: auto;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    padding: 8px 10px;
    margin-top: -8px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.menuSiteOfficiel #liContact
{
    border-right: 0px solid #006877;
}

.menuSiteOfficiel li a:hover span, .menus .menuSiteOfficiel li a.select span
{
    color: #FFF;
    background: #2e8390;
}

/*///////////////FOOTER////////////////*/
footer
{
    display: block;
}

.footer
{
    width: 920px;
    margin: 20px auto 0;
    min-height: 150px;
    clear: both;
    background: url( "../media/masterpageOfficiel/footer_logo.png" );
    background-repeat: no-repeat;
    background-position: right;
}

.footerContent, .footerContent a
{
    color: #00686a;
    font-size: 11px;
}

.ozConseil, .ozConseil a
{
    font-weight: bold;
    color: white;
}

.footerContent .copyright
{
    width: 938px;
    margin: auto;
}
/*/////// Boutons suivez-nous ///////*/
.otherLinks
{
    display: block;
    clear: both;
}

.otherLinks a
{
    color: black;
}

#bt_twitter, #bt_myspace, #bt_flickr, #bt_vimeo
{
    display: inline-block;
    height: 32px;
    margin: 0 3px 0 0;
    width: 225px;
    color: #494949;
    text-align: left;
    text-indent: 20px;
    margin-top: 10px;
    padding-top: 7px;
    text-decoration: none;
    font-size: 14px;
}

#bt_twitter
{
    background: url( "../media/resaux_sociaux/bt_twitter.png" ) no-repeat scroll 0% 0;
}

#bt_vimeo
{
    background: url( "../media/resaux_sociaux/bt_vimeo.png" ) no-repeat scroll 0% 0;
}

#bt_flickr
{
    background: url( "../media/resaux_sociaux/bt_flickr.png" ) no-repeat scroll 0% 0;
}

#bt_myspace
{
    background: url( "../media/resaux_sociaux/bt_myspace.png" ) no-repeat scroll 0% 0;
}

#bt_twitter:hover
{
    background: url( "../media/resaux_sociaux/bt_twitter.png" ) no-repeat scroll -225px 0;
}

#bt_vimeo:hover
{
    background: url( "../media/resaux_sociaux/bt_vimeo.png" ) no-repeat scroll 100% 0;
}

#bt_flickr:hover
{
    background: url( "../media/resaux_sociaux/bt_flickr.png" ) no-repeat scroll 100% 0;
}

#bt_myspace:hover
{
    background: url( "../media/resaux_sociaux/bt_myspace.png" ) no-repeat scroll 100% 0;
}

#bt_twitter span, #bt_myspace span, #bt_vimeo span, #bt_flickr span
{
    display: none;
}

/*ENCART CONTACT*/
div#popContact_content
{
    position: absolute;
    height: 424px;
    width: 456px;
    padding: 7px;
    overflow: hidden;
    background: #eaeaea;
    z-index: 110;
}

div#popContact_content .cancel span
{
    display: none;
}

div#popContact_content .cancel
{
    float: right;
    display: block;
    width: 19px;
    height: 17px;
    background: transparent url(../media/masterpage/passwordClose.jpg) no-repeat top left;
    margin: 0px 0px 0px -40px;
}

div#popContact_content h2
{
    margin-top: 4px;
    clear: both;
}
div#popContact_content h2 span
{
    padding: 5px; 
    display: inline;
    background-color: #FAAB00;
    float: none;
    text-align: center;
}

div#popContact_content p
{
    color: #000000;
    margin-left: 21px;
    margin-top: 2px;
    margin-right: 21px;
    line-height: 22px;
}

div#popContact_content span, div#popContact_content > label
{
    color: #000000;
    margin-left: 21px;
    display: inline-block;
    width: 100px;
    line-height: 18px;
    height: 18px;
    vertical-align: top;
}

div#popContact_content input
{
    padding-left: 4px;
    color: #000000;
    border: none;
    background-color: #ccc;
    width: 258px;
    height: 18px;
    margin-bottom: 2px;
}

div#popContact_content .msginput
{
    border: none;
    background-color: #ccc;
    width: 258px;
    height: 88px;
    margin-top: 1px;
    margin-top: 0px;
}

div#popContact_content .contact_radio
{
    border: none;
    background-color: transparent;
    width: 18px;
}

div#popContact_content .contact_radioSp
{
    width: 53px;
    margin-left: 0px;
}

div#popContact_content .sendBtn span
{
    display: block;
    width: 40px;
    height: 18px;
    background: #FAAB00;
    color: black;
    margin: 6px 0px 0px 303px;
    padding: 3px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

div#popContact_content .sendBtn span:hover
{
    background: #4D4D4D;
    color: #FAAB00;
}

div#popContact_content .msg
{
    text-align: right;
    padding-top: 5px;
    color: #e30066;
    padding-right: 69px;
}

div#popContact_content .asterisk
{
    margin-left: 0px;
    color: #000;
    width: 3px;
}

div#popContact_content textarea
{
    color: #000000;
    padding-left: 4px;
}


