#bloc_adresse{
margin-top:20px;
text-align:center;
}

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

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

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

#ligne_entete{
background:#BBB;
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 #BBB; }
#ligne_entete_droite{ 	background:url(../img/commun/panier/entete_droit.png) right top no-repeat #BBB;width:30px;}

#formulaire_contact label{
	color:#8F6964;
	font-size:12px;
}

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

td.input{

	color:#8F6964;
	font-size:12px;
	vertical-align:middle;
	width:80%;
	height:34px;
}

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

td.input .select{
	background:#FFF;
	border:1px solid #D3B0AB; 
	width:394px;
	color:#DB002F;
	font-size:12px;
}

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

#submit{
	float:right;
	margin-right:15px;
	/*color:#FFF;
	width:100px;
	height:22px;
	background:url(../img/commun/interface/btn_vert_moyen.gif) left top no-repeat;
	border:0px; 
	font-size:12px;
	text-decoration:none;
	text-align:center;
	line-height:22px;
	vertical-align:middle;
	font-weight:bold;*/
}

.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:#FFEEEB;}
.ligne_impaire	{background:#FCF5F1;}

#message_ok{
	font-size:16px;
	color:#8F6964;
	text-align:center;
	margin-top:30px;
	font-weight:bold;
}

#bloc_erreurs,
#bloc_informations,
#bloc_ok{
width:400px;
padding:10px 20px;
margin:0 auto 20px;
text-align:center;
color:#FFF;
font-size:12px;
}

#bloc_erreurs{
background:#EF9595;
border-top:1px solid #D20;
border-bottom:1px solid #D20;
}

#bloc_informations{
background:#68BFEF;
border-top:1px solid #1578AF;
border-bottom:1px solid #1578AF;
}

#bloc_ok{
background:#2fb72f;
border-top:1px solid #005122;
border-bottom:1px solid #005122;
}