/* 
    Document   : style
    Created on : 16 nov. 2010, 13:13:15
    Author     : GS
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body {
    background: #000;
    color:#784d3d;
}

#fond {
    background: url('../img/templetecontre-courant-light.jpg') no-repeat;
    width: 1024px;
    height: 768px;
    margin: 0 auto;
}
#preload {
    background: url('../img/templetecontre-courant-dark.jpg') no-repeat;
    
}


#video1-view {
    display:none;
    margin-left:210px;
    padding-top:380px;
    width:580px;
}
#video2-view {
    display:none;
    margin-left:210px;
    padding-top:380px;
    width:580px;
    
}
#video1 {
    position:relative;
    top:390px;
    left:282px;
    width: 177px;
    height:121px;
}
#video2 {
    position:relative;
    top:268px;
    left:520px;
    width: 177px;
    height:121px;
    
}
#photo{
    position: relative;
    top:309px;
    left:211px;
    width:600px;
    
}
a {
    color:#784d3d;
    text-decoration: none;
}

#footer {
    font-size:11px;
    width:310px;
    margin-left:auto;
    margin-right:auto;
    
}