#form_container
{
	text-align:				left;
	background:				#fff;
}


#form_container, #top, #bottom, #footer
{
	width:					600px;
}


#top, #bottom
{
	width:					650px;
	height:					10px !important;
	display:				block !important;
}


#top
{
	margin-top:				10px;
}


form.wufoo
{
	margin:					20px 20px 0 20px;
	padding:				0 0 20px 0;
}


/* ----- LOGO ----- */

h1
{
		margin:				0;
		padding:			0;
		min-height:			0;
}


h1 a
{
	min-height:				40px;
	height:					40px;
	display:				block;
	background:				url(../../images/form/wflogo.png) no-repeat left top;
	overflow:				hidden;
}


* html h1 a
{
	background-image: 		none;
	filter: 				progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/wflogo.png", sizingMethod="crop");
}


img, a img
{
	border:					none;
}


* html img 
{ 
	behavior: 				url(../../images/form/iepngfix.htc);
}


.hide
{
	display:				none !important;
}


/* Definition des style de message dans le formulaire */
.form_messagetype_info
{
     background-image: 		url(../images/form/form_messagetype_info.png);
     background-position: 	left;
     background-repeat: 	no-repeat;
     padding: 				5px;
     padding-left: 			30px;   
     color: 				#3F7F1F;
     border: 				1px solid #79CF4D;
     background-color: 		#DFFFCF;  
     margin: 				1px 20px;
}

.form_messagetype_advice
{
     background-image: 		url(../images/form/form_messagetype_advice.png);
     background-position: 	left;
     background-repeat: 	no-repeat;
     padding: 				5px;
     padding-left: 			30px;    
     color: 				#458BDF;
     margin: 				1px;
     /*border: 1px solid #DFEEFF;
     background-color: #EFF6FF; */
}

.form_messagetype_warning
{
     background-image: 		url(../images/form/form_messagetype_warning.png);
     background-position: 	left;
     background-repeat: 	no-repeat;
     padding:				5px;
     padding-left: 			30px;    
     border: 				1px solid #D28B14;
     background-color: 		#FFFCB3; 
     margin: 				1px;
}

