
body {
	background-color: #FF6600;
	background-image: url(../images/bg_orange.jpg);
	background-repeat: repeat-y;
	background-position: 0;
}

#map {
float: left;
	height:300px;
	width:250px;
	margin:0 13px 0 20px;
	border: thick solid #441702;
}

#trajet {
margin-top: 20px;
margin-bottom:65px;
}

div#content p a,div#content p a:link,div#content p a:active,div#content p a:visited{
color:#990000;
text-decoration:underline;
padding:0 1px
}
div#content p a:hover {
color:#780500;
background-color:#BB9D6B;
text-decoration:none
}