body { 
  margin: 0; /* pour éviter les marges */ 
  text-align: center; /* pour corriger le bug de centrage IE */ 
}

#wrapper { 
  margin-left: auto; 
  margin-right: auto; 
  width: 725px; 
  height: 100%;
}

#logo {
	background: url("/images/public/top.gif");
}

#tableHeader {
	background-color: #333333;	
}

#txtHeader {
	margin-left: auto; 
  	margin-right: auto; 
  	width: 725px;
}

#txtHeader p {
	font-size: 14px !important;
  	font-weight: bold;
  	width: 800px;
}

#txtHeader li {
	font-size: 1.5em !important;
	list-style-type: square;
	color: #FEB350;
}


#txtHeader li span {
	font-size: 14px !important;
	color: #333333;
}

/* simple css-based tooltip */ 
div.tooltip { 
    background-color:#000; 
    border:1px solid #fff; 
    padding:10px 15px; 
    width:135px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px; 
 
    /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000; 
}

#inputs label, #inputs input, #inputs textarea, #inputs select {
	border: 1px none;
	display:block;
	float:left;
	margin-bottom:6px;
	width:266px;
	color: #333333;
	font-weight: bold;
	outline: none;
}

#inputs input:hover, #inputs textarea:hover, #inputs select:hover {
	/*background-color: #FAEFD1;*/
	border: 1px solid #C5C4C4;
	/*color: #333333;*/
	outline: none;
}
#inputs label {
	padding-right:2px;
	text-align:right;
	font-weight:bold;
	width:136px;
	float: left;
	margin-bottom: 16px;
	color: #666666;
}
#inputs br {
	clear:left;
	margin: 0;
	padding: 0;
}

#inputs p.separator {
	display: none;
	margin: 0;
	padding: 0;
}

#mandatory_fields_txt {
	margin-top: 5px;
	font-style: italic;
	text-align: right;	
	color: #666666;
	padding: 0 5 0 0;
}


#submitBtn {
	font-size: 12px;
	font-weight: bold !important;
	cursor: pointer;
	margin-right: 2px;
	background: #F9B834;
	height: 30px;
	color: #FFFFFF !important;
	border: 1px solid #E79A01 !important;
	outline: none;
}

#submitBtn:hover {
	font-size: 12px;
	font-weight: bold !important;
	cursor: pointer;
	margin-right: 2px;
	background: #F8A90C;
	height: 30px;
	color: #FFFFFF !important;
	border: 1px solid #E79A01 !important;
	outline: none;
}

button{
	cursor: pointer;
	height: 28px;
	width: 240px;
	font-size: 11px; 
}

div#inputs{
	float: right;
	width: 100%;
	text-align: center;
	height: auto;	
}

div#deminfoContainer
{
	width: 100%;
	height: 100% ;
	margin: 5px;
	text-align: left; 
}

div#deminfoCrea
{
	float: left ;
	width: auto ; 
	height: auto;
	padding: 0px;
}

#deminfoCrea p
{
	text-align: left;
	font-size: 14px;
	font-style: italic;
}

div#bodyFormContainer
{
	float: left ;
	width: 408px ;
	height: auto;
	background-color: #ECEDF3;
	border: none;
	margin-top: 15px;
}

div#formContainer
{
	width: 300px ;
	text-align: left ;
	clear: both;
}

#deminfoForm
{
	/*margin-top: 5px;*/
	padding-top: 10px;
	padding-bottom: auto;
}

h1#header
{
	height: 258px ;
}

pre
{
	overflow: auto ;
}

<!--[if IE]>
 <style type="text/css">
 html pre
{
	width: 636px ;
}
</style>
<![endif]-->

div#formContainer ul
{
	height: 35px ;
	width: 400px ;
	margin-left: 5px ;
	padding-left: 5px ;
	list-style-type: none ;
}

.formInputLine
{
	width: 400px ;
	height: 25px ;
	margin: 0px ;
	padding: 0px ;
	list-style-type: none ;
}

ul.formInputLine li
{
	float: left ;
	text-align: right ;
	width: 130px ;
	line-height: 25px ;
	font-weight: bold ;
	display: block ;
	text-decoration: none ;
}

ul.formInputLine li
{
	float: left ;
	text-align: right ;
	width: 130px ;
	line-height: 25px ;
	font-weight: bold ;
	display: block ;
	text-decoration: none ;
}

input.error, select.error
{
	background-color: #FFF2F2;
	border: 1px solid #DD0000;
	color: #DD0000 !important;
}

li.error
{
	color: #DD0000;
}

p.error
{
	color: #DD0000;
	margin: 0;
	text-align: right;
	display: none;
	padding-right: 3px;
}

div#deminfoCrea img
{
	width: auto;
	height: auto;
	
}

.text_default
{
	color: #C2C2C2 !important;
}

