@charset "utf-8";
/* CSS Document */

#introduction{
	margin-left: 41px;
}

#introduction p{
	margin-bottom: 3px;
}

#introduction ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

#introduction ul li{
	background-image: url(../images/contact/puce.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 27px;
}

#contact{
	margin: 16px 0px 0px 41px;
	padding: 0px;
}

#contact fieldset{
	border: none;
	margin: 0px 0px 20px 0px;
}

#contact #zone1{
	background-image: url(../images/contact/motif1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 0px 261px;
	height: 364px;
}

#contact #zone2{
	background-image: url(../images/contact/motif2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px;
	height: 237px;
}

#contact #zone3{
	background-image: url(../images/contact/motif3.jpg);
	background-repeat: no-repeat;
	background-position: 21px top;
	padding: 0px 0px 0px 228px;
	height: 222px;
}

#contact fieldset h3{
	padding: 0px 0px 12px 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #4d4030;
	font-weight: normal;
}

#contact fieldset p{
	margin-bottom: 5px;
}

#contact fieldset p label{
	font-weight: normal;
	float: left;
}

#contact #zone1 label{
	width: 182px;
}

#contact #zone2 label{
	width: 211px;
}

#contact #zone3 label{
	width: 78px;
}

#contact .champ{
	border: 1px solid #5d4e3b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4030;
	width: 210px;
}

#contact textarea{
	border: 1px solid #5d4e3b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4030;
}

#contact .addr{
	height: 51px;
	width: 210px;
}

#contact .mess{
	height: 95px;
	width: 353px;
}

#contact .ligne{
	float: none;
}

#grp_modes_contact{
	padding-left: 64px;
}

#grp_modes_contact p{
	float: left;
	margin-right: 21px;
	position: relative;
}

#grp_modes_contact img{
	vertical-align: middle;
}

#grp_modes_contact input{
    opacity: 0; /* pour !IE */
    filter: alpha(opacity=0); /* pour IE */
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#grp_reservation{
	padding-left: 34px;
}

#grp_reservation p{
	display: inline;
	margin-right: 17px;
	position: relative;
}

#grp_reservation img{
	vertical-align: middle;
}

#grp_reservation input{
    opacity: 0; /* pour !IE */
    filter: alpha(opacity=0); /* pour IE */
    width: 17px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#grp_motifs{
	padding-left: 37px;
}

#grp_motifs p{
	position: relative;
}

#grp_motifs img{
	vertical-align: middle;
}

#grp_motifs .radio{
    opacity: 0; /* pour !IE */
    filter: alpha(opacity=0); /* pour IE */
    width: 17px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#soumettre{
	text-align: center;
	padding: 7px 0px 0px 0px;
	position: relative;
}

#soumettre i{
	position: absolute;
	z-index: 10;
	top: 0px;
	right: 20px;
	font-size: 10px;
	display: block;
	width: 150px;
	text-align: right;
}

#erreurs{
	color: #990000;
	margin: 1em 0px;
	background-color: #d6d391;
	padding: 5px;
}

#erreurs p{
	margin: 0px;
	font-weight: bold;
}

#erreurs ul{
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}