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


/*INIT*/
input{
	background-color: #fff;
	border: none;
	margin-bottom: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	font-size: 13px;
}

textarea{
	background-color: #fff;
	border: none;
	margin-bottom: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	font-size: 13px;
	height: 150px;
}

select{
	background-color: #fff;
	border: none;
	margin-bottom: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 13px;
}


input.disabled,
textarea.disabled,
select.disabled{
	background-color: #ccc;
	cursor:Not-Allowed;
}

input.small,
textarea.small{
	width: 180px;
}

input.medium,
textarea.medium{
	width: 300px;
}


input.big,
textarea.big{
	width: 500px;
}

select.small{
	width: 192px;
}

select.medium{
	width: 312px;
}

select.big{
	width: 512px;
}


input.medium.icone,
textarea.medium.icone{
	padding-left: 40px;
	width: 272px;
	background-repeat: no-repeat;
	background-position: 2px top;
}


input.big.icone,
textarea.big.icone{
	padding-left: 40px;
	width: 472px;
	background-repeat: no-repeat;
	background-position: 2px top;
}


input.small.icone,
textarea.small.icone{
	padding-left: 40px;
	width: 152px;
	background-repeat: no-repeat;
	background-position: 2px top;
}



input.checkbox{
	background: none;
}

input.checkbox:focus{
	border:none;
	padding-bottom: 12px;
}


	/*PLACEHOLDER*/
	::-webkit-input-placeholder { 
		color: inherit;
		font-style: italic;
		color: #7a7a7a;
		font-size: 13px;
	}

	:-moz-placeholder {
		color: inherit;
		font-style: italic;
		color: #7a7a7a;
		font-size: 13px;
	}

	::-moz-placeholder {
		color: inherit;
		font-style: italic;
		color: #7a7a7a;
		font-size: 13px;
	}

	:-ms-input-placeholder{
		color: inherit;
		font-style: italic;
		color: #7a7a7a;
		font-size: 13px;
	}
	/*PLACEHOLDER*/

form p {
	font-size: 13px;
}

form .legende{
	margin-top: -15px;
	margin-bottom: 15px;
	font-style: italic;
	font-size: 13px;
	color: #a0a0a0;
}

input.submit.small{
	/*border-radius*/
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	        border-radius:4px;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	font-weight: 600;
	line-height: :42px;
	width: 190px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid transparent;
}


input.submit.medium{
	/*border-radius*/
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	        border-radius:4px;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	font-weight: 600;
	line-height: :42px;
	width: 310px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid transparent;
}


input.submit.big{
	/*border-radius*/
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	        border-radius:4px;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	font-weight: 600;
	line-height: :42px;
	width: 510px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid transparent;
}

.liste{
	height: 190px;
	overflow: auto;
	background-color: #fff;
	margin-bottom: 20px;
	padding: 10px;
}

.liste.big{
	width: 490px;
}

.liste.medium{
	width: 290px;
}

.liste p {
	height: 23px;
}

form .label{
	font-style: italic;
	color: #616161;
	font-size: 13px;
	display: block;
	padding-bottom: 3px;
}


form label{
	font-style: italic;
	color: #616161;
	font-size: 13px;
	display: block;
	padding-bottom: 3px;
}
/*INIT*/



/*ETATS*/

input:focus,
textarea:focus{
	padding-bottom: 10px;
	border-bottom: 2px solid #6cab36;
}

	/*VERT*/
	input.vert{
		color: #fff;
		background-color: #5cb85c;
		border-color: #4cae4c;
	}

	input.vert:hover{
		color: #fff;
		background-color: #47a447;
		border-color: #398439;	
	}

	input.vert:active{
		/*box-shadow*/
		-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
		   -moz-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
		        box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
	}
	/*VERT*/


	/*ROUGE*/
	input.rouge{
		color: #fff;
		background-color: #d9534f;
		border-color: #d43f3a;
	}

	input.rouge:hover{
		color: #fff;
		background-color: #d2322d;
		border-color: #ac2925;	
	}

	input.rouge:active{
		/*box-shadow*/
		-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
		   -moz-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
		        box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
	}
	/*ROUGE*/


	/*BLEU*/
	input.bleu{
		color: #fff;
		background-color: #428bca;
		border-color: #357ebd;
	}

	input.bleu:hover{
		color: #fff;
		background-color: #3276b1;
		border-color: #285e8e;	
	}

	input.bleu:active{
		/*box-shadow*/
		-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
		   -moz-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
		        box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
	}
	/*BLEU*/

/*ETATS*/

/* Liste multiple */
.liste h4.titre{
	font-style: italic;
	color: #343434;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 3px;
	cursor: pointer;
}

.liste .groupe{
	margin-bottom: 8px;
}