
/* STYLE CONTENU */
#texte h1{
font-family:Arial, Helvetica, sans-serif;
font-size:1.4em;
line-height:20px;
height:20px;
color:#A9A354;
text-indent:100px;
text-transform:uppercase;
text-align:left;
margin:10px 0 0 0;

}
#texte h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:uppercase;
font-weight:bold;
text-align:left;
color:#b7b15e;
padding-top:15px;
border-bottom:1px dashed #B7B15E;
margin-bottom:5px;
}



h3{
font-family:Georgia, Arial, Helvetica, sans-serif;
font-size:14px;
line-height: 18px;
font-weight: normal;


padding-top:15px;
text-align: center;

}

#texte a:link, #texte a:visited{
	font-weight:bold;
		text-decoration:none;
	color: #b7b15e;
}
#texte a:hover, #texte a:active{
	font-weight:bold;
	text-decoration:underline;
	color: #b7b15e;
}


#lien{
	font-weight:bold;
		text-decoration:none;
	color: red;
}
#lien:hover{
	font-weight:bold;
	text-decoration:underline;
	color: #b7b15e;
}

a img{
filter: alpha(opacity=100);
-moz-opacity: 1.00;
opacity:1.00;
border:0px;



}

a:hover img{
filter: alpha(opacity=70);
-moz-opacity: 0.70;
 opacity:0.70;
border:0px;

}

.inputForm{
	font-family: Arial, Courier, monospace;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color:#ffffff;
	width: 190px;
	border: 1px solid #DCDAB3;
}
.inputFormOver{
	font-family:  Arial, Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	background-color:#F6F9FA;
	width: 190px;
	border: 1px solid /*#A73364;*/#DCDAB3;
}

.button{
	font-family:Arial, Courier, monospace;
	font-size: 12px;
	color: #55511F;
	border: 1px solid #BEBC6B;
	background-position: bottom left;
	background-color: #DCDA82;
	vertical-align: bottom;
	width:80px;
}
.buttonOver{
	font-family:Arial, Courier, monospace;
	font-size: 12px;
	color: #ffffff;
	border: 1px solid #BEBC6B;
	background-position: bottom left;
	background-color: #BEBC6B;
	vertical-align: bottom;
	width:80px;
}

.frmContact{ /* dedicated ID for "contact form"*/
width:640px;
border: 1px solid #DCDAB3;
background-color:#F6F5E3;




}
 .frmContact .Label, .frmContact label{
   font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #55511F;
  font-weight:normal;
  text-align:left;

}

.notice{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#55511F;
line-height:18px;
text-align:center;

}
