@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.725em;
	background: #bbcbda url(../images/bg_image_track.jpg) no-repeat top center;
	background-attachment: fixed;

}

.fl { float:left; }

.fr {float:right;}

.cb { clear:both; }

.c {text-align:center;}


#rotate-outer
{
	position:relative;
}

#rotate-outer .frame
{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
	
#rotate-inner {
	position:relative;height:  181px;
	width: 219px; }
	
#rotate-inner img {
	left:0pt;
	position:absolute;
	top:0pt;
	width: 219px;
	height: 181px;
}

.item .image {
	border: 1px solid #e3e3e3;
	padding: 5px;
	backgorund-color: #ffffff;
}

.item img.fl {
	margin: 0 12px 12px 0;
}

.item img.fr {
	margin: 0 0 12px 12px;
}

#wrapper {
	text-align: left;
	width: 797px;
	padding:10px 0 0 0;
	margin:auto;
	background-color:#f2f6f9;
	border-style:solid;
	border-color:#cad7e2;
	border-width:2px;
}

#header {
	margin-left:5px;
}

#menu_top {
	width: 797px;
	padding:5px 0 0 6px;
}

#contentWrapper {
	clear:both;
	text-align:left;
	width:100%;
}

#content {
	width:540px;
	float:left;
}

#rightCol {
	margin-left:30px;
	width:225px;
	float:left;
}

#text_content {
	line-height:normal;
	padding:15px 0 10px 20px;
	border-color:#b9cad9;
	border-top-style:solid;
	border-top-width:2px;
	border-bottom-style:solid;
	border-bottom-width:2px;
}

#footer {
	padding-top:5px;
	text-align:center;
	font-size:.8em;	
}
#logo_northern_bleu{
	width:100px; height:20px;
	display:block;
	/*background-image:url(../images/logo_northern_bleu.gif);*/
	background-repeat:no-repeat;
	padding:0; margin:0; border:0;
}

.firstItem {
	padding:10px 15px 0 15px;
}
.item h1, .firstItem h1 {
	font-size:1.5em;
	font-weight:bold;
	padding-bottom:5px;
}

.item h1 {
	border-top:3px solid #FBFBFB;
	padding-top:24px;
}

.item h2 {
	font-size:1.25em;
	font-weight:bold;
	color: #556065;
	padding-bottom:5px;
}

.item {
	text-align: justify;
	padding-bottom: 10px;
}


a {
	color:#666666;
	font-weight:400;
}

a:hover {
	color:#FF0000;
	text-decoration:underline;
}