/*******************************
Version : 2.0.0.4
Revised : jeudi 27 mars 2014, 14:56:21 (UTC+0100)
*******************************/

.loginaccount{
	font-size:16px; 
	text-align:center;
}
.loginaccountform{
	padding-left:-100px;
	width:200px;
	margin:auto;
}
.loginaccount a{
	font-size:16px; color:#ff761b;
}
.loginaccount a:hover{
	color:#222;
}
#lat{
	text-align:center;
	margin-bottom:10px;
}
#warnt{
	text-align:center;
	margin-bottom:10px;
	color:#FF4719;
}
#i-cust-login{
	width:200px; height:30px;
	border:1px solid #a6a6a6;
	margin-bottom:10px;
}
#i-cust-pwd{
	width:200px; height:30px;
	border:1px solid #a6a6a6;
	margin-bottom:10px;
}
#i-cust-captcha{
	width:200px; height:30px;
	border:1px solid #a6a6a6;
	margin-bottom:10px;
}
#pres-accept {
	text-align:center;
	padding-bottom:10px;
}
#i-cust-ok{
	background-color:#FF761B;
	border:0;
	width:200px; height:30px;
	color:#fff;
	margin-bottom:10px;
	cursor:pointer;
}
#salutation{
	font-size:14px;
	padding-bottom:10px;
}
#dialog_change{
	font-size:14px;
}
#i-renew, #i-subscribe, #i-subscribefirst{
	border: 1px solid #ff761b;
	padding: 3px 7px;
	color:#000;
	cursor:pointer;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	text-shadow: 0px 1px 0px #ff761b;
	background: #ff761b; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ff761b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ff761b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ff761b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ff761b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ff761b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#ff761b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ff761b',GradientType=0 ); /* IE6-9 */	
}
#i-renew:hover, #i-subscribe:hover, #i-subscribefirst:hover{
	position: relative;
	background: #ff761b; /* Old browsers */
	background: -moz-linear-gradient(top, #ff761b 0%, #FFC4A3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff761b), color-stop(100%,#FFC4A3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff761b 0%,#FFC4A3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff761b 0%,#FFC4A3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff761b 0%,#FFC4A3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff761b 0%,#FFC4A3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff761b', endColorstr='#FFC4A3',GradientType=0 ); /* IE6-9 */	
}

#submitcontact,#submitaccount,#deleteaccount{
	font-weight:bold;
	border: 1px solid #aaa;
	padding: 3px 7px;
	color: #111;
	text-decoration: none;
	background: #ddd;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	text-shadow: 0px 1px 0px #fff;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
#submitcontact:hover,#submitaccount:hover,#deleteaccount:hover{
	position: relative;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cccccc 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cccccc 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cccccc 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cccccc 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
}
input[type=submit]:active{ position: relative;
	top: 1px;
	left: 1px;
}

.warning{
	background-color:#FF4747; color:#fff; border:2px solid #f00;
	padding:12px;
	margin-bottom:20px;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;	
}
.ok {
	background-color:#197F00; color:#fff; border:2px solid #0F4F00;
    padding:12px;
	margin-bottom:20px;
    border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
}

.pdficone {
	vertical-align:middle; width:16px; height:16px;
}

.obligatoire {
	display:none;
	color:#FF761B;
}
.waiting {
	width:20px; height:20px;
	display:inline-block;
	position:relative; top:4px;
	display:none;
	background:url('../images/loading5.gif') no-repeat;
}
