/*------------------------------------------------------------------------------
* DISPLED © | design & code by ROSA FILMS 2012
*-----------------------------------------------------------------------------*/

* {
    margin:0;
    padding:0;
}

body{
    background: #202020;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 1em;
    color:#fff;
    text-align: left;
}

/*------------------------------------------------------------------------------
* MY CSS NORMALIZES & GLOBAL CSS
*-----------------------------------------------------------------------------*/

a:active, a:focus, a:visited{border: none; outline: none;text-decoration: none;}
input:active, input:focus, input:visited, textarea:focus, textarea:visited, textarea:active{ outline: none !important;}
a img {border: none;outline: none;text-decoration: none;}
a{color: #4f91a7;text-decoration: none;outline: none;font-weight: 600;}
a:hover{color: #00b6f2;}
::selection{color:#fff;background-color: #385060;text-shadow: 1px 1px 0 #000;} /* content selection color (CSS3) */
.clearfix{display: block;clear: both;}
.column embed, .column iframe, .column video, .column .video {width: 374px !important; border: 3px solid #d7d7d7; margin: 0 0 20px 0;}
.content embed, .content iframe, .content video, .content .video{width: 374px !important; -moz-box-shadow: 5px 5px 5px #111;-webkit-box-shadow: 5px 5px 5px #111;box-shadow: 5px 5px 5px #111;margin: 0 20px 0 0; /* align text on 960GS */}

span.border{
    display: block;
    width: 100%;
    height: 20px;
    background-image: url('../img/interface/border.jpg');
    background-repeat: repeat-x;
}

p{
    line-height:16pt;
    font-size: .9em;
    font-weight: 200;
    font-style: italic;
    background:  none !important;
    color: #fff !important;
}

ul, ol, dl{
    font-size: 0.9em;
    margin-bottom: 10px;
}

li, dt, dd{
    line-height: 16pt;
    list-style: disc;
    margin-left: 20px;
}

h1, h2, h3, h4{
    font-weight: 200;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 25px 0;
    text-shadow: 2px 2px 2px #111111;
}

/*------------------------------------------------------------------------------
* GENERAL
*-----------------------------------------------------------------------------*/

#general{
    width: 960px;
    margin: 0 auto;
    background-image: url('../img/interface/gradient.png');
    background-repeat: no-repeat;
    position: relative;
}

#general section{
    width: 940px;
    margin-left: 10px; /* align to 960GS */
}

.content{
    width: 800px;
    float: left;
    margin-left: 80px; /* manual align to center */
}

.column{
    width: 380px;
    float: left;
    margin-right: 20px;
}

.column h1,.column h2,.column h3,.column h4{
    font-size: 1em;
    text-align: left;
    margin-bottom: 10px;
}

.column p{
    margin: 10px 0 10px 0;
}

/* Backgrounds entre chaque catégorie (bottom est dans footer) */

#bgTop, #bgNews, #bgAbout, #bgEquipment, #bgGallery, bgContact{ /* all backgrounds with colored dots (from top to bottom) */
    background-repeat: no-repeat;
    margin-left: 10px;
}

#bgTop{
    width: 100%;
    height: 94px;
    background-image: url('../img/interface/bg_blue.jpg');
}

#bgNews{
    width: 100%;
    height: 176px;
    background-image: url('../img/interface/bg_purple.jpg');
}

#bgAbout{
    width: 100%;
    height: 176px;
    background-image: url('../img/interface/bg_green.jpg');
}

#bgEquipment{
    width: 100%;
    height: 176px;
    background-image: url('../img/interface/bg_yellow.jpg');
}

#bgGallery{
    width: 100%;
    height: 176px;
    background-image: url('../img/interface/bg_green.jpg');
}

/* Espacements à cause du scrollTo sous le menu en fixed */

header#top{
    padding-top: 80px;
}

section#news, section#about, section#equipment, section#gallery, section#contact{
    padding-top: 50px;
}

/*------------------------------------------------------------------------------
* #top (header)
*-----------------------------------------------------------------------------*/

header nav{
    text-transform: uppercase;
    position: fixed;
    top: 0;
    background-image: url('../img/interface/ul.jpg') !important;
    background-repeat: repeat-x;
    margin-left: 80px;
    height: 37px;
    width: 800px;
    z-index: 1000;
    overflow:  hidden;
}

header nav li{
    float: left;
    padding: 5px 5px 10px 5px;
    margin: 0 12px 0 12px; 
}

header nav li a{
    color: #e1e1e1;
    padding: 5px 8px 10px 8px;
    font-weight: 200;
    font-size: 1.2em;
}

header nav li a:hover{
    color: #fff;
}

.viewport{ /* addClass jquery on menu if the distance from the top reach a new category  */
    background-image: url('../img/interface/ul_hover.jpg');
}

/*------------------------------------------------------------------------------
* #about & news & equipment
*-----------------------------------------------------------------------------*/

section#about, section#news, section#equipment{
    min-height: 380px;
}

section#about img, section#news img{
    float: left;
    -moz-box-shadow: 5px 5px 5px #111;
    -webkit-box-shadow: 5px 5px 5px #111;
    box-shadow: 5px 5px 5px #111;
    margin: 0 28px 0 0; /* align text on 960GS */
    width:372px;
    height: 264px;
}

section#news img{
    float: right;
}

/*------------------------------------------------------------------------------
* #gallery
*-----------------------------------------------------------------------------*/

section#gallery{
    min-height: 400px;
}

    /*------------------------------------------------------------------------------
    * Easy Slider
    *-----------------------------------------------------------------------------*/

    #gallery{
        position: relative;
    }

    #slider{
        border: 3px solid #d7d7d7;
        margin: 0 auto;
    }

    #slider li{ /*défini la taille du slider */
        width:603px;
        height:298px;
        overflow:hidden; 
        list-style: none;
        margin: 0;
    }
    
    #slider img{ /* force les images à la bonne taille, quite à les scale... */
        width: 603px;
    }

    #controllers{ /*bloc ajouté dans easySlider1.7.js pour avoir un container autour des flèches */
        display: block;
        position: relative;
        background-image: url('../img/interface/gallery_border.jpg');
        background-repeat: no-repeat;
        background-position: -2px 20px;
        width: 336px;
        height: 60px;
        margin: 0 auto;
    }

    #prevBtn{
        position: absolute;
        left: 122px;
    }

    #nextBtn{
        position: absolute;
        right: 122px;
    }

    #prevBtn, #nextBtn{ 
        display:block;
        width: 32px;
        height:32px;
        z-index:900;
        margin: 10px;
    }

    #prevBtn a, #nextBtn a{  
        display:block;
        width:32px;
        height:32px;
        background-image: url('../img/interface/prev.png');	
    }

    #nextBtn a{ 
        background-image: url('../img/interface/next.png');	
    }

/*------------------------------------------------------------------------------
* #contact
*-----------------------------------------------------------------------------*/

address{
    width: 306px;
    float: left;
}

#social{
    margin: 30px 0 20px 0;
}

#social img{
    margin-right: 15px;
}

#form{
    width: 380px;
    float: right;
    margin-right: 20px;
    font-size: 0.9em;
    font-weight: 600;
    font-style: italic;
}

fieldset{
    width: 345px;
    color: #ababab;
    border: none;
}

label{
    float: left;
}


input{
    padding-left: 10px;
    float: left;
    width: 345px;
    height: 32px;
    margin: 4px 0 4px 0;
    background-color: #202020;
    border: none;
    border-bottom: 1px dashed #2b2b2b;
    color: #fff;
}

input[type="submit"]{
    width: 355px;
    background: #252525;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-left: 1px solid #111;
    border-bottom: 1px solid #111;
    border-top: 1px solid #2b2b2b;
    border-right: 1px solid #2b2b2b;
}

input[type="submit"]:hover{
    background: #282828;
}

input[type="submit"]:active{
    border-right: 1px solid #111;
    border-top: 1px solid #111;
    border-bottom: 1px solid #2b2b2b;
    border-left: 1px solid #2b2b2b;
}

textarea{
    line-height: 16pt;
    padding: 10px;
    min-width: 335px;
    max-width: 335px;
    min-height: 194px;
    float: left;
    background-color: #202020;
    border: 1px dashed #2b2b2b;
    color: #fff;
}

table{
    color: #7b7b7b !important;
    font-size: 0.9em !important;
    font-weight: 200;
    margin-bottom: 20px;
}

tr{
    line-height: 12pt;
    width: 100px;
}

td{
	font-size: 1em !important;
	color: #ababab !important;
    vertical-align: top;
    width: 294px;
    padding: 4px;
}

.space{
    padding-top: 20px;
}

td:nth-child(1){
    font-weight: 600;
    width: 70px;
    text-align: right;
    padding-right: 15px;
}

/*------------------------------------------------------------------------------
* Validator
*-----------------------------------------------------------------------------*/

input:focus{
    color: #fff !important;
}

.error {
    float: right;
    font-style: italic;
    color: #8a1339;
}

/*------------------------------------------------------------------------------
* FOOTER
*-----------------------------------------------------------------------------*/

footer{
    position: relative;
    bottom: 0;
    width: 100%;
    height: 94px;
    background-image: url('../img/interface/bg_purple2.jpg');
    background-repeat: no-repeat;
    margin-left: 10px;
}


footer address{
    color: #919191;
    position: absolute;
    bottom: 0;
    background-image: url('../img/interface/bg_footer.jpg');
    background-repeat: repeat-x;
    margin-left: 70px;
    display: block;
    height: 35px;
    width: 800px;
    text-align: center;
    font-size: 0.7em;
    font-weight: 200;
    line-height: 27pt;
}

.addthis_button{
    margin-right: 20px;
}


