/* gestion adresse */

#nom_adresse
{
	color:black;
	text-decoration:none;
	margin-left:30px;
}

#lien_edit
{
	color:#F93;
	text-decoration:none;
}

#lien_sup
{
	color:#F10327;
	text-decoration:none;
}

/* Panier */

.panier
{
	border-collapse:collapse;
	text-align:center;
	margin:auto;
	width:930px;
}

.panier td
{
	border-bottom:1px solid #CCC;
	padding-top:5px;
	padding-bottom:5px;
}

#bt_valid_pan
{
	width:210px;
	height:30px;
	background:url(../images/valid_pan.png) no-repeat;
	color:white;
	font-weight:bold;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:3px;
	font-size:13px;
	text-shadow:1px 1px grey;	
	border:none;
}

#bt_continuer
{
	width:116px;
	height:30px;
	background:url(../images/bt_continuer.png) no-repeat;
	color:white;
	font-weight:bold;
	padding-left:35px;
	line-height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-shadow:1px 1px grey;
	border:none;
}

#bt_continuer_1
{
	width:116px;
	height:30px;
	background:url(../images/bt_continuer.png) no-repeat;
	color:white;
	font-weight:bold;
	padding-left:35px;
	line-height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-shadow:1px 1px grey;
	border:none;
}

.tab_liv
{
	border-collapse:collapse;
}
.tab_liv tr
{
	height:80px;
}

.tab_liv td
{
	border-bottom:1px solid #ccc;
}

#noborder td
{
	border:none;
}

.horaire p 
{
	margin-top:2px;
}

.tab_cmd
{
	width:860px;
	margin:auto;
	border-collapse:collapse;
}

.tab_cmd td
{
	height:25px;
	border-bottom:1px solid #E8E8E8;
}

#cmd_selected
{
	
	background-color:#E1EFFF;

}

.tab_list_cmd 
{
	width:500px;
}
.tab_list_cmd td
{

	height:20px;
	border-bottom:1px solid #E8E8E8;
}

.detail_cmd
{
	width:350px;
	float:left;
	border-top:1px solid #DADADA;
	border-right:1px solid #DADADA;
	border-bottom:1px solid #DADADA;;
}

#green
{
	 color:#3C71EE;
}
