/* PLUME CMS Style Sheets for Michat Electronique template */
/* (c) 2007 - Eric Jouffrey*/
/* Create date : 04/06/2007  */
/* SECURE FORM AND OTHER SECURE ELEMENTS */
div.sessionUnsecure{
	margin-top:20px;
	border-top:dotted 1px #CCC;
	padding-top:10px;
}
div.sessionUnsecure div.warning{
	color:#F00;
	font-weight:bold;
	line-height:150%;
}
div.sessionUnsecure form.formConnect{
	margin-bottom:10px;
}
#formDisconnect{
	margin-bottom:10px;
	margin-left:5px;
}
/* DISCONNECT FORM */
#formDisconnect p.input-submit{
	text-align:left;
}
#formDisconnect p.input-submit input{
	border:none;
	display:inline;
	background-color:#FFF;
	font-weight:normal;
	color: #999;
	font-size:0.8em;
	padding-left:8px;
	background:url("img/separator.png") no-repeat center left;
}
#formDisconnect p.input-submit input:hover{
	cursor:pointer;
}
/* DCONNECT FORM */
#formConnect{
	margin-bottom:30px;
}
#formConnect p,
form.px-comment p{
	text-indent:0px;
}
#formConnect label,
form.px-comment label{
	width:145px;
	display:block;
	float:left;
	line-height:150%;
}
form.px-comment textarea{
	width:70%;
	position:relative;
	left:14%;
}
form p.input-submit{
	text-align:center;
	margin-top:10px;
}
form.px-comment p.input-submit input{
	background-color:#CCC;
	color:#FFF;
}
input.button,
form.px-comment p.input-submit input{
	background-color:#d6c8ad;
	color:#000;
	border:groove 1px #000;
	font-weight:bold;
	font-size:0.9em;
}
input.button:hover,
form.px-comment p.input-submit input:hover{
	background-color:#FFF;
	color:#F00;
}
div.px-comment-preview{
	display:none;
}
div.px-comment-error ul{
	list-style:none;
	color:#F00;
}
div.px-comment-error ul li{
	font-weight:bold;
	line-height:150%;
}
/* CAPTCHAT */
#c_captcha{
position:relative;
left:145px;
}
