@CHARSET "UTF-8";

/**
 * identifier.css
 * 
 * Created by Benoît Durand on 6 août 2010
 * 
 * @version $Id$
 */

.hold{
	width:100%;
	overflow:hidden;
	margin-top:5px;
}
.hold label{
	float:left;
	padding:0 10px 0 0;
	text-align:right;
	width:45%;
	line-height:22px;
}
.hold input.text{
	float:left;
	margin:0;
	padding:2px 5px;
	font-size:12px;
}
div#identifier, div#creer{
	width:49%;
	text-align:center;
	height:140px;
}
div#identifier h4, div#creer h4{
	margin:0;
	font-weight:normal;
	font-size:12px;
	line-height:19px;
}
div#identifier{float:left;}
div#creer{float:right;}
div#creer p{
	text-align:justify;
	padding:0 5px;
}
.zend_form{margin:12px auto;}
#valider, #creer button{width:140px;}