
#p_email,
#p_tel,
#p_fax,
#p_courrier
{
	padding-left:30px;
	height:20px;
	line-height:20px;
	background:url(../img/commun/interface/contact/fleche.gif) left top no-repeat;
	vertical-align:middle;
}
/*
#p_email{background:url(../img/commun/interface/contact/email.gif) left top no-repeat;}
#p_tel{background:url(../img/commun/interface/contact/tel.gif) left top no-repeat;}
#p_fax{background:url(../img/commun/interface/contact/fax.gif) left top no-repeat;}
#p_courrier{background:url(../img/commun/interface/contact/courrier.gif) left top no-repeat;}
*/

.champ_obligatoire
{
	font-size:12px;
	color:#d157b5;
	font-weight:bold;
}

#infos_obligatoire
{
	float:left;
	font-style:italic;
}


#div_adresse
{
	width:150px;
	margin:0 auto;
	text-align:center;
}

#col_gauche{
	width:25%;
	float:left;
	color:#777777;
	font-size:12px;
}

#adresse{
	color:#777777;
	font-size:12px;
	line-height:2.8em;
}

#col_centre{
	width:75%;
	float:left;
	margin-top:42px;
}

#tab_contact{
width:95%;
border-collapse:collapse;
margin:30px auto 0px auto;
}

#ligne_entete{
background:#f5b6d6;
height:20px;
}

#ligne_entete td{
font-size:12px;
color:#FFF;
border:0px;
text-align:left;
}

#ligne_entete_gauche{ 	background:url(../img/commun/panier/entete_gauche.png) left top no-repeat #f5b6d6; }
#ligne_entete_droite{ 	background:url(../img/commun/panier/entete_droit.png) right top no-repeat #f5b6d6;width:30px;}

#formulaire_contact label{
	color:#777777;
	font-size:10px;
}

td.label{
	width:25%;
	height:20px;
	vertical-align:middle;
	padding-left:10px;
}

td.input{

	color:#777777;
	font-size:12px;
	vertical-align:middle;
	width:75%;
	height:34px;
}

td.input .input_text{
	background:#FFF;
	border:1px solid #cccccc; 
	width:90%;
	color:#000;
	font-size:12px;
	padding:1px 5px 1px 5px;
}

#type_client
{
	border:1px solid #cccccc;
	width:93%;
	color:#5A5A5A;
	font-size:12px;
	padding-left:3px;
}

#type_client option{padding-left:3px;color:#5A5A5A;}

#message{
	background:#FFF;
	border:1px solid #cccccc; 
	width:90%;
	height:100px;
	color:#000;
	font-size:12px;
	margin:5px 0px 5px 0px;
}

.ligne_paire,
.ligne_impaire{
height:34px;
border-right:1px solid #EEE;
border-left:1px solid #EEE;
}

.ligne_paire td,
.ligne_impaire td{
font-size:12px;
border-bottom:1px solid #DDD;
color:#333;
}

.ligne_paire	{background:#FFF;}
.ligne_impaire	{background:#ffedf5;}

#message_ok{
	font-size:12px;
	color:#777777;
	text-align:center;
	margin-top:30px;
}