
/* STYLE CYC  (ne pas supprimer) */
.cyc {
	position: absolute;
	top: -10000px;
}

/* STYLE DE LA PAGE CONTACT */

.inputForm{
	font-family:Arial, Courier, monospace;
	font-size:12px;
	color:#000000;
	font-weight: normal;
	background-color:#ffffff;
	width:158px;
	border:1px solid #EFDDAE;
}
.inputFormOver{
	font-family: Arial, Courier, monospace;
	font-size:12px;
	font-weight: normal;
	background-color:#EFDDAE;
	width:158px;
	border:1px solid #EFDDAE;
}
.button{
	font-family:Arial, Courier, monospace;
	font-size: 12px;
	color: #DD511F;
	border: 1px solid #DD511F;
	width:80px;
	background-position: bottom left;
	background-color: #F9D166;
	vertical-align: bottom;
}
.buttonOver{
	font-family:Arial, Courier, monospace;
	font-size: 12px;
	color:#F9D166;
	border: 1px solid #F9D166;
	width:80px;
	background-position: bottom left;
	background-color: #DD511F;
	vertical-align: bottom;
}

#frmContact{ /* dedicated ID for "contact form"*/
width:700px;
float:left;
margin-top:20px;
}
#frmContact .Label, #frmContact label{
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E5E9EC;
  font-weight:bold;
  text-align:left;
}

.notice{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #E5E9EC;
font-weight:normal;
line-height:18px;
text-align:center;
}
/**************************************************Editable Areea******************************/

.photo_right{
	float:right;
	border:solid 1px #BE0000;
	padding:3px;
	background:#FFBA00;
	margin:0px 0px 10px 10px;
}
.photo_left{
	float:left;
	border:solid 1px #BE0000;
	padding:3px;
	background:#FFBA00;
	margin:0px 10px 10px 0px;
}
.title{
	font-size:13px;
	font-weight:bold;
	color:#F0AF00;
}
