
form
{
	margin: 0px;
	padding: 0px;
}

select {
	padding: 3px;
	/*-moz-border-radius:3px !important;
	-webkit-border-radius:3px !important;*/
	-moz-box-shadow:0 0 3px #aaa !important;
	-webkit-box-shadow:0 0 3px #aaa !important;
	border: 1px solid silver;
	width: 250px;
}

option {
	background-color:#f5f5f5;
}


input {
	/*-moz-border-radius:3px !important;
	-webkit-border-radius:3px !important;*/
	-moz-box-shadow:0 0 3px #aaa !important;
	-webkit-box-shadow:0 0 3px #aaa !important;
	border: 1px solid silver;
	width: 250px;
	padding: 3px;
	margin: 0px;
}

input[type=text]:focus,
input[type=password]:focus{
	-moz-box-shadow: 0 0 3px #F1CA7E !important;
	-webkit-box-shadow: 0 0 3px #F1CA7E !important;
	border-color: #eebd62;
	outline: none;
}


textarea {
	padding: 3px;
	resize:none;
	/*-moz-border-radius:3px !important;
	-webkit-border-radius:3px !important;*/
	-moz-box-shadow:0 0 3px #aaa !important;
	-webkit-box-shadow:0 0 3px #aaa !important;
	border: 1px solid silver;
	overflow: hidden;
}

textarea:focus {
	border-color: #eebd62;
	-moz-box-shadow: 0 0 3px #F1CA7E !important;
	-webkit-box-shadow: 0 0 3px #F1CA7E !important;
	outline: none;
}

textarea.empty {
	padding: 3px;
	border: none;
	font-family: Calibri;
	font-size:15px;
	resize:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	background: white;
	width: 570px;
}


textarea.empty:focus
{
	border: none;
	outline-style: none;
}

.ttextarea{
	border: 1px solid silver;
	width: 604px;
	/*-moz-border-radius:3px !important;
	-webkit-border-radius:3px !important;*/
	-moz-box-shadow:0 0 3px #aaa !important;
	-webkit-box-shadow:0 0 3px #aaa !important;
}

.ttextarea:focus {
	border-color: #eebd62;
	-moz-box-shadow: 0 0 3px #F1CA7E !important;
	-webkit-box-shadow: 0 0 3px #F1CA7E !important;
	outline: none;
}

.confirm
{
	padding: 10px;
	font-family: Calibri;
	font-size: 17px;
	font-weight: bold;
	background-color: #FFF9D7;
	border: 1px solid #E2C822;
	color: black;
}

.error
{
	padding: 10px;
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	background-color: #ffe5e5;
	border: 1px solid red;
	color: black;
}

.captcha {
	padding: 5px;
	border:1px solid #dedede;
	margin-bottom:5px; 
	background-color: white;
}

.div_captcha {
	border:1px solid #dedede;
	width: 210px;
	padding: 5px;
}

.label {
	font-family: Calibri;
	font-size: 16px;
	color: #252525;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom:5px;
	margin-left:1px;
}

.checkbox {
	font-family: Calibri;
	font-size: 16px;
	color: #252525;
	font-weight: bold;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:white;
    padding-left:20px; 
    background-image: url(../img/ok.png);
    background-repeat: no-repeat;
    background-position: left;
}
	
.LV_invalid {
    color:white;
    padding-left:20px; 
    background-image: url(../img/error.png);
    background-repeat: no-repeat;
    background-position: left;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid silver;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
	border: 1px solid #D04B13;
	-moz-box-shadow:0 0 3px #D04B13 !important;
	-webkit-box-shadow:0 0 3px #D04B13 !important;
}

.bt {
	background-image: url(../img/ban.png);
	background-repeat: repeat-x;
	width: 125px;
	font-weight: bolder;
	font-family: Calibri;
	font-size: 18px;
	color: #3c3c3c;
	cursor: pointer;
	/*background:-moz-linear-gradient(90deg, #fff, #eee); 
	background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff), color-stop(0.2, #fff)); */
}

/******** SUPPRIME POINTILLE *****/
.bt:focus {
	outline: none;
	border: 1px solid silver;
}

select:focus,option:focus {
	outline: none;
}

input::-moz-focus-inner, select::-moz-focus-inner, button::-moz-focus-inner {
	border: none;
	outline: none;
}

a:focus {
	outline: none
}

a::-moz-focus-inner {
	border: none;
}

/***************************/


.toplist {
	border-top: 1px solid silver;
	width: 604px;
	margin: 0px;
	padding: 0px;
}

#style_comment {
	/*border-top: 1px solid silver;*/
	border-bottom: 1px solid silver;
	padding:7px;
	margin-top:5px;
	width: 590px;
	font-family: Calibri;
	font-size: 15px;
	background-color: transparent;
	min-height: 60px;
	height: auto;
	display: block;
	overflow: auto;
	margin: 0px;
}

#style_comment:hover {
	/*background:-moz-linear-gradient(90deg, #fff, #eee); 
	background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff), color-stop(0.2, #fff)); */
	background-color: #ececec;
}

#photo {
	width: 50px;
	border: 1px solid #dcdcdc;
	height: 50px;
	padding: 2px;
	float: left;
	background-color: white;
}

#comments {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 430px;
	height: auto;
	text-align: justify;
}

#sup {
	width: 10px;
	float: left;
}

.topinfos {
	margin-bottom: 5px;
	color: gray;
	font-size: 13px;
	font-family: Calibri;
}

a.user {
	color: #223753;
	text-decoration: none;
	font-weight: bolder;
	font-size: 17px;
}

a.user:hover {
	color: orange;
}

a.supp {
	color: #2c2c2c;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
	font-weight: bolder;
	border: 1px solid #ececec;
}

a.supp:hover {
	background-image: url(../img/ban.png);
	background-repeat: repeat-x;
	border: 1px solid silver;
}