/* Distributeurs CSS Document */

div#map
{
	width: 750px; 
	height: 500px;
	margin-left:10px;
	margin-bottom:10px;
}

div#distributeur
{
	padding-top:5px;
}
div#distributeur h2
{
	font-size:110%;
	color:#FFF;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
}
div#distributeur .txt_h2
{
	background-image:url(../images/design/title_green_high.png);
	background-position:left;
	background-repeat:no-repeat;
	height:20px;
	padding-left:5px;
	padding-top:3px;
}
div#distributeur p
{
	text-align:left;
	margin-left:5px;
	font-weight:bold;
}
div#distributeur .tel, div#distributeur .tva
{
	padding-top:2px;
}
div#distributeur .city
{
	padding-left:35px;
}
div#distributeur .fax
{
	padding-top:2px;
}
div#ReponseItineraire
{
	width:750px;
	height:540px;
	margin:10px;
}

table#resultat 
{
	margin:0; 
	padding:0; 
	border-collapse: collapse; 
	width:750px;
}

table#resultat th 
{
	height:15px; 
	background-color:#EEEEEE; 
	border: 1px solid #999999; 
	text-align:center; 
	color: #444444;
}

table#resultat td.encadrement 
{
	width:375px; 
	height:500px; 
	border: 1px solid #999999; 
	vertical-align: top;
}

div#EmplacementCarteItineraire
{
	height:500px; 
	width:375px;
}

div#EmplacementTexteItineraire
{
	margin:0; 
	padding:0; 
	width:auto; 
	height:100%; 
	overflow:auto; 
	text-align:left;
}

div#EmplacementTexteItineraire b
{
	color: #03f; 
	text-decoration: underline;
}

