/*************** =ACCUEIL **********************/

#carte{
	display:block;
	background:url('../images/carte.png') no-repeat;
	width:301px;
	height:176px;
}
#carte span{
	display:none;
}
*html #carte{
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://www.gite-cama.com/images/carte.png');
	cursor:hand;
}

/*************** =VIDEO **********************/

#video{
	text-align:center;
}

/*************** =TARIFS **********************/

table.tarifs caption{
	border:1px #fff solid;
	color:#fff;
	font-size:17px;
	font-weight:normal;
	text-align:right;
	height:25px;
	background:url('../images/fond-bleu.jpg') top right repeat-y;
	padding:3px 10px 0 5px;
}

table.tarifs th{
	background:url('../images/fond-th.jpg') #D8E363 repeat-x;
	text-align:left;
	padding:4px 5px;
}

table.tarifs td{
	text-align:center;
	padding:4px 5px;
	background:#D9E464;

}

/*____________________________________________________________________*/
/*_________________________________=FORMULAIRE_____________________________*/
/*____________________________________________________________________*/

fieldset{
	padding:10px 0 5px 0;
	}


legend{display:none}

input,textarea{
	border:1px #000 solid;
	background:url('../images/fond-input.jpg') #fff repeat-x;
	font-size:13px;
	color:#000;
	margin:1px 0;
	padding:2px;
}
select{
	font-size:13px;
	color:#000;
	margin:1px 0;
	padding:2px;
}

#form_contact br{
	clear:both;
}

input.btn_submit{
	border:0;
	padding:0;
	background:none;
}

#form_contact label.obligatoire{
	font-size:10px;width:40%;float:left;
}

#form_contact label{
	display:block;
	float:left;
	width:90px;
	padding:0 10px 0 0;
	font-weight:bold;
	font-size:12px;
	margin:1px 0;
}


#form_contact input,#form_contact textarea{
	float:left;
	margin-right:10px;
} 

#form_contact label.error {
	background:url(../images/error.png)  no-repeat;
	width:20px;
	height:20px;
	float:left;
	padding:0;
}
*html #form_contact label.error {
	background:url(../images/error.jpg) no-repeat;
}


#form_contact label.checked {
	background:url(../images/valide.png) no-repeat;
	width:20px;
	height:20px;
	float:left;
	padding:0;
}
*html #form_contact label.checked {
	background:url(../images/valide.jpg) no-repeat;
}

