/*********************************** forms *****************************************/

label { font-weight: bold; }

input, select {
	width:250px;
}

input, textarea, select {
	border:1px solid #aaaaaa;
	padding:2px;
	margin-top:2px;
	background-color: #ffffff;
	background-image: url(../images/inputBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

input.checkbox {
  width:15px;
  background:none;
  border:0;
}

input.radio_button {
  width:15px;
  background:none;
  border:0;
}

input.small, select.small {
  width:50px;
}

input.large, select.large {
  width:200px;
}

input.extra_large, select.extra_large {
  width:300px;
}

input:hover, textarea:hover, select:hover {
  border:1px solid #888888;
}

input:active, textarea:active, select:active {
  border:1px solid #888888;
}

input.submit {
	color:#ffffff;
	background-color: #ffffff;
	background-image: url(../images/submitBg.png);
	background-repeat: no-repeat;
	background-position: -20px 0;
}

input.submit:hover {
  
  cursor: pointer;
}

textarea {
	width:350px;
	height: 200px;
}

textarea.deep {
  height:350px;
}

textarea.shallow {
  height:50px;
}

fieldset {
  background:#f7f7f7;
  padding:2%;
  border:1px solid #e3e3e3;
  margin:0;
}

legend {
  font-weight:bold;
  font-size: 120%; 
  letter-spacing: -1px;
  color:#666666;
}
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.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 #00CC00;
}
    
.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 #CC0000;
}
#page #main #content #post-347 .entry #yorobot {
	display: none;
}
#gauche .news li {
	margin-bottom: 10px;
}

