/**
 *
 * FIRST VISIT PAGE 
 *
 --------------------------------------------------------------------------------------------------*/
#intro.article, #acquisition.article
{
	background: transparent url('../img/template/intro/background.jpg') no-repeat top left; 
	float: left;
	padding-bottom: 1em;
	width: 100%;
}
#acquisition.article{}

	#acqbox
	{
		display: inline;
		float: left;
		margin: 10px 0 0 20px;
		width: 700px;
	}
		#acqbox .separator
		{
			float: left;
			background: transparent url('../img/template/acquisition/separator.png') no-repeat top left;
			margin-top: 3em;
			width: 20px; height: 200px;
			/*margin: 0 .25em*/
		}
		#acqbox .output h4
		{
			font-size: 105%;
			margin: 1em 0;
		}
		#acqbox .output h4, #acqbox .bluebullet
		{	
			padding-left: .5em;
			color: #333;
		}
		#acqbox .note
		{
			clear: left;
			color: gray;
			font-style: italic;
			font-size: 90%;
			padding: .5em 0 1em 2em;
		}
		#acqbox .btn
		{
			width: 100%;
			text-align: center;
			padding-bottom: 1em;
		}
		#acqbox .bluebullet li
		{
			padding-bottom: .25em;
		}
		
		#pushbox 
		{
			color: #4e4e4e;
			display: inline;
			float: left;
			margin: 10px 0 0 0;
			width: 267px;
		}
			#pushbox p
			{
				margin: 1em 0;
			}
			#pushbox img
			{
				padding-bottom: 1em;
			}
	
	#trailbox
	{
		margin: 10px 0 0 20px;
		width: 944px;
	}
	#trailbox .content, #acqbox .content
	{
		width: 100%;
		background: white;
		color: #333;
	}
	#trailbox .separator
	{
		float: left;
		background: transparent url('../img/template/intro/separator.png') no-repeat top left;
		width: 30px; height: 250px;
		margin: 0 .25em
	}
	#trailbox .output, #acqbox .output
	{
		min-height: 22em;
		float: left;
	}
		#trailbox .output h4
		{
			margin: 1.5em 0;	
		}
		#connectform
		{
			margin: 1.5em 0 1em 0;
		}
		
		#connectform input
		{
			color: #a0a0a0;
			border: 1px solid #8dadc5;
			background-color: #f2f6f8;
			float: left;
			font-size:2em;
			width: 8em;
			margin-right: 2px;
		}
		
		#connectform .ok-btn
		{
			float: left;
			text-align: center;
			
		}
			#connectform .ok-btn a
			{
				color: white;
				display: block;
				font-size: 2em;
				line-height: 1.35em;
				width: 2em;
				background: #8dadc5;
				text-transform: uppercase;
			}

	
	#intro .strip
	{
		background: transparent url('../img/template/intro/bottom_box.png') no-repeat 0 0; 
		margin-left: 1.8em !important;
		margin-left: .8em;
		width: 656px; height: 77px; 	
	}
		#intro .strip .desc
			{
				float: left;
				margin: 2.25em 0 0 18em !important;
				margin: 2.25em 0 0 9.5em;
			}
			#intro .strip .btn_bevel
			{
				float: right;
				margin: 2.75em 30px 0 0 !important;
				margin: 2.75em 1.5em 0 0;
				width: 15em;
			}
			#intro .strip .btn_bevel a
			{
				width: 12em;
			}
	#intro .contactbox
	{
		background: transparent url('../img/template/intro/contactinfo.png') no-repeat 0 0; 
		width: 274px; height: 77px; 	
	}



/**
 *
 * START PAGE
 *
 --------------------------------------------------------------------------------------------------*/	
#start 
{
	float: left;
	border-top: 1px solid #e2e4e6;
	width: 984px;
	padding-left: 16.5px;
}		
	#start .outputbox
	{
		background: transparent url('../img/template/start/outputbox.png') no-repeat 0 0;
		float: left;
		width: 313px; height: 300px;
		font: normal normal normal 1.1em Arial, Helvetica, sans-serif;
		color: white;
	}
		#start .outputbox div
		{
			float: left;
			margin: 2em 0 0 1.5em !important;
			margin: 1.5em 0 0 .75em;
			width: 270px;
		}	
		#start .outputbox h2
		{
			margin-bottom: .5em;
		}
	#start .presbox
	{
		background: transparent url('../img/template/start/outputbg.png') no-repeat 0 0;
		float: left;
		width: 658px; height: 300px;
	}
		#start .connectbox
		{	
			float: right;
			margin-right: 1em;
			width: 26em;
		}
			.connectbox .container
			{
				float: left;
				width: 26em;
				background: white;
			}
			.connectbox .wrapper
			{
				margin: 2em 0 2em 2em;
				width: 22em;
				background: white;
			}
		#start .connectbox p
		{
			color: #333;
		}
		
		#start .connectbox .bottom
		{
			background: transparent url('../img/template/start/roundedbottom.png') no-repeat scroll 100% 100%;
			height: 5px;
			margin: 0 0 0 5px;
		}
			#start .connectbox .bottom div
			{
				background: transparent url('../img/template/start/roundedbottom.png') no-repeat 0 100%;
				position: relative;
				left: -5px;
				width: 5px;
				height: 5px;
				font-size: 1px; /*DAMN IE6 WHITESPACE BUG*/
			}
		#start .trailbox
		{	
			float: left;
			width: 645px;
		}
			.trailbox .outer
			{
				background: #e4e8e8;
				float: left;	
				width: 645px;
			}
			.trailbox .inner
			{
				background: white;
				border: none;
				margin: 0;
				padding: 1em;
			}
			.trailbox p
			{
				margin-top: 0.25em;
				color: #333;
				font-size: 105%;
			}
	#start .joinus
	{
		background: transparent url('../img/template/start/joinus.jpg') no-repeat 0 0; 
		float: right;
		width: 309px; height: 171px; 
		margin-right: 13px !important;
		margin-right: 5px;
	}
		#start .joinus:hover,
		#start .joinus.hover
		{
			cursor: pointer;
		}
		
	#start .strip, #start .contactbox
	{
		margin: 1.5em 0 2em 0;
	}
	#start .strip
	{
		float: left;
		background: transparent url('../img/template/start/bottom_box.png') no-repeat 0 0; 
		width: 652px; height: 57px; 	
	}
		#start .strip .desc
		{
			float: left;
			margin: 1em 0 0 18em !important;
			margin: 1em 0 0 9em;
		}
		#start .strip .btn_bevel
		{
			float: right;
			margin: 1.5em 2em 0 0 !important;
			margin: 1.5em 1em 0 0;
			width: 15em;
		}
		#start .strip .btn_bevel a
		{
			width: 12em;
		}
	#start .contactbox
	{
		background: transparent url('../img/template/start/contactinfo.png') no-repeat 0 0; 
		margin-left: 1em;
		width: 254px; height: 57px; 	
	}
	#start .separator
	{
		float: left;
		background: transparent url('../img/template/start/separator.png') no-repeat top left;
		width: 30px; height: 155px;
		margin-right: 3px;
	}
	#start .bluebullet li p
	{
		font-size: 1em;
		color: #333;
	}
	#start #connectform input
	{
		width: 8em;
		margin-right: 2px;
	}

/**
 *
 * LOGGED
 *
 --------------------------------------------------------------------------------------------------*/
#logged
{
	float: left;
	background: #f1f6fa;
	border-top: 1px solid #e1e1e1;
	padding-bottom: 1em;
	width: 664px;
}	
	#aside #mytabs
	{
		float:left;
		width: 310px;
		padding: 10px 15px 0 15px;
	}
		#mytabs .tabs
		{
			background: transparent url('../img/template/logged/tabs.png') repeat-x 0 -99px;
			list-style:none; 
			margin:0 !important; 
			padding:0;	
			height: 33px;
		
		}
		#mytabs li
		{
			float: left;
		}
			#mytabs .tabs a
			{
				display: block;
				height: 33px;
				text-indent: -9999px;
			}
				#weather
				{
					background: transparent url('../img/template/logged/tabs.png') no-repeat 0 -33px;
					width: 88px; height: 33px;
				}
				#weather:hover
				{
					background-position: 0 -66px;
				}
				#weather.current
				{
					background-position: 0 0;
				}
				#feed
				{
					background: transparent url('../img/template/logged/tabs.png') no-repeat -88px -33px;
					width: 114px; height: 33px;
				}
				#feed:hover
				{
					background-position: -88px -66px;
				}
				#feed.current
				{
					background-position: -88px 0;
				}
			#rssfeed .heading
			{
				font-size: 110%;
				line-height: 2em;
			}
				#rssfeed .heading img
				{
					margin-right: 8px;
				}	
			#rssfeed ul
			{
				background: none;
			}
				#rssfeed li
				{
					background: transparent url('../img/template/logged/separator.gif') repeat-x bottom left;
					width: 310px;
				}
					#rssfeed a
					{
						color: #000;
						display: block;
						padding: .25em 0 .75em 0;
					}
					#rssfeed a:hover
					{
						color: #c40002;
						text-decoration: underline;
					}
	
	#aside .adtools
	{
		float: left;
		width: 310px;
		padding: 10px 15px 0 15px;
	}
		.adtools .adcontainer
		{
			border-top: 1px solid #e2e4e6;
			padding-top: 2px;
			margin-bottom: 5px;
		}
	
	#logged .section
	{
		padding: 0 0 0 15px;
	}
	
	#logged .descbox
	{
		float: left;
		width: 622px;
		border: 2px solid #e4e8e8;
		margin: 1.5em 0;
	}
		#logged .descbox .desc
		{
			float: left;
			width: 270px;
			padding: 21px !important;
			padding: 16px;
			background: transparent url('../img/shared/descbox_bg.gif') repeat-x top left;
		}
			.descbox .strapline h3
			{
				font-size: 1.5em;
				background: #129ed5;
				color: #ffffff;
				display: inline;
				font-style: italic;				
				/*padding: 0 .25em;*/
				text-transform: uppercase;
				
			}
			.descbox .desc p, .nfobox .desc p
			{
				margin-bottom: 1em;
				color: #333;
			}
		#logged .descbox img
		{
			float: right;
			width: 310px; height: 213px;
		}
	#logged .nfobox
	{
		float: left;
		width: 622px;
		border: 2px solid #e4e8e8;
		margin-bottom: 1.5em;
	}
		#logged .nfobox .desc
		{
			float: left;
			width: 386px;
			padding: 15px 20px 0 20px;
			background: transparent url('../img/shared/descbox_bg.gif') repeat-x top left;
		}	
			.nfobox .desc h4
			{
				color: #5396b3;
				font-size: 125%;
				/*margin-bottom: .5em;*/
			}
			.nfobox .desc strong
			{
				color: #333;
				font-size: 105%;
			}
			.nfobox .desc p
			{
				margin-top: .25em;
			}
		#logged .nfobox img
		{
			float: left;
			width: 196px; height: 127px;
		}


 
 
/**
 *
 * TEMPLATE
 *
 --------------------------------------------------------------------------------------------------*/
#content
{
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}
	#content.article
	{
		width: 843px;
		background: #f1f6fa;
		padding-bottom: 5em;
	}
	#content .section
	{
		margin: 1.5em 0 3em 2em;
		
	}
	#content .headbox
	{
		width: 700px;
		padding: 20px;
		background: #129ed5;
		color: white;
	}
	#content .descbox
	{
		float: left;
		width: 736px;
		border: 2px solid #e1e1e1;
		margin-top: 1.5em;
	}
		#content .descbox .desc
		{
			float: left;
			width: 388px;
			padding: 20px;
			background: transparent url('../img/shared/descbox_bg.gif') repeat-x top left;
		}
			.descbox .desc p
			{
				margin-bottom: 1em;
				color: #333;
			}
		#content .descbox img
		{
			float: right;
			width: 308px; height: 213px;
		}
	#content #linkbox
	{
		float: left;
		margin-top: 1.5em;
	}
		#content .linkbox
		{
			float: left;
			width: 330px;
			background: white;
			padding: 8px 18.5px 1em 18.5px !important;
			margin-bottom: 5px;
			margin-right: 4px;
			min-height: 9em !important;
			height: 11em;
		}
		.linkbox .ico
		{
			float: left;
			width: 81px; height: 81px;
			position: relative;
			margin-right: 10px;
		}
			.linkbox .ico .mask
			{
				position: absolute;
				background: transparent url('../img/shared/lnkbox_img_rounded_border_81x81.png') no-repeat 0 0;
				width: 81px; height: 81px;
				
			}
			.linkbox .ico img
			{
				width: 81px; height: 81px;
			}
		.linkbox .desc
		{
			float:  left;
			width: 239px;
		}
			.linkbox h5
			{
				margin-bottom: .25em;
			}
			.linkbox p
			{
				margin-bottom: .75em;
				color: #666;
			}
	
	
/**
 *
 * sIFR
 *
 --------------------------------------------------------------------------------------------------*/
.sifr_h2_lite
{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
}		
.sifr_h3_lite
{
	color: #5396b3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}
.sifr_h4_lite
{
	color: #5396b3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.sifr_h2_connect
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	margin-bottom: .35em;
}
.sifr_h3_header
{
	color: #0a5b99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: .35em;
}
.strapline4 h4
{
	background-color: #129ed5;
	color: #ffffff;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}


/**
 * Surcharge pour les bannières
 *
 **/


.banner {
	border-color: #1F5E9F  !important;
	background-color: #1F5E9F;
	color: #FFFFFF;
}

	.banner .desc {
		background:none !important;
	}
	
	.banner h4 {
		color: #1F5E9F;
		background-color: #e9f2f9;
	}
	
	.banner a, .banner h3, .banner p {
		color: #FFFFFF !important;
	}


/* 
 * --- LEGACY ---
 * STRAPLINE COMMON STYLES
 * Note: all background and color styles must use full 6-character hex codes, as these
 * are passed through to sIFR and cannot be shortened codes like #fff or #000
--------------------------------------------------------------------------------------------*/
/*#straplines div h2 {
	display:inline;
	padding:0 0.1em;
	text-transform:uppercase;
	font-weight:normal;
	line-height:normal;
	text-align:center;
}
#straplines h2 {
	font-size:1.7em;
}
#strapline1 h2, #strapline11 h2 {
	background-color:#ffffff;
	color:#000000;
}
#strapline2 {
	margin:2px 0 0 0;
}
#strapline2 h2, #strapline22 h2 {
	font-size:2.1em;
	background-color:#307095;
	color:#ffffff;
	text-transform: uppercase;
}
#strapline3, #strapline33 {
	margin:2px 0 0 0;
}
#strapline3 h2, #strapline33 h2 {
	font-size:2.1em;
	background-color:#307095;
	color:#ffffff;
   text-transform: uppercase;
}
#strapline4 {
	margin:2px 0 0 0;
}
#strapline4 h2 {
	font-size:2.1em;
	background-color:#307095;
	color:#ffffff;
   text-transform: uppercase;
}
#strapline5 {
	margin:2px 0 0 0;
}
#strapline5 h2 {
	font-size:2.1em;
	background-color:#307095;
	color:#ffffff;
   text-transform: uppercase;
}

.sIFR-hasFlash #straplines div h2 {
	letter-spacing:-1.5px;
	padding:0;
}
.sIFR-hasFlash #strapline1 h2, .sIFR-hasFlash #strapline11 h2 {
	font-size:20px;
}
.sIFR-hasFlash #strapline2 h2, .sIFR-hasFlash #strapline22 h2 {
	font-size:26px;
}
.sIFR-hasFlash #strapline3 h2, .sIFR-hasFlash #strapline33 h2 {
	font-size:26px;
}
.sIFR-hasFlash #strapline4 h2 {
	font-size:26px;
}
.sIFR-hasFlash #strapline5 h2 {
	font-size:26px;
}*/
