#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
{
	background: #f8f7f5;
	text-align: center;
	font-size : 15px;
}

#request-type
{
	width : 100%;
	height: 100%;
	text-align:center;
	font-size :17px;
}

#label-for-keyword
{
	background: #f8f7f5;
	text-align: center;
	font-size : 15px;	
}

#query-space
{
	background: #f8f7f5;
	text-align:center;
	font-size:13px;
}

#submit
{
}


#request-explanation-title
{
	color:#9f1f63;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	background:white;
}


#request-explanation-core
{
	color:#9f1f63;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	background:white;
}

#contact
{
	position:relative;
	top  : -370px;
	left : 630px;
		
	/*color*/
	background-color: white;
	
	/*Dimension*/
	width: 335px;
	height:67px;	
}

a
{
	text-decoration:none;
}