/*  -------------------------------------------------------
	CSS Reset
	------------------------------------------------------- */
	
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		background: transparent;
		border: 0;
		margin: 0; padding: 0;
		outline: 0;
		vertical-align: baseline;
	}
	h1, h2, h3, h4, h5, h6 {font-weight: normal;}
	body {line-height: 1;}
	ol, ul {list-style: none;}
	blockquote, q {quotes: none;}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
	}
	ins {text-decoration: none;}
	del {text-decoration: line-through;}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

/*  -------------------------------------------------------
	Typographie & Generic
	------------------------------------------------------- */
	
	#content img {
		border: 1px solid #fff;
	}
	a {
		color: #28afcc;
		text-decoration: none;
	}
	a:hover {
		color: #fff;
	}
	#content a, #main a, a.more {
		font-weight: bold;
		font-style: italic;
	}
	h1, h2, h3 {
		color: #28afcc;
		font-weight: bold;
	}
	h2 {
		border-bottom: 1px solid #1b647c;
		font-size: 1.3em;
		margin-bottom: 16px;
		text-transform: uppercase;
		vertical-align: baseline;
	}
		h2 span {
			color: #add793;
			font-size: 1.4em;
			position: relative; top: -1px;
		}
	h3 {
		font-size: 13px;
		margin-top: 16px;
	}
	h4 {
		font-size: 13px;
		margin-top: 16px;
		font-style: italic;
	}
	p {
		margin-bottom: 12px;
	}
	
	.withThumb {
		min-height: 100px;
	}
	.withThumb img {
		float: left;
	}
	.withThumb p {
		margin-left: 145px;
	}
	
	.text ul {
		list-style: disc;
		margin: 0 0 16px 30px;
	}
	.text ol {
		list-style: lower-alpha;
		margin: 0 0 16px 30px;
	}

	form {
		line-height: 2.4em;
	}
		form label {
			display: inline-block;
			text-align: right;
			width: 150px;
		}
		textarea {
			vertical-align: text-top;
		}
		
		input {
			width: 400px;
		}
		input.submit {
			background: #aab5b9 url(/img/bg/body.png) 0 -350px;
			border: 1px solid #ccd3d5;
			color: #28AFCC;
			cursor: pointer;
			font-weight: bold;
			margin: 30px 0 0 250px;
			padding: 5px 8px;
			text-transform: uppercase;
			width: auto;
		}
		input.submit:hover {
			background-position: 0 -480px;
			color: #fff; /*aab5b9*/
		}
		
	span.org {
		text-transform: uppercase;
	}
	
/*  -------------------------------------------------------
	Shell
	------------------------------------------------------- */
	html {
		height: 100%;
	}
	body {
		font: 16px/1.4 verdana, sans-serif;
		height: 100%;
	}
	#page {
		background: #000 url(/img/bg/body.png) repeat-x left bottom;
		color: #fff;
		min-height: 100%; 
		position: relative;
	}
	
		#wrap {
			margin: 0 auto;
			/*overflow: hidden;*/
			width: 960px;
		}

	#main { float: left; width: 100%; }

		#content {min-height: 300px;}
	
	/* Sidebar */
	#sidebar {
		float: left;
		width: 216px;
	}
		#submenu {
			background: url(/img/bg/subnav.png) no-repeat 0 0;
			margin: 40px 0 0;
			padding-top: 1px; 
		}
			#submenu a {
				background: url(/img/bg/subnav.png) no-repeat 0 -1px;
				display: block;
				font-size: 16px;
				font-weight: bold;
				height: 20px;
				padding: 10px;
				text-transform: uppercase;
			}
			#submenu .selected a {
				background: url(/img/bg/subnav.png) no-repeat 0 -41px;
				color: #fff;
				padding-left: 20px;
			}
			
		#submenu2 {
			background: url(/img/bg/subnav2.png) no-repeat 0 0;
			float: left;
			margin: 65px 0 0;
			padding-top: 1px;
			width: 209px;
		}
		#submenu3 {
			display:block;
			float: left;
			margin: 65px 0 0;
			margin-top:300px;
			margin-left:-209px;
			padding-top: 1px;
			width: 209px;
		}
			#submenu2 a {
				background: url(/img/bg/subnav2.png) no-repeat 0 -1px;
				display: block;
				font-size: 16px;
				font-weight: bold;
				height: 49px;
				line-height: 0.8em;
				padding: 10px;
				text-transform: uppercase;
			}
			#submenu2 img {
				float: left;
				margin-right: 18px;
			}
			#submenu2 .selected a {
				background: url(/img/bg/subnav2.png) no-repeat 0 -69px;
				color: #fff;
			}
			#submenu2 span {
				display: block;
				margin-top: 10px;
			}
			#submenu2 .oneLine span {
				display: block;
				margin-top: 20px;
			}
	
	/* Content */
	#content {
		margin-left: 295px;
	}
	
/*  -------------------------------------------------------
	Header
	------------------------------------------------------- */
	#header {
		position: relative;
	}	
	#header h1 {
		padding-top: 20px;
		position: relative; left: -40px;
		text-align: center;
	}
	
	#menu {
		font-size: 23px;
		font-weight: bold;
		height: 2em;
		margin: 10px 0 20px 224px;
		text-transform: uppercase;
	}
	.fr #menu { 	margin: 10px 0 20px 180px; }
		#menu li {
			float: left;
			margin-right: 22px;
			padding: 3px 15px;
		}
		#menu li.selected {
			background: url(/img/bg/circle_2.gif) no-repeat left top;
		}
		#menu li#homeNav.selected, #menu li#newsNav.selected { background: url(/img/bg/circle_1_en.gif) no-repeat left top; }
		.fr #menu li#homeNav.selected { background: url(/img/bg/circle_1.gif) no-repeat left top; }
		.fr #menu li#newsNav.selected { background: url(/img/bg/circle_2.gif) no-repeat left top; }
		.fr #menu li#contactNav.selected { background: url(/img/bg/circle_3.gif) no-repeat left top; }
		#menu li.selected a { color: #fff; }

		#lang a {
			font: normal .7em arial;
			color: #fff;
			position: absolute;
			right: 10px; top: 0;
			height: 26px; width: 68px;
			padding: 0 0 0 6px;
			background: url(/img/bg/btn_lang.gif) no-repeat left top;
		}
		.fr #lang a { padding: 0 0 0 10px; width: 64px; }	
	
/*  -------------------------------------------------------
	Footer
	------------------------------------------------------- */
	
	#prefooter {clear: both; height: 100px;}
	#footer {
		clear: both;
		height: 39px; width: 930px;
		position: absolute; bottom: 10px;
	}
	#footer, #footer a {
		color: #767777;
		font-size: 12px;
		text-decoration: none;
	}
	#footer a:hover {
		color: #000;
		text-decoration: underline;
	}
	.logoCIE {
		position: absolute;
		left: 0; top: 0;
	}
		#footer p { float: left; margin: 0 0 0 55px; }
		#footer ul { float: left; clear: both; width: 100%; }
		#footer ul li {
			background: url(/img/border_nav_footer.gif) no-repeat left 3px;
			padding: 0 10px;
			float: left;
		}
		#footer ul li.first {
			background: none;
			padding-left: 55px;
		}
		p#by {
			position: absolute;
			right: 10px; top: 15px;
			width: 100px;
		}
		.fr p#by { width: 105px; }
		p#by span{
			padding-top: 3px;
			float: left;
			display: block;
		}
		#by a img{
			display: block;
			text-indent: -999px; overflow: hidden;
			float: right;
		}

/*  -------------------------------------------------------
	Page Specifics
	------------------------------------------------------- */
	
	/* News */
	#news #sidebar {
		background: url(/img/bg/news.png) no-repeat left bottom;
		padding: 0 0 350px;
	}
	
	/* Home Page */
	#home_col_1 {
		float: left;
		width: 496px;
	}
	#home_col_2 {
		float: right;
		width: 400px;
	}
	
	#share h2 {margin-bottom: 10px;}
	#share li {
		float: left;
		margin-right: 10px;
	}
		#share a {
			display: block;
			height: 20px; width: 20px;
			text-indent: -999px; overflow: hidden;
		}
		#delicious {
			background: url(/img/icon/delicious.gif) no-repeat 0 0; 
		}
		#google {
			background: url(/img/icon/google.gif) no-repeat 0 0; 
		}
		#facebook {
			background: url(/img/icon/facebook.gif) no-repeat 0 2px; 
		}
		#reddit {
			background: url(/img/icon/reddit.gif) no-repeat 0 0; 
		}
	
	/* Movies & TV */
	
	.movietv #main {
		width: 700px;
		margin-left: 16px;
		float: left;
	}
	.movietv #sidebar {
		width: 220px;
		margin: 50px 0 0;
		float: right;
	}
	
	#partners li {
		text-align: center;
		width: 32%;
		margin: 0 0 30px 0;
		float: left;
	}
	#partners li.newRow {
		clear: left;
	}
	
	/* CtA The Game */
	#cta_game {
		background: url(/img/bg/cta_game.png) no-repeat 0 0;
		position: relative;
		left: -34px;
		height: 161px; width: 571px;
		margin: 30px 0 0;
		clear: left;
	}
	.fr #cta_game { background: url(/img/fr/cta_game.png) no-repeat 0 0; }
		#cta_game a {
			text-indent: -9999px;
			position: absolute;
			left: 196px; bottom: 10px;
			height: 46px; width: 126px;
			overflow: hidden;
			display: block;
		}
		#cta_game p {
			font-size: 11px;
			color: #000;
			line-height: 14px;
			position: absolute;
			left: 170px; top: 58px;
			width: 210px;
		}
		.fr #cta_game p {
			left: 164px; top: 58px;
			width: 210px;
		}
	
/*  -------------------------------------------------------
	Others
	------------------------------------------------------- */

	a.addthis_button {display: none;}
	html.js a.addthis_button {display: inline;}

	#bgcover {
		background: #000;
		position: absolute;
		position: fixed;
		top:0; left:0; bottom:0;
		width: 100%;
		z-index: 900;
	}

	.hide { display:none; }
	.skip { position: absolute; left: -9999px}
	.clearfix:after, .box:after {
		height:0;
		content:".";
		clear:both;
		display:block;
		visibility:hidden;
	}

    .breakFloat {
        width: 526px !important;
        height: 1px !important;
		padding: 0 !important;
        margin: 0 !important;
    }