/* ********************************* redefinition des marqueurs ****************************** */
FORM {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#contact
{
	width: 700px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contact .titre
{
	color: #008689;
}
#contact .titre H1
{
	font-weight: bold;
	font-size: 1.6em;
	margin: 0;
	padding: 0;
}


#contact .adresse
{
	padding: 10px;
	text-align: justify;
	text-justify: auto;
	position: relative;
}
#contact .adresse P
{
	padding-top: 4px;
}

#contact H2
{
	color: #008689;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#contact .adresse IMG
{
	float: left;
	margin:0 45px 0 0;
}

#contact .texteintro
{
	padding: 10px;
	text-align: justify;
	text-justify: auto;
	position: relative;
	clear:left;
}


#contact .tablecontact
{
margin: 15px 20px 0 20px;
}

#contact .zonemessageerreur
{
	padding: 10px;
}



#contact .label_contact_visu
{
	vertical-align: top;
	padding: 10px 5px;
	background-color: #f4f1e9;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	color: #666;
	white-space: nowrap;
	font-size: 12px;
}
#contact .value_contact_visu
{
	vertical-align: top;
	padding: 5px;
	background-color: #f4f1e9;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;	
}

#contact .label_contact_visu_large
{
	vertical-align: top;
	padding: 5px;
	background-color: #f4f1e9;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	color: #666;
}

#contact .textfield_form
{
	border: 1px solid #008689;
	width: 250px;
	padding: 5px;
	margin: 5px 10px;
}

#contact #Pays
{
	width: 260px;
}
#contact .select_form
{
	border: 1px solid #008689;
	width: 250px;
}
#contact .texteareacontactform
{
	border: 1px solid #008689;
	width: 405px;
	height: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0 10px 10px;
}

#contact .td_visu_erreur
{
	width: 235px;

}
#contact .div_erreur
{
	background: transparent url(../images/accolade_erreur.jpg) scroll no-repeat 0 50%;
	height: 23px;
	line-height: 23px;
}
#contact .td_visu_erreur SPAN
{
	color: #cc0000;
	padding-left: 15px;
	font-weight: bold;
}

#contact .table_legal
{
	border: 1px solid #666;
	margin: 15px 20px 10px 20px;
	width: 465px;
}

#contact .legal
{
	font-size: 9px;
	font-style: italic;
	padding: 5px;
}

#contact .legal A
{
	color: #16adde;
}

#contact .textchampsonbl
{
	vertical-align: top;
	padding: 5px;
	color: #666;
	font-size: 10px;
}

#contact .btn_submit_form
{
	background: transparent url(../images/fond_btn_valider.jpg) scroll no-repeat 0 0;
	border: 0 none;
	width: 79px;
	height: 31px;
	vertical-align: top;
}

#contact .btn_submit_form INPUT
{
	border: 0 none;
	background: transparent;
	width: 79px;
	height: 23px;
	color:#008689;
	font-weight: bold;
	cursor: pointer;
}

