/* 
    Document   : kfps.css
    Created on : 31 janv. 2010, 13:31:37
    Author     : stephane
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    width:880px;
    margin:0 auto 0 auto;
    background-color: white;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;    
}
#footer{
    width:880px;
    height: 50px;
    background-image: url(../images/fond_footer.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    margin-top: 20px;
}
#navigation{
    width:880px;
    height : 100px;
    position:relative;
    background-image: url(../images/fond_navigation.png);
    background-repeat: no-repeat;
    border-bottom: thin solid black;
    margin-bottom: 20px;
    
}
.navitem{
    background-color: #a2b0bb;
    width : 125px;
    position: absolute;
    bottom:5px;
    cursor: pointer;
}
.navitemSelected{
    width : 125px;
    position: absolute;
    bottom:5px;
    background-color: #870A0D;
    height:100px;
    color: white;
    cursor: auto;
}
.navitem p,.navitemSelected p{
    margin:0;
    padding:0;
    text-align: center;
    position: absolute;
    bottom:0;
    width: 100%;
}
#index{
    height:64px;
    left:40px;
}
#presentation{
    left : 177px;
    height:54px;
}
#references{
    left : 313px;
    height:44px;
}
#studios{
    left : 450px;
    height:40px;
}
#contact{
    left : 588px;
    height:40px;
}
#client{
    left : 725px;
    height:35px;
}
#Contenu{
    margin:0 40px 0 40px;
    padding:0;
    position:relative;
    
    
}
#Gauche,#Droite{
    width: 395px;
    height: 395px;
    background-color: #a2b0bb;
    position:relative;
    
}

#Droite{
    position:absolute;
    right:0;
   top:0;
}

#pnlDroite,#pnlGauche{
    width: inherit;

}
#pnlGauche{
    padding: 15px;    
}

#pnlLangue{
    position: absolute;
    right : 5px;
    bottom:5px;
    width: 20px;
}
#pnlLangue button{
    width:25px;
    background-color: #870A0D;
    color:white;
    font-size: 10px;
    border: thin solid white;    
    margin: 0;
    cursor: pointer;
}
#pnlLangue button.disabled{
    opacity : .3;
}
#pnlLangue button.normal{
    opacity : 1;
}


.cbg{
    position:absolute;
    bottom: 0;
    left:0;
}
.cbd{
    position:absolute;
    bottom: 0;
    right:0;
}
.chd{
    position:absolute;
    top: 0;
    right:0;
}
.chg{
    position:absolute;
    top: 0;
    left:0;
}

.btnstudio,.btnstudioff{
    /*background-color:#870A0D;
    color:white;*/
    font-weight: bold;
    color:#870A0D;
    cursor:pointer;
    margin:0 10px;
    letter-spacing: 2px;
    text-align:center;
    text-decoration: underline;
}

.btnstudioff{
    color:black;
    cursor:default;
    text-decoration: none;
}

#txtLoginClient,#btnEnvoyer,#fleFichierclient{
    margin:40px 0 0 100px;
}

#swfVisite{
    margin-left: 115px;
}

.treenav {background-color: inherit; /*width: 300px; */height: 400px; overflow: auto; margin:0; padding: 0;}
.treenav_item {cursor: pointer; padding: 2px; font: 10px verdana; color:#111}
.treenav_item_selected {background-color: #780000; color: #FFF;}
.treenav_item_hover {background-color: #F6F6F6; color:#000}

#pnlTitles{
    width: 260px;
    margin-top: 20px;
    float: right;
    height: 320px;
    overflow: auto;    
}
#pnlTitles p{
    margin: 0;
    padding: 0;
    font-size: 10px;
}

.paire{
    background-color: #bbb;
}

#pnlMap{
    
    float: left;    
    margin: 0 40px 0 40px;
}

/*STYLES DES TEXTES EDITES*/
#Contenu h1,#Contenu  p,#Contenu  ul{
    font-family: georgia,arial,helvetica,sans-serif;    
    font-style: italic;
    color: #333;
    
}
#Contenu h1{
  font-size: 16px;
  padding: 20px;
}
#Contenu p{
    padding: 0 10px 0 10px;
}
#pnlTitles p{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-style: normal;
    padding: 3px 0 3px 0;
}

#tnvGenre{
    margin-top: 60px;
}

.textholder{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-top: 10px;
    font-family: georgia,arial,helvetica,sans-serif;
    font-style: italic;
}

#map_menu{display: none}