@charset "UTF-8";
@import url(dfc.css);
@import url(include/niceforms-dfc.css);


/* 
----------------------------------------------------------------------------- 
Formulaire page contact
-----------------------------------------------------------------------------*/

#contact input, #contact textarea {
	border: none;
	background: none;
}

/* safari css3 */
#contact input:focus, #contact textarea:focus {	outline: none; }
textarea { resize:none; }

.niceform{
	width:480px;
	border:0;
	float:right;
}

.inputBack_D {
	float: left;
	background-image: url(../img/formtheme/input_D.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.inputBack_G {
	padding: 8px 15px;
	background-image: url(../img/formtheme/input_G.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.textarea_D {
	float: left;
	background-image: url(../img/formtheme/textarea_D.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.textarea_G {
	padding: 10px 15px;
	background-image: url(../img/formtheme/textarea_G.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

h2.contactH2 {
	padding-bottom: 0px:
	margin-bottom: 0px;
}

label {
	font-size:11px;
}

fieldset{
	margin : 10px 10px 0px 10px;
	border: none;
	width:450px;
}

/* hack ie7 bugg sur margin */
*html fieldset {
	margin-left: 20px;
	margin-top:0px;
	width:440px;
}

*+html fieldset {
	margin-left: 20px;
}

.calage{
	display: inline;
	float:left;
	width: 100px;
	color:#16315e;
	margin-top: 10px;
}

.calage2 {
	float: left;
	width: 150px;
	height: auto;
}

.calage3 {
	float: left;
	width: 150px;
	height: auto;
}

.envoiFormContact{
	float: left;
	width:80px;
	text-align:right;
}

.inputTexteContact, #nom, #prenom, #courriel, #telephone, #message{
	color:#16315e;
	width:260px;
}

.resetFormContact {
	clear:both;
	overflow:hidden;
	height:15px;
}

.errorMessage {
	color:red;
}

.erreurChamps {
	float: left;
	padding-top: 5px;
}

input .error {
	border:1px solid red;
}

label.error {
  background:url("../img/cancel.png") no-repeat top left;
  padding-left: 15px;
  margin-left: 5px;
  padding-bottom:5px;
}

label.checked {
  background:url("../img/accept.png") no-repeat top left;
  padding-left: 15px;
  margin-left: 5px;
  padding-bottom:5px;
}

div.etoileFrom{
	border:0px;
	width:12px;
	height:12px;
	display:inline;
}
div.etoileFrom span{
	background: url("../img/icone-champs-obligatoire.png") no-repeat top left;
	display:inline;
	font-size:14px;
}