@charset "utf-8";

/* utilisé pour tous les jours du voyage */


#jourtop {
	position: relative;
	height: 220px;
}

#journb {
	font-size: 24px;
	color: white;
}

#jourtitle {
	margin-top: 20px;
	font-size: 32px;
}

#jourintro {
	margin-top: 30px;
	width: 400px;
	font-weight: bold;
	color: #333333;
}

#stepcontainer {
	position: absolute;
	top: 30px; left: 700px;
	width: 270px;
	height: 160px;
	border: white 2px solid;
	background-image: url(../../img/usajours/usabkstepsjour.jpg);
}

#jourmain {
	padding-top: 30px;
}

#jourmain p {
	margin: 30px;
	text-align: justify;
}

#jourmain h2 {
	margin: 30px 0 -25px 10px;
	padding: 10px 0 10px 20px;
	font-size: 18px;
	border-top: black 1px dotted;
	border-left: black 1px dotted;
	width: 300px;
}

#nextlink {
	float: right;
}
#previouslink {
	float: left;
}

#nextlink, #previouslink {
	margin-top: 30px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#nextlink:visited, #previouslink:visited {
	color: black;
}

#nextlink:hover, #previouslink:hover {
	color: #663300;
}

