@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../assets/body-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #003465;
	background-image: url(../assets/header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	background-position: center top;
	position: relative;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -1000em;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 85%;
	text-align: center;
}
h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol {
	margin: 0px;
	padding: 0px;
}
#navcontainer ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	background-color: #036;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 1em;/* fixes Firefox 0.9.3 */
	list-style-type: none;
}

#navcontainer ul li
{
	display: inline;
	margin-left: -6px;
}

#navcontainer ul li a
{
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navcontainer ul li a:hover
{
	color: white;
	background-color: #336699;
}
#navcontainer #current {
	background-color: #369;
	cursor: default;
}
#footer #current {
	color: #000000;
	text-decoration: none;
	cursor: default;
}

#navcontainer   .premier {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#mainContent h1 {
	text-transform: uppercase;
	font-size: 1.2em;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 1em;
}
#mainContent h2 {
	font-size: 1.1em;
	padding-bottom: 1em;
}
#mainContent h3 {
	background-image: url(../assets/arrow-grey.gif);
	background-color: #e9e9e9;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: bold;
	margin-top: 1em;
}
#mainContent h4 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
.cruiseshipList {
	text-align: center;
}


#mainContent li {
	background-image: url(../assets/spade.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-bottom: .5em;
}
#mainContent ul {
	list-style-type: none;
}
#mainContent p {
	margin-bottom: 1em;
}
#mainContent table {
	margin-bottom: 1em;
}
.encadre {
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 1em;
	padding-bottom: 0px;
}
#lien {
	position: absolute;
	left: 1px;
	top: 1px;
}
#ryder {
	margin: 20px;
	border: 2px dashed #CCCCCC;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}#mainContent img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.rouge {
	color: #FF0000;
	font-weight: bold;
}
#mainContent em {
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
#mainContent #ryder li {
	padding-left: 2em;
	background-position: 1em;
	margin-top: -0.75em;
}
#flashcontent {
	margin-bottom: 1em;
}
.oneColFixCtrHdr #container #mainContent #explications li {
	background-image: none;
	list-style-type: decimal;
	margin-left: 2.5em;
	padding-left: -1em;
}
.hidefromScreen {
	display: none;
}
