/*Tous Droits Réservés © Artefact Photographie */

/* CSS des formulaires */

.form1 {
	width:267px;
}
.formW {
	width:355px;
}
.formX {
	width:auto;
}

.form1 p {
	clear:both;
	height:25px;
	text-align:left;
}
.form1 p.textarea {
	height:auto;
	margin:-1px 0 3px 0 !important;
	margin:0 0 3px 0;
}
.form1 p.captcha {
	padding:7px 0 0 3px;
	background:#EEEEEE;
	margin-bottom:8px;
}
.form1 p.captcha img {
	float:left;
}
.form1 label {
	float:left;
	width:150px;
	padding-top:3px;
}
.formX label { width:120px; }
label.lConnexion {
	width:130px;
}
.form1 input {
	float:left;
	width:175px;
	height:14px;
	padding:1px 3px 1px 3px;
	color:#7d0849;
	background: url(../design/iTextBg.png) repeat-x #fff;
	border: 1px solid #5c5c5c;
}
.formX input { width:400px; }
input.iConnexion {
	width:124px;
}
textarea {
	float:left;
	width:175px;
	height:75px;
	margin:0 0 7px 0 !important;
	margin:-1px 0 4px 0;
	overflow:auto;
	background: url(../design/iTextBg.png) repeat-x #fff;
	border: 1px solid #5c5c5c;
}
.formX textarea { width:306px; }
.form1 .bouton {
	width:auto;
	height:20px;
	padding: 0 0 2px 0 !important;
	padding:0 3px 0 3px;
	overflow:visible;
	border:0;
	background: url(../design/btnBg.png) repeat-x #414141;
	color:#eeeeee;
	cursor:pointer;
}
.btnGauche {
	display:inline;
	float:left;
	width:7px;
	height:20px;
	background: url(../design/btnGauche.png) no-repeat;
}
.btnDroite {
	display:inline;
	float:left;
	width:7px;
	height:20px;
	background: url(../design/btnDroite.png) no-repeat;
	margin-right:5px;
}
.form1 .btnAll {
	display:inline;
	float:left;
}
span.formOblig {
	color: #dd3333;
	font-weight:bold;
}
.infoAide {
	height:auto;
	margin-top:3px;
	padding:3px 0 3px 35px;
	background: url(../design/iconeAide.png) no-repeat 8px 2px #e3edf8;
	border:1px solid #cddbeb;
}
.infoUser {
	height:auto;
	margin-top:3px;
	padding:3px 0 3px 35px;
	background: url(../design/iconeInscription.png) no-repeat 8px 2px #e9e9e9;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.infoUserId {
	margin:3px 5px 0 5px;
}
.infoTip {
	height:auto;
	margin:-2px 0 5px 0;
	padding:3px 0 3px 35px;
	background: url(../design/iconeTip.png) no-repeat 8px 2px #e9e9e9;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.infoMess {
	height:auto;
	margin:-2px 5px 5px 5px;
	padding:3px 0 3px 35px;
	background: url(../design/email.gif) no-repeat 8px 2px #e9e9e9;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.form1 .formIconValid {
	width:16px;
	height:16px;
	margin-left:3px;
}
.form1 .erreurTipTitle {
	height:auto;
	margin-top:3px;
	padding:5px 0 5px 5px;
	background: #f6e0e0;
}
.form1 .erreurTip {
	height:auto;
	margin-top:3px;
	padding:5px 0 5px 35px;
	background: url(../design/iconeValidN.png) no-repeat 9px 4px;
}
input.disable {
	background:none;
	border:none;
	font-weight:bold;
}