ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }
a { 
    color:#E53088;
    text-decoration: none; 
}
a:hover{ text-decoration: underline; }

html { overflow: hidden; }

body {
    height:100%;
    width:100%;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    background-color: #fff;
}


/*******************************************************************************
 *                                               N A V I G A T I O N
 ******************************************************************************/

#logo{
    position: absolute;
    z-index: 15;
    right: 124px;
    top: 80px;
    width: 158px;
    height: 76px;
}

#navigation{
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 0px;
    width: 200px;
    height: 100%;
    background-color: #66586B;
}


#menu{
    position: absolute;
    z-index: 1;
    left: 15px;
    bottom: 20%;
    
    font-size:11px;
    line-height:2.2em;
    color:#FFF;
}

#menu li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#menu a{ color:#FFF; }

#book{
    margin-top: 20px;
    margin-bottom: 20px;
}

/*******************************************************************************
 *                                               C O N T E N U
 ******************************************************************************/

#content {
    position: absolute;
    z-index: 11;
    top: 0px;
    left:0px;
    right:200px;
    width:expression((body.clientWidth-200)+'px');
    height:100%;    
} 

H1 {
    font-weight: bold;
    font-size: 14px;
    line-height:1.4em;
    text-align: left;
    margin-bottom:12px;
}


 H1 .right {
 	text-align:right;
 }
 
.text{
    position: absolute;
    z-index: 10;
    
    text-align: justify;
    line-height:1.6em;
    color: #594c5e;
} 

.et {
    font-weight: bold;
    color: #28B4E4;
}

.magenta, strong {
	font-weight: normal;
    color: #E53088;
}

/*******************************************************************************
 *                                               B O O K
 ******************************************************************************/

#works_box{
    position: absolute;
    z-index: 12;
    top:10px;
    left:10px;
    
} 

#book_content{
    position: absolute;
    z-index: 11;
    top: 0px;
    left:0px;
    width:100%;
    height:100%;
} 

#book_mention_arsnumerica{
    position: absolute;
    z-index: 0;
    bottom: 177px;
    left:20px;
}

#book_left_arrow{
    position: absolute;
    z-index: 0;
    bottom: 0px;
    left:0px;
}

#book_right_arrow{
    position: absolute;
    z-index: 0;
    bottom: 26px;
    right:0px;
}

#book_type{
    position: absolute;
    z-index: 1;
    bottom: 70px;
    left:1px;
}

#book_illustration{
    position: absolute;
    z-index: 1;
    bottom: 70px;
    right:18%;
}
 
#book_context{
    position: absolute;
    z-index: 2;
    bottom: 385px;
    left:18px;
    right:18%;
    
    text-align: justify;
    line-height:1.5em;
    color: #66586B;
} 

#book_context H1{
	position: relative;
	z-index: -1;
	top: 45px;
	left: 0px;
    font-size:11px;
    line-height:0px;
    color: #bbb5bd;
    font-weight : normal;
}

#book_content H2 {
    font-weight: bold;
    font-size: 14px;
    line-height:1.4em;
    text-align: left;
    margin-bottom:12px;
    font-size:1.6em;
    line-height:1.6em;
    color: #E53088;
}

#book_description{
    position: absolute;
    z-index: 2;
    bottom: 0px;
    height:70px;
    left:40px;
    right:18%;
    
    text-align: justify;
    line-height:1.3em;
    color: #66586B;
} 

#book_web_site{
    position: absolute;
    z-index: 3;
    bottom: 28px;
    right:25px;
    
    font-weight: bold;
    text-align: right;
    color: #E53088;
} 

.book_cube {
    position:absolute;
    z-index: 2;
}

.media_cube {
    margin-top: 17px;
    margin-right:17px;
    width: 9px;
    height: 9px;
}

#book_infos {
    position:absolute;
    z-index: 25;
    background-color: #FFF;
    visibility: hidden;
    margin-left:17px;
    margin-top:17px;
    padding-left:0.2em;
    padding-right:0.2em;
    padding-bottom:0.2em;
    color: #66586B;
    
    border:1px solid #66586B;
    
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

#book_intro_texte{
    position: absolute;
    z-index: 8;
    top: 20px;
    left: 20px;

    font-size: 10px;
    color: #66586B;


}

/*******************************************************************************
 *                                               F O N D
 ******************************************************************************/

.curtain{
    position: absolute;
    z-index: 2;
    background-color: #FFF;
}
 
#background{
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left:0px;
}

#background_zone{
    position: absolute;
    z-index: 0;
    top: 0px;
    left:0px;
    right:200px;
    width:expression((body.clientWidth-200)+'px');
    height:100%;
}

/*******************************************************************************
 *                                 page   contact client
 ******************************************************************************/ 

.designform input { 
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #66586B;
    border: 1px solid #66586B;
    background: none;
    width: 370px; 
    padding-left: 10px 
    margin: 5px 0px 0 0px;
}

.designform textarea { 
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #66586B;
    border: 1px solid #66586B;
    background: none;
    margin: 5px 0px 0 0;
    
    width: 370px; 
    height: 180px; 
}

.form_error{
	font-size: 9px;
    color: #E53088;
    text-align: right;
}