@charset "utf-8";
/* CSS Document */

form.formular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 5px;
	border: 0px solid #A5A8B8;
	margin:0;
	color:#FFFFFF;


}

.formular fieldset {
	margin: 0px;
	padding : 15px;
	border: 1px solid #937e5d;

	
	
}

.formular legend {
	font-size: 12px;
	font-weight: 900;
}

.formular fieldset label {
	float: none;
	clear:both;
	display:block;
	text-align: inherit;
	width: auto;
}

.formular label span {
	float:left;
	width:40%;
}

.formular input, .formular select, .formular textarea {
	display : float;
	margin-bottom: 5px;
}

.formular .text-input {
	width: 250px;
	color: 555;
	padding: 2px 4px;
	border: 1px solid #937e5d;
	font-size: 12px;
	margin-top: 4px;
	background: #FFF url('img/text-bg.gif') repeat-x;
	
}

.formular .info_form {
	border:1px dashed #CCCCCC;
	color: #FFFFFF;
	font-style:italic;
	font-size: 12px;
	padding: 10px;
	margin: 10px 5px;
	float:none;
	display:block;
	width:inherit;
}

.formular span.checkbox, .formular .checkbox {
	display: inline;
	padding-left:40%;
	margin-bottom:10px;
}

.submit {
/*	background: url('../images/bouton_continuer.png') no-repeat; 
	border: 0px solid #AAA;*/
	padding: 0 0 3px 0;
	margin: 10px 15px 0 0;
	float: right;
	text-decoration: none;
	height:41px;
	width:200px;
	text-transform:uppercase;
	font-style:italic;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}

.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 350px;
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}

.formular .required { font-size:10px; color:#CC0000;}


/* tipbox :
	table : 
		tl		: top left
		t		: top
		tr		: top right
		l 		: left
		r		: right
		bl		: bottom left
		b		: bottom (with mark)
		br		: bottom right
		c		: center
	components : 
		a.close	: close button
		err		: errors div
		p		: error line
*/

.fc-tbx .tl{
	background: url('img/tl.png') no-repeat; 
}
.fc-tbx .t{
	background: url('img/t.png') repeat-x;
	height: 16px;
}
.fc-tbx .tr{
	background: url('img/tr.png') no-repeat;
}
.fc-tbx .l{
	background: url('img/l.png') repeat-y;
	width : 16px;
}
.fc-tbx .r{
	background: url('img/r.png') repeat-y;
	width: 16px;
}
.fc-tbx .bl{
	background: url('img/bl.png') no-repeat;
}
.fc-tbx .b{
	background: url('img/b.png') no-repeat;
	height: 25px;
}
.fc-tbx .br{
	background: url('img/br.png') no-repeat;
}
.fc-tbx .c{
	background: url('img/c.png') repeat;
}
.fc-tbx a.close {
	float: right;
	background: url('img/close.png') no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	width : auto;
	display: block;
	font-size: 10px;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.ajax_loader {
	background : url('img/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
	
}


/* FormCheck validation div */

.fc-error {
	border : 1px solid #888;
	margin-top : 5px;
	background-color : #EAEAEA;
	z-index:3000;
}
.fc-error p {
	margin : 5px;
	color : #A00;
}
