@CHARSET "UTF-8";

form.formulaire{
	padding: 0;
	margin:1em 0 0;
}
form.formulaire fieldset {
	margin: 0 0 1.5em;
	padding: 0;	
	border: 0 none;
}
form.formulaire div.champ{
	clear: both;
	margin:0.5em 0;
}
form.formulaire div.champ-box {
	margin:0.5em 0;
	margin-left: 200px;
}
form.formulaire div.champ-submit {
	margin: 2em 0 0;	
}
form.formulaire div.champ-box label{
	line-height: 2.5em;	
}
form.formulaire div.champ label.label-block {
	display: block;
	float: left;
	width: 200px;
	position: relative;
	font-weight: bold;
	line-height:2.2em;
}
form.formulaire div label {
	color: #86888A;
}
form.formulaire div.champ label.champ-obligatoire {
	background: transparent url(images/obligatoire.gif) top right no-repeat;
}
form.formulaire div.champ label.champ-obligatoire span{
	display: block;
	position: absolute;
	top: 0;
	left: -10000px;
}
form.formulaire div.champ input[type="text"],
form.formulaire div.champ input[type="password"],
form.formulaire div.champ textarea,
form.formulaire div.champ select {
	border: 1px #ccc solid;
	padding: 0.1em;
}

form.formulaire div.champ select {
	height:21px;
	padding:0;
}
form.formulaire div.champ span.exemple {
	color: #999;
	font-style: italic;
	font-size: .85em;
	margin-left: 1em;
}
form.formulaire div.champ ul.block{
	float: left;
	list-style:none;
}
form.formulaire div.champ ul.block li{
	padding: .25em;
	line-height:1.4em;
}
form.formulaire div.champ ul.block li label{
	margin-left: 1em;
}
form.formulaire div.champ ul.colonne {
	list-style:none; 
	float: left;
}
form.formulaire div.champ ul.colonne li {
	line-height:1.3em;
}  
form.formulaire div.champ ul.colonne .col2 {
	margin-left:100px;
}  
form.formulaire div.champ ul.colonne .col3 {
	margin-left:200px;
}  
form.formulaire div.champ ul.colonne .top {
	margin-top:-2.6em;
} /* the clincher */ 






button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}


button.submitBtn { 
	padding: 0 10px 0 0; 
	margin-right:5px; 
	text-align: center; 
	background: transparent url(images/btn-20.gif) no-repeat right -30px; 
	margin-left: 3px;
}
	
button.submitBtn span {
	padding: 1px 0 0 10px; 
	height: 20px; 
	background: transparent url(images/btn-20.gif) no-repeat left top; 
	color:#000; 
}
	
button.submitBtn:hover, button.submitBtnHover, a.button:hover { 
	background-position: right -90px; 
}
	
button.submitBtn:hover span, button.submitBtnHover span, a.button:hover span {
	background-position: 0 -60px;
}

a.button {
	background: transparent url(images/btn-20.gif) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 20px; 
	margin-right: 6px;
	padding-right: 15px;
	text-decoration: none;;
}
a.button span {
	background: transparent url(images/btn-20.gif) 0 0 no-repeat; 
	display: block;
	line-height: 20px; 
	padding: 0 0 0 15px;
} 


  