#query
{ 
	/*color*/
	background: #f8f7f5;
		
	/*layout*/
	
	/*Dimension*/
	height:750px;
	width: 973px;
}

#title-space
{
	position:relative;
	top  : 10px;
	left : 20px;
	
	/*color*/
	background-color : white;
		
	margin-top: 20px;
	
	/*Dimension*/
	width : 600px;
	height: 150px;
}

#onglet-explanation
{
	position:relative;
	top  : -145px;
	left : 653px;
	margin-bottom:10px;
	/*color*/
	background: white none;
	
	/*Dimension*/
	width: 300px;
	height:70px;	
}

#request-space
{
	position:relative;
	top  : -70px;
	left : 20px;
	
	/*color*/
	background: white none;
		
	margin-top: 20px;
	
	/*Dimension*/
	width : 600px;
	height: 450px;
}

#label-for-reqtype
{
	position:relative;
	top  : 0px;
	left : 243px;
	margin: 10px 0px 0px 0px;
	background: #f8f7f5;
	/*Dimension*/
	width : 127px;
	height: 20px;
	
	text-align: center;
	font-size : 15px;
}

#request-type
{
	position:relative;
	top  : -10px;
	left : 202px;
	margin: 10px 0px 10px 0px;
	
	/*Dimension*/
	width : 205px;
	height: 30px;
	
	text-align:center;
	font-size :17px;
	
	/*color : ;*/
}

#label-for-keyword
{
	position:relative;
	top  : -10px;
	left : 150px;
	margin: 10px 0px 0px 0px;
	background: #f8f7f5;
	/*color*/
		
	/*Dimension*/
	width : 300px;
	height: 17px;
	
	text-align: center;
	font-size : 15px;
}
#submit
{
	position:relative;
	left : 270px;
	background: #f8f7f5;
	margin: 10px 0px 0px 0px;
			
	/*Dimension*/
	width : 65px;
	height: 26px;
	
	z-index:1;
}

#query-space
{
	position:relative;
	top  : -10px;
	left : 150px;
	
	/*color*/
	background: #f8f7f5;

	
	/*Dimension*/
	width : 300px;
	height: 30px;	
}

#request-explanation
{
	position:relative;
	top  : -365px;
	left : 630px;
	margin-bottom:10px;
	
	/*color*/
	background-color:white;
	
	/*Dimension*/
	width: 335px;
	height:230px;	
}

#contact
{
	position:relative;
	top  : -370px;
	left : 630px;
		
	/*color*/
	background-color: white;
	
	/*Dimension*/
	width: 335px;
	height:67px;	
}

a
{
	text-decoration:none;
}