@charset "utf-8";
/*-----------------------GESTION DU FORMULAIRE ---------------------------------*/



.cssform p{
	width: 360px;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 0; /*width of left column containing the label elements*/
}

.cssform label{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#555555;
	font-size:12px;
	float: left;
	margin-left: 0px; /*width of left column*/
	width: 100px; /* largeur des labels*/
	padding-top:2px;
}
.cssform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #ff0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:300px;
}
.cssform div.error { display: none; }

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 190px;
	border: 1px solid #e4e4e4;
	padding-right:30px;
}


.cssform input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 160px;
	border: 1px solid #e4e4e4;
	margin-left:50px;
}

.cssform textarea#message{
	width: 310px;
	height: 100px;
	border: 1px solid #e4e4e4;
}
.cssform textarea#adresse{
	width: 310px;
	height: 50px;
	border: 1px solid #e4e4e4;
}
.btn-slide :hover{
	text-decoration:underline;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}

#captcha.success {
  	border: 1px solid #49c24f;
	background: #bcffbf;
}
#captcha.error {
  	border: 1px solid #c24949;
	background: #ffbcbc;
}
.module-form-contact-btn-envoyer{
	width:106px;
	background-image:url(../images/module-form-contact-btn-envoyer.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:31px;
	display:block;
	margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;  /* pour transformer de pointeur en main */
}

.module-form-contact-btn-envoyer:hover{
	width:106px;
	background-image:url(../images/module-form-contact-btn-envoyer.gif);
	background-repeat:no-repeat;
	background-position:0px -30px;
	height:31px;
	display:block;
}