
* 				{	margin:0; padding:0; font-size: 10px; }
html,body		{	margin:0; padding:0; }


#calculatrice { border : 0px solid #FE924B ;
				padding : 5px ;
				font-family: Arial , Helvetica ; 
				color: #000066;								
				line-height : 15px;				
				position : absolute ; 
				top : 10px ; 
				left : 10px ;
			  }

#calculatrice select { font-size: 9px;  }

#calculatrice h1 { 
				   background-color : #FFFFFF ;
				   color : #FE924B ;
				   font-size: 14px;
				   line-height : 20px;
				   margin-top : 10px ;
				   border : 0px solid #FE924B ;
				   display : block ;
				   position : absolute ; 
				   top : -20px;
				   left : 150px ; 
			 	 }

#calculatrice h2 { 
				   background-color : #EAEAEA ;
				   color : #29B8FF ;
				   line-height : 14px;
				   margin-top : 10px ; 
				   width : 100%;
			 	 }

#calculatrice h3 {
                   font-size: 14px;
				   color : #29B8FF ;
				   line-height : 14px;
				   margin-top : 15px ;
				   margin-bottom : 10px ;
				   width : 100%;
			 	 }

#calculatrice h4 {
                   font-size: 14px;
				   color : #FE9145 ;
				   line-height : 14px;
				   margin-top : 10px ;
				   width : 100%;
                   margin-bottom : 5px;
			 	 }

#calculatrice select {
				color: #000066;	
					 }					
#calculatrice checkbox {
						margin : 0px ; padding : 0px ;				
	 }
#calculatrice input {
						color : #000066; height:13px;margin:0;
}						
.questions { 
			 background-color : #F8F8F8;
			 width : 100%;
			 }

#gauche { width : 340px; float:left ; border : 0px solid blue ; }
#droite { width : 410px; float:left ; border : 0px solid red ;  }
			 
.questions input {  vertical-align:middle; 
					 }
.standard { display:inline ;  font-size: 13px;color : #FE924B ; font-weight : normal ;}
.exemplaire { display:inline ; font-size: 13px; color : #FE924B ; font-weight : bold ;}

.trademark { background-color : #FFFFFF ;
				   color : #FE924B ;
				   font-size: 14px;
				   line-height : 20px;
				   margin-top : 10px ;
				   border : 0px solid #FE924B ;
				   display : block ;
				   position : absolute ; 
				     }
.contact   { background-color : #FFFFFF ;
				   padding : 0px 5px 0px 5px;
				   color : #FE924B ;
				   font-size: 14px;
				   font-weight : bold ;
				   line-height : 20px;
				   margin-top : 10px ;
				   border : 0px solid #FE924B ;
				   display : block ;
				   position : absolute ; 
				    }
.graph 		{ width : 410px; height : 200px ;
			  background-image: url(../image/preload.gif);
				background-position: top center ;
				background-repeat: no-repeat ;
	 }

.topLeft , .topRight , .bottomLeft , .bottomRight { z-index: 1;position : absolute ; }
