
/********************************************************************
	GENERIC
********************************************************************/

html, body { margin: 0; padding: 0; }

body {
	background-color: #fff;
	font: normal normal 9pt arial, helvetica, sans-serif;
	color: #000;
	margin: 0 8px 8px 8px;
}
body.plan {
	background-color: #fff;
	font: normal normal 9pt arial, helvetica, sans-serif;
	color: #000;
	margin: 0;
}

h1, h2, h3 { margin: 0; padding: 0; }

strong, b { font-weight: bold; }

a:link {
  color:#152D59;
  font-weight: bold;
  text-decoration: none;
  }
a:visited {
  color:#152D59;
  font-weight: bold;
  text-decoration: none;
  }
a:hover {
  color:#152D59;
  font-weight: bold;
  text-decoration: underline;
  }

img { border: 0; }

p { margin: 0; padding: 5px; }

hr { display: block; margin: 2px 0 2px 0px; border: 0; width: 100%; height: 1px; background-color: #9E772B; color: #9E772B; }

select, option { font: normal 8pt arial, helvetica, sans-serif; }


/********************************************************************
	STYLES
********************************************************************/

.bold { font-weight: bold; }
.small { font-size: .8em; }
.italic { font-style: italic; }
.red { color: #AC3537 !important; }
.black { color: #000 !important; }
.alignLeft { text-align: left !important; }
.alignRight { text-align: right !important; }
.alignCenter { text-align: center !important; }

h1 { font: bold 14pt arial, helvetica, sans-serif; color: #17374E; padding: 15px 0 10px 5px; }
h2 { font: bold 11pt arial, helvetica, sans-serif; color: #17374E; padding: 15px 0 10px 5px; }

/********************************************************************
	PLAN D'ACCES
********************************************************************/
#plan_header {
	width: 550px;
	height: 70px;
	padding-top: 13px;
	background: #fff url("../img/plan/plan_top.gif") top left no-repeat;
}
#plan_header h1 {
	float: left;
	display: block;
	width: 480px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	background: #fff url("../img/plan/plan_title.gif") top left no-repeat;
}
#plan_header h1 i {
	display: none;
}
#plan_header div.plan_fermer {
	float: right;
	display: block;
	width: 70px;
	height: 40px;
	background: #fff url("../img/plan/plan_fermer_over.gif") top left no-repeat;
}
#plan_header div.plan_fermer a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff url("../img/plan/plan_fermer.gif") top left no-repeat;
}
#plan_header div.plan_fermer a:hover {
	background: none;
}
#plan_header div.plan_fermer a i {
	display: none;
}
.clear {
	clear: both;
}

#itineraires {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}

#itineraires h2 {
	margin: 0 0 2px 0;
	padding: 0 0 0 30px;
	background: #CCD4DE;
	color: #05324A;
	font-size: 18pt;
}
#itineraires p {
	margin: 0 0 2px 0;
	padding: 3px 0 3px 30px;
	background: #D0EBE0;
	color: #5F5D53;
	font-size: 10pt;
}

