/*************************** STYLE DES FORMULAIRES  **********************************/
.form_contact{
	font-weight:bold;
	text-align: left;
	font-size:13px;
}
/* ------------ GAUCHE =>left=55px--------------*/
.contact_SOCIETE{
	position: absolute;
	left: 55px;
	top: 72px;
	border: 0px none;
	font-family: "Trebuchet MS";
}

.contact_ACTIVITE{
	position:absolute;
	left:55px;
	top:120px;
	border: 0px none;
	font-family:"Trebuchet MS";
}
.contact_ADRESSE{
	position:absolute;
	left:55px;
	top:172px;
	border: 0px none;
	font-family:"Trebuchet MS";
}

.contact_ADRESSE2{
	position:absolute;
	left:55px;
	top:206px;
	border: 0px none;
	font-family:"Trebuchet MS";
}

.contact_CP{
	position:absolute;
	left:55px;
	top:255px;
	border: 0px none;
	font-family:"Trebuchet MS";
}

.contact_VILLE{
	position:absolute;
	left:170px;
	top:255px;
	border: 0px none;
	font-family:"Trebuchet MS";
}



/* ------------ DROITE =>left=510px--------------*/
.contact_CIV{
	position:absolute;
	left:510px;
	top:78px;
	border: 0px none;
	font-family:"Trebuchet MS";
}

.contact_NOM{
	position:absolute;
	left:560px;
	top:78px;
	border: 0px none;
	font-family:"Trebuchet MS";
}
.contact_PRENOM{
	position:absolute;
	left:510px;
	top:128px;
	border: 0px none;
	font-family:"Trebuchet MS";
}

.contact_FONCTION{
	position:absolute;
	left:510px;
	top:180px;
	border: 0px none;
	font-family:"Trebuchet MS";
}

.contact_TEL{
	position:absolute;
	left:510px;
	top:230px;
	border: 0px none;
	font-family:"Trebuchet MS";
}

.contact_FAX{
	position:absolute;
	left:510px;
	top:275px;
	border: 0px none;
	font-family:"Trebuchet MS";
}

.contact_EMAIL{
	position:absolute;
	left:475px;
	top:330px;
	border: 0px none;
	font-family:"Trebuchet MS";
	color:blue;
}

.contact_MESSAGE{
	position:absolute;
	left:368px;
	top:415px;
	border: 0px none;
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	font-style:italic;
}

.check_DOC{
	position:absolute;
	left:214px;
	top:345px;
}

.check_CONTACT{
	position:absolute;
	left:214px;
	top:370px;
}
/* ------------ BOUTONS --------------*/

a.valider_contact{
	position:absolute;
	left:460px;
	top:496px;
	background-image: url(../images/valider_contact.png);
	background-repeat: no-repeat;
	background-position: center;
	width:110px;
	height:40px;
}
a.valider_contact:hover{
	background-image: url(../images/valider_contact_survol.png);
}

a.effacer_contact{
	position:absolute;
	left:590px;
	top:496px;
	background-image: url(../images/effacer_contact.png);
	background-repeat: no-repeat;
	background-position: center;
	width:110px;
	height:40px;
}
a.effacer_contact:hover{
	background-image: url(../images/effacer_contact_survol.png);
}

/************************* FOCUS ****************************************/

/* ------------ GAUCHE =>left=55px--------------*/
.contact_SOCIETE_focus{
	position:absolute;
	left:55px;
	top:72px;
	border: 0px none;
	font-family:"Trebuchet MS";
	background-image: url(../images/focus_contact.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
}

.contact_ACTIVITE_focus{
	position:absolute;
	left:55px;
	top:120px;
	border: 0px none;
	font-family:"Trebuchet MS";
	background-image: url(../images/focus_contact.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
}
.contact_ADRESSE_focus{
	position:absolute;
	left:55px;
	top:172px;
	border: 0px none;
	font-family:"Trebuchet MS";
	background-image: url(../images/focus_contact.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
}

.contact_ADRESSE2_focus{
	position:absolute;
	left:55px;
	top:206px;
	border: 0px none;
	font-family:"Trebuchet MS";
	background-image: url(../images/focus_contact.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
}

.contact_CP_focus{
	position:absolute;
	left:55px;
	top:255px;
	border: 0px none;
	font-family:"Trebuchet MS";
	background-image: url(../images/focus_contact.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
}

.contact_VILLE_focus{
	position:absolute;
	left:170px;
	top:255px;
	border: 0px none;
	font-family:"Trebuchet MS";
	background-image: url(../images/focus_contact.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
}



/* ------------ DROITE =>left=510px--------------*/
.contact_NOM_focus{
	position:absolute;
	left:560px;
	top:78px;
	border: 0px none;
	font-family:"Trebuchet MS";
	background-image: url(../images/focus_contact.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
}
.contact_PRENOM_focus{
	position:absolute;
	left:510px;
	top:128px;
	border: 0px none;
	font-family:"Trebuchet MS";
	background-image: url(../images/focus_contact.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
}

.contact_FONCTION_focus{
	position:absolute;
	left:510px;
	top:180px;
	border: 0px none;
	font-family:"Trebuchet MS";
	background-image: url(../images/focus_contact.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
}

.contact_TEL_focus{
	position:absolute;
	left:510px;
	top:230px;
	border: 0px none;
	font-family:"Trebuchet MS";
	background-image: url(../images/focus_contact.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
}

.contact_FAX_focus{
	position:absolute;
	left:510px;
	top:275px;
	border: 0px none;
	font-family:"Trebuchet MS";
	background-image: url(../images/focus_contact.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
}

.contact_EMAIL_focus{
	position:absolute;
	left:475px;
	top:330px;
	border: 0px none;
	font-family:"Trebuchet MS";
	background-image: url(../images/focus_contact.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	color:blue;
}

.contact_MESSAGE_focus{
	position:absolute;
	left:368px;
	top:415px;
	border: 0px none;
	font-family:"Trebuchet MS";
	background-image: url(../images/focus_contact.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
}
