@charset "utf-8";
/* CSS Document */

/*
 * Project: Franck
 * 
 * 
 * 
*/

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

/* --------------------------------------------------------------------------------------------- common */

a {
    text-decoration: none;
}

a img {
    border: none;
}

li {
	list-style-type: none;	
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* --------------------------------------------------------------------------------------------- body */

html {
	width: 100%;
	height: 100%;
}

body.landing {
	background: #a10f00 url(../images/site/bck/landing_bck.jpg) center top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	width: 100%;
	height: 100%;
}

body.landing.winter {
	background: #fff url(../images/site/bck/winter/landing_bck.jpg) center top no-repeat;
}

/* --------------------------------------------------------------------------------------------- landing_wrapper */

.landing_wrapper {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

.landing_wrapper h1 {
	position: absolute;
	top: 68px;
	height: 20px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	width: 1000px;
	background: url(../images/site/content/landing_title.png) center center no-repeat;
	text-indent: -10000px;
}

.langEN .landing_wrapper h1 {
	background: url(../images/site/content/landing_title_en.png) center center no-repeat;
}

.winter .landing_wrapper h1 {
	top: 28px;
	height: 134px;
	width: 1000px;
	background: url(../images/site/bck/winter/landing_title.png) center center no-repeat;
}

.landing_wrapper .language {
	position: absolute;
	top: 8px;
	left: 868px;
	width: 86px;
	height: 30px;
}

.landing_wrapper .language li {
	float: left;
	width: 43px;
	height: 30px;
	background: url(../images/site/bck/landing_language.png) 0px 0px no-repeat;
}

.landing_wrapper .language li.hr {
	background-position: -43px 0px;
}

.landing_wrapper .language.activeEN li.en {
	background-position: -86px 0px;
}

.landing_wrapper .language.activeHR li.hr {
	background-position: -129px 0px;
}

.landing_wrapper .language li a {
	display: block;
	width: 43px;
	height: 30px;
	overflow: hidden;
	text-indent: -10000px;
}

.landing_wrapper .language li a:hover {
	background: url(../images/site/bck/landing_language_hover.png) center bottom no-repeat;
}

.ribbonTitle {
	position: absolute;
	top: 414px;
	height: 36px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	width: 1000px;
	background: url(../images/site/bck/landing_ribbon_title.png) 104px center no-repeat;
	text-indent: -10000px;
}

.langEN .ribbonTitle {
	background: url(../images/site/bck/landing_ribbon_title_en.png) 104px center no-repeat;
}

.winter .ribbonTitle {
	position: absolute;
	top: 468px;
	height: 36px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	width: 1000px;
	background: url(../images/site/bck/winter/landing_ribbon_title.png) 158px center no-repeat;
	text-indent: -10000px;
}

.winter.langEN .ribbonTitle {
	background: url(../images/site/bck/winter/landing_ribbon_title_en.png) 154px center no-repeat;
}


.winter .jcarousel-skin-tango {
	top: 510px;
}

.landing_wrapper .worlds {
	position: absolute;
	top: 465px;
	left: 120px;
}

.landing_wrapper .worlds li {
	float: left;
	width: 240px;
	margin-right: 18px;
}

.landing_wrapper .worlds li a {
	display: block;
	width: 240px;
	height: 203px;
	background: url(../images/site/bck/landing_worlds.png?load=2) 0px 0px no-repeat;
	overflow: hidden;
	text-indent: -10000px;
}

.langEN .landing_wrapper .worlds li a {
	background: url(../images/site/bck/landing_worlds_en.png?load=1) 0px 0px no-repeat;
}

.siteSelection {
	position: absolute;
	top: 128px;
	left: 260px;
}

.winter .siteSelection {
	top: 168px;
}

.siteSelection li {
	float: left;
	width: 216px;
	min-height: 240px;
}

.siteSelection li.franckWorlds {
	padding-right: 21px;
	border-right: 1px dotted #fff;
	margin-right: 21px;
}

.winter .siteSelection li.franckWorlds {
	border-right: 1px dotted #e30000;
}

.siteSelection li h2 {
	width: 216px;
	height: 117px;
}

.siteSelection li h2.hover {
	margin-top: -5px;
}

.siteSelection li h2 a {
	display: block;
	width: 216px;
	height: 117px;
	background: url(../images/site/bck/landing_buttons.png) 0px 7px no-repeat;
	overflow: hidden;
	text-indent: -10000px;
}

.winter .siteSelection li h2 a {
	background: url(../images/site/bck/winter/landing_buttons.png) 0px 7px no-repeat;
}

.langEN .siteSelection li h2 a {
	background: url(../images/site/bck/landing_buttons_en.png) 0px 7px no-repeat;
}

.winter.langEN .siteSelection li h2 a {
	background: url(../images/site/bck/winter/landing_buttons_en.png) 0px 7px no-repeat;
}

.siteSelection li.franckCorporate h2 a {
	background-position: -261px 7px;
}

.siteSelection li p {
	margin-top: 10px;
	width: 216px;
	height: 105px;
	font-size: 12px;
	-text-indent: -10000px;
}

.siteSelection li p a {
	color: #fff;
	width: 200px;
	height: 101px;
	padding: 2px 8px;
	display: block;
	line-height: 15.5px;
}

.winter .siteSelection li p a {
	color: #d10000;
}

.cp {
	position: absolute;
	right: 120px;
	top: 720px;
	font-size: 11px;
	color: #AAA;
}
.cp a {
	color: #AAA;
}
.cp a:hover {
	text-shadow: 0px 0px 8px #999;
}

/* --------------------------------------------------------------------------------------------- winter */
/*
.winter {
	position: absolute;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	min-height: 720px;
}

.winterTop {
	height: 35px;
	background: url(../images/site/bck/winter/top.png) center top repeat-x;
}
.winterRight {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 66px;
	height: 100%;
	min-height: 720px;
	background: url(../images/site/bck/winter/right.png) right center repeat-y;
}

.winterBottom {
	position: absolute;
	bottom: 0px;
	height: 34px;
	width: 100%;
	background: url(../images/site/bck/winter/bottom.png) center bottom repeat-x;
}
.winterLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 56px;
	height: 100%;
	background: url(../images/site/bck/winter/left.png) left center repeat-y;
}
*/
