* {
	margin: 0px;
	padding: 0px;
}
body {
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFF;
	background-image: url(img/struct/background.png);
}
h1 {
	font-family: Homenaje, sans-serif;
	color: #FFF;
	font-size: 25px;
	font-weight: normal;
}
#skeleton {
	background-repeat: repeat;
	width: 850px;
	margin-left: -425px;
	left: 50%;
	position: absolute;
	float: left;
}
#header {
	height: 106px;
	width: 828px;
	margin-left: 22px;
}
#logo-header {
	width: 342px;
	height: 106px;
	float: left;
	background-color: #423352;
}
#logo-header-img {
	position: absolute;
	left: 60px;
}

#header a{
	height: 24px;
	width: 101px;
	margin-top: 78px;
	margin-left: 4px;
	text-decoration: none;
	float: left;
	overflow: hidden;
	background-color: #80639D;
}
#header a:hover{
	background-color: #0087cc;
}
#flagtext {
	height: 22px;
	width: 69px;
	font-size: 17px;
	text-align: center;
	font-family: Homenaje, sans-serif;
	float: left;
	overflow: hidden;
	margin-top: 2px;
	color: #FFF;
}
#flagfr {
	background-image: url(img/struct/flag_french.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 29px;
	float: left;
	margin-top: 3px;
}
#flagen {
	background-image: url(img/struct/flag_english.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 29px;
	float: left;
	margin-top: 3px;
}
#descriptionbox {
	overflow: hidden;
	float: left;
	background-color: #423352;
	height: 106px;
	width: 464px;
}

#description {
	float: left;
	height: 70px;
	width: 450px;
	font-family: Homenaje, sans-serif;
	font-size: 18px;
	color: #FFF;
	padding-left: 14px;
	padding-top: 5px;
	background-color: #80639D;
	margin-top: 14px;
}
#header-right {
	float: left;
}
#desc-corner-top {
	height: 75px;
	width: 22px;
	background-color: #80639D;
	margin-top: 14px;
}

#desc-corner {
	height: 17px;
	width: 22px;
	background-image: url(img/struct/right_corner.png);
	background-repeat: no-repeat;
	clear: left;
	margin-left: 0px;
}
#top-menu {
	margin-top: 6px;
	width: 850px;
	height: 25px;
}
#top-menu a{
	background-color: #80639D;
	text-decoration: none;
	font-family: Homenaje, sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	padding-top: 2px;
	height: 23px;
	overflow: hidden;
	margin-left: 10px;
	float: left;
}
#top-menu a:hover{
	background-color: #0087CC;
}
#menu-left {
	height: 25px;
	width: 136px;
	margin-left: 28px;
	background-color: #80639D;
	float: left;
}
#accueil {
	width: 70px;
}
#presentation {
	width: 110px;
}
#forum {
	width: 66px;
}
#wiki {
	width: 54px;
}
#contact {
	width: 75px;
}
#donate {
	width: 75px;
}
#menu-right {
	height: 25px;
	width: 136px;
	margin-left: 10px;
	background-color: #80639D;
	float: left;
}
#content {
	margin-top: 6px;
	background-image: url(img/struct/content_bgd.png);
	background-repeat: repeat-y;
	float: left;
	width: 850px;
}
#h-content {
	margin-top: 6px;
	background-image: url(img/content/Home-illu.png);
	background-repeat: no-repeat;
	float: left;
	width: 850px;
	height: 1296px;
}
#accroche {
	font-family: Homenaje, sans-serif;
	color: #FFF;
	text-align: center;
	width: 726px;
	font-size: 45px;
	margin-top: 135px;
	margin-left: 75px;
	float: left;
}
.accroche-text {
	font-size: 23px;
}
#h-screenshotbox {
	float: left;
	height: 379px;
	width: 477px;
	margin-top: 35px;
}
#h-scrbox {
	background-color: #FFF;
	height: 358px;
	padding-left: 4px;
	padding-top: 4px;
}
.img-margin {
	margin-top: 4px;
	margin-left: 4px;
}

#screenshotbox-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 3px;
	height: 19px;
	width: 100%;
	float: left;
	color: #80639D;
	overflow: hidden;
}
#h-scrboxcorner {
	background-image: url(img/struct/left_corner.png);
	height: 17px;
	background-repeat: no-repeat;
}
#h-scrtextright {
	height: 360px;
	width: 313px;
	float: left;
	margin-top: 55px;
	padding-right: 60px;
	color: #FFF;
	list-style-type: disc;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#h-scrtextright h1{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-left: 20px;
	height: 70px;
	padding-right: 20px;
}

#h-scrtextright ul {
	margin-left: 35px;
	margin-top: 15px;
}
#h-scrtextright ul li {
	margin-bottom: 10px;
}

#h-scrtextright a:hover {
    border-bottom: 1px dotted #0087CC;
}
#h-scrtextright a {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px dotted #9471B7;
}

#tech-rect {
	float: left;
	margin-top: 15px;
	margin-left: 45px;
	background-image: url(img/struct/tech-trait.png);
	background-repeat: repeat-x;
	width: 805px;
	margin-bottom: 10px;
}
#tech-rect h1 {
	float: left;
	background-color: #423352;
	height: 32px;
	margin-right: 345px;
	overflow: hidden;
	font-size: 25px;
	padding-right: 10px;
}
#tech-txt {
	background-color: #80639D;
	width: 570px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 10px;
	float: left;
	overflow: hidden;
}
#tech-txt  p{
	padding-bottom: 5px;
	text-align: justify;
}
#tech-imglink {
	float: left;
	margin-top: -16px;
	z-index: 50;
	width: 200px;
	margin-left: 15px;
}
#tech-imglink img {
	float: left;
	height: 131px;
	width: 200px;
}
#tech-linkbox {
	height: 48px;
	width: 146px;
	float: left;
	background-image: url(img/struct/arrow_right.png);
	background-repeat: no-repeat;
	z-index: 100;
	margin-left: 54px;
	margin-top: -18px;
}
#tech-linkbox a {
	float: right;
	font-family: Homenaje, sans-serif;
	color: #FFF;
	text-decoration: none;
	margin-right: 29px;
	width: 116px;
	font-size: 22px;
	padding-top: 2px;
	text-align: center;
	overflow: hidden;
}
#tech-linkbox a:hover {
	color: #423352;
}
#downwrap {
	float: left;
	width: 850px;
	background-image: url(img/struct/content_bgd02.png);
	background-repeat: no-repeat;
}
.g-accroche {
	font-family: Homenaje, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	float: left;
	width: 850px;
	margin-top: 10px;
}
#g-txtbox {
	float: left;
	height: 84px;
	width: 142px;
}
#g-gamecontainer-l {
	float: left;
	height: 226px;
	width: 418px;
	margin-top: 20px;
	background-repeat: no-repeat;
}
#g-gamebox-l {
	float: left;
	height: 222px;
	width: 272px;
	background-image: url(img/struct/g-imgbox_left.png);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 4px;
}
#g-gametxtbox-l {
	background-image: url(img/struct/g-txtborder_left.png);
	background-repeat: no-repeat;
	float: left;
	height: 120px;
	width: 142px;
	margin-top: 42px;
	font-family: Homenaje, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
}
#g-gametxtbox-l a {
	background-color: #FFF;
	float: left;
	height: 30px;
	width: 133px;
	margin-left: 4px;
	text-decoration: none;
	font-size: 24px;
	color: #80639D;
	padding-top: 1px;
}
#g-gametxtbox-l a:hover {
	color: #0087CC;
}
.g-txtauth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
#g-gamecontainer-r {
	float: left;
	height: 226px;
	width: 418px;
	margin-top: 20px;
	background-repeat: no-repeat;
	margin-left: 14px;
	overflow: hidden;
}
#g-gamebox-r {
	float: left;
	height: 222px;
	width: 272px;
	background-image: url(img/struct/g-imgbox_right.png);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 4px;
}
#g-gametxtbox-r {
	background-image: url(img/struct/g-txtborder_right.png);
	background-repeat: no-repeat;
	float: left;
	height: 120px;
	width: 142px;
	margin-top: 42px;
	font-family: Homenaje, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
}
#g-gametxtbox-r a {
	background-color: #FFF;
	float: left;
	height: 30px;
	width: 133px;
	margin-left: 4px;
	text-decoration: none;
	font-size: 24px;
	color: #80639D;
	padding-top: 1px;
}
#g-gametxtbox-r a:hover {
	color: #0087CC;
}
#smallbox-r {
	background-image: url(img/struct/g-txtborder_right.png);
	background-repeat: no-repeat;
	float: left;
	height: 120px;
	width: 142px;
	margin-top: 42px;
	font-family: Homenaje, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
}
#smallbox {
	background-image: url(img/struct/g-txtborder.png);
	background-repeat: no-repeat;
	float: left;
	height: 120px;
	width: 142px;
	margin-top: 42px;
	font-family: Homenaje, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
}
#smallbox-l {
	background-image: url(img/struct/g-txtborder_left.png);
	background-repeat: no-repeat;
	float: left;
	height: 120px;
	width: 142px;
	margin-top: 42px;
	font-family: Homenaje, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
}

#centered-715px-container {
    width: 715px ;
    margin-left: auto ;
    margin-right: auto ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
}

#f-download {
	background-image: url(img/struct/tech-trait.png);
	float: left;
	height: 40px;
	width: 806px;
	text-align: center;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	margin-left: 22px;
}

#f-download h1 {
	width: 162px;
	margin-left: 344px;
	background-color: #423352;
}
#all-downs {
	float: left;
	height: 123px;
	margin-top: 10px;
	width: 443px;
	z-index: 500;
}
.downicons {
	float: left;
}
.gdlink-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#downgdbox {
	float: left;
	height: 53px;
	width: 141px;
	background-image: url(img/struct/arrow02_left.png);
	margin-right: 10px;
	background-repeat: no-repeat;
}
#downgdbox a {
	text-decoration: none;
	height: 32px;
	width: 102px;
	text-align: center;
	overflow: hidden;
	font-family: Homenaje, sans-serif;
	font-size: 18px;
	color: #FFF;
	float: left;
	padding-top: 4px;
	line-height: 15px;
}

#downgdbox a:hover {
	color: #423352;
}
#downgdboxb {
	float: left;
	height: 53px;
	width: 141px;
	background-image: url(img/struct/arrow03_left.png);
	background-repeat: no-repeat;
	margin-right: 10px;
}
#downgdboxb a {
	text-decoration: none;
	height: 32px;
	width: 102px;
	text-align: center;
	overflow: hidden;
	font-family: Homenaje, sans-serif;
	font-size: 18px;
	color: #FFF;
	float: left;
	padding-top: 4px;
	line-height: 15px;
}
#downgdboxb a:hover {
	color: #423352;
}
#downgdboxc {
	float: left;
	height: 53px;
	width: 141px;
	background-image: url(img/struct/arrow03_left.png);
	background-repeat: no-repeat;
}
#downgdboxc a {
	text-decoration: none;
	height: 32px;
	width: 102px;
	text-align: center;
	overflow: hidden;
	font-family: Homenaje, sans-serif;
	font-size: 18px;
	color: #FFF;
	float: left;
	padding-top: 4px;
	line-height: 15px;
}
#downgdboxc a:hover {
	color: #423352;
}
#downgdboxd {
	float: left;
	height: 53px;
	width: 141px;
	background-image: url(img/struct/arrow02_left.png);
	background-repeat: no-repeat;
	margin-top: 17px;
}
#downgdboxd a {
	text-decoration: none;
	height: 28px;
	width: 102px;
	text-align: center;
	overflow: hidden;
	font-family: Homenaje, sans-serif;
	font-size: 18px;
	color: #FFF;
	float: left;
	padding-top: 8px;
}
#downgdboxd a:hover {
	color: #423352;
}
#sdk-txt {
	height: 32px;
	width: 301px;
	float: left;
	margin-top: 17px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	padding-top: 2px;
	overflow: hidden;
}
#reward-txt {
	float: left;
	height: 96px;
	width: 370px;
	background-color: #80639D;
	margin-top: 10px;
	margin-left: 17px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}
#reward-txt a:hover {
    border-bottom: 1px dotted #0087CC;
}
#reward-txt a {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px dotted #FFFFFF;
}
#reward-corner {
	float: left;
	height: 17px;
	width: 22px;
	background-image: url(img/struct/right_corner.png);
	background-repeat: no-repeat;
	margin-left: 385px;
	overflow: hidden;
}

#c-contactbox {
	background-image: url(img/struct/contact_bgd.png);
	float: left;
	height: 175px;
	width: 850px;
	background-repeat: no-repeat;
	margin-top: 10px;
}
#c-boxtitle {
	float: left;
	width: 149px;
	margin-left: 184px;
	font-family: Homenaje, sans-serif;
	font-size: 35px;
	color: #80639D;
	text-align: center;
	overflow: hidden;
	height: 115px;
	padding-top: 60px;
}
#c-contacttxt {
	text-align: center;
	float: left;
	width: 517px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	padding-top: 35px;
}
#c-contacttxt a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
#c-contacttxt a:hover {
	color: #80639D;
}
#c-pressbox {
	background-image: url(img/struct/press_bgd.png);
	background-repeat: no-repeat;
	float: left;
	height: 154px;
	width: 850px;
	margin-top: 25px;
}
#c-boxtitle2 {
	float: left;
	width: 149px;
	margin-left: 184px;
	font-family: Homenaje, sans-serif;
	font-size: 35px;
	color: #80639D;
	text-align: center;
	overflow: hidden;
	height: 78px;
	padding-top: 44px;
}
#c-presstxt {
	text-align: center;
	float: left;
	width: 427px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 45px;
	padding-left: 45px;
	height: 67px;
}
#c-downloadbox {
	background-color: #FFF;
	float: left;
	height: 30px;
	width: 133px;
	margin-left: 196px;
	margin-right: 188px;
	font-family: Homenaje, sans-serif;
	color: #80639D;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	line-height: 15px;
	padding-top: 2px;
	overflow: hidden;
	margin-bottom: 14px;
}
#c-pressbox a:hover{
	color: #0087CC;
}
#c-pressnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #FFF;
	line-height: 10px;
	padding-right: 5px;
	height: 15px;
	float: left;
	overflow: hidden;
	width: 845px;
}




#c-donationbox {
	background-image: url(img/struct/donation_bgd.png);
	background-repeat: no-repeat;
	float: left;
	height: 106px;
	width: 850px;
	margin-top: 20px;
}
#c-donationtitle {
	font-family: Homenaje, sans-serif;
	font-size: 20px;
	color: #FFF;
	float: left;
	margin-top: 56px;
	margin-left: 141px;
	width: 337px;
}

#paypal {
	float: left;
	height: 30px;
	width: 95px;
	overflow: hidden;
	margin-top: 56px;
	margin-right: 377px;
}
#c-donaccroche {
	float: left;
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
}
#cdontxt {
	float: left;
	width: 539px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-left: 60px;
	overflow: hidden;
}
#c-warningbox {
	height: 132px;
	width: 251px;
	float: left;
	background-image: url(img/struct/warning_bgd.png);
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
#c-warningtitle {
	font-family: Homenaje, sans-serif;
	font-size: 20px;
	color: #FFF;
	float: left;
	width: 175px;
	padding-left: 76px;
	margin-top: 20px;
	height: 20px;
	overflow: hidden;
}
#c-warningbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	width: 231px;
	overflow: hidden;
	float: left;
	height: 110px;
    margin-top: 20px;
	padding-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
}
#fct-content {
	background-image: url(img/struct/function_bgd.jpg);
	float: left;
	height: 871px;
	width: 850px;
	background-repeat: no-repeat;
	background-position: 22px;
	margin-top: 6px;
	overflow: hidden;
}
#sectiontitle {
	font-family: Homenaje, sans-serif;
	font-size: 28px;
	color: #FFF;
	float: left;
	width: 810px;
	height: 40px;
	margin-top: 15px;
	margin-left: 40px;
}
#fct-txt  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	float: left;
	width: 550px;
	margin-left: 40px;
	overflow: hidden;
	height: 380px;
}
#fct-content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	list-style-type: disc;
	list-style-position: inside;
	float: left;
	width: 550px;
	line-height: 20px;
}
#fct-infobox {
	background-image: url(img/struct/infobox.png);
	background-repeat: no-repeat;
	float: left;
	height: 380px;
	width: 260px;
	overflow: hidden;
}
#fct-infobox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	float: left;
	width: 240px;
	padding-top: 30px;
	padding-left: 10px;
	text-align: left;
	padding-right: 10px;
}
#return_right {
	background-image: url(img/struct/return_right.png);
	background-repeat: no-repeat;
	height: 53px;
	width: 141px;
    float: right;
    margin-left: 550px;
}
#return_right a {
	text-decoration: none;
	font-size: 26px;
	color: #FFF;
	font-family: Homenaje, sans-serif;
	float: left;
	width: 102px;
	margin-left: 39px;
	text-align: center;
	margin-top: 3px;
	overflow: hidden;
}
#return_right a:hover {
	color: #423352;
}
#return {
	background-image: url(img/struct/return.png);
	background-repeat: no-repeat;
	height: 53px;
	width: 141px;
	float: left;
}
#return a {
	text-decoration: none;
	font-size: 26px;
	color: #FFF;
	font-family: Homenaje, sans-serif;
	float: left;
	width: 102px;
	margin-left: 39px;
	text-align: center;
	margin-top: 3px;
	overflow: hidden;
}
#return a:hover {
	color: #423352;
}
#evt-content {
	background-image: url(img/struct/events_bgd.png);
	background-repeat: no-repeat;
	float: left;
	height: 524px;
	width: 850px;
	margin-top: 6px;
}
#evt-txt  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	float: left;
	width: 489px;
	margin-left: 40px;
	overflow: hidden;
	height: 300px;
	padding-right: 45px;
}
#evt-imgbox {
	background-image: url(img/struct/g-imgbox_right.png);
	float: left;
	height: 222px;
	width: 272px;
	padding-top: 4px;
	padding-left: 4px;
	background-repeat: no-repeat;
	margin-bottom: 78px;
}
#ide-content {
	background-image: url(img/struct/ide_bgd.jpg);
	background-repeat: no-repeat;
	background-position: 22px;
	float: left;
	height: 839px;
	width: 850px;
	margin-top: 6px;
}
#ide-txt  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	float: left;
	width: 770px;
	margin-left: 40px;
	overflow: hidden;
	height: 680px;
	padding-right: 40px;
}
#ide-txt ul {
	list-style-position: inside;
	list-style-type: disc;
}










#leftpane-title {
	float: center;
	font-family: Homenaje, sans-serif;
	font-size: 35px;
	color: #FFF;
	text-align: center;
	overflow: hidden;
	padding: 5px;
}
#leftpane p {
	text-align: center;
    clear:left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	padding: 5px;
}

#leftpane {
	background-color: #80639D;
    float:left;
    clear:left;
	margin-top: 12px;
	height: 126px;
	width: 400px;
}
#leftpane-corner {
    clear:left;
	float: left;
	height: 17px;
	width: 22px;
	background-image: url(img/struct/left_corner.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
#leftpane a {
	text-decoration: none;
    font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
    border-bottom: 1px dotted #FFFFFF;
}
#leftpane a:hover {
	text-decoration: none;
    font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    border-bottom: 1px dotted #0087CC;
}

#rightpane-title {
	float: center;
	font-family: Homenaje, sans-serif;
	font-size: 35px;
	color: #FFF;
	text-align: center;
	overflow: hidden;
	padding: 5px;
}
#rightpane p {
	text-align: center;
    clear:left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	padding: 5px;
}
#rightpane a {
	text-decoration: none;
    font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
    border-bottom: 1px dotted #FFFFFF;
}
#rightpane a:hover {
	text-decoration: none;
    font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    border-bottom: 1px dotted #0087CC;
}

#rightpane {
	background-color: #80639D;
    float:right;
	height: 126px;
	width: 400px;
	margin-top: 12px;
}
#rightpane-corner {
	float: right;
	height: 17px;
	width: 22px;
	background-image: url(img/struct/right_corner.png);
	background-repeat: no-repeat;
	margin-left: 385px;
	overflow: hidden;
}










#external-side-bar {
	position: absolute;
	width: 180px;
	height: 650px;
	background-color: #423352;
	left: -250px;
}
#pub-side-texten {
	height: 22px;
	width: 224px;
	background-color: #80639D;
	text-align: center;
	overflow: hidden;
	font-family: Homenaje, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFF;
	padding-top: 3px;
	margin-left: -22px;
}
#pub-side {
	margin-top:10px;
	margin-left:9px;
	width: 160px;
	height: 600px;
	border: 1px solid #80639D;
	background-color: #FFF;
}

#pub-side-corner-right {
	height: 17px;
	width: 22px;
	background-image: url(img/struct/right_corner.png);
	background-repeat: no-repeat;
	float:right;
	margin-right: -22px;
}

#pub-side-corner-left {
	height: 17px;
	width: 22px;
	background-image: url(img/struct/left_corner.png);
	background-repeat: no-repeat;
	float:left;
	margin-left: -22px;
}


.post-corner-spacer {
	height:17px;
	float: left;
	width: 806px;
	background-color: #423352;
	margin-left: 22px;
	margin-top: -17px;
}

.gdevapp-box {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	box-sizing: border-box;
	background-color: #0087CC;
	margin-top: 20px;
	padding: 15px;
	text-align: justify;
	color: white;
	/*background-image: url('img/content/gdevapp-back.png');
	background-repeat: no-repeat;*/
}

.gdevapp-box h2 {
	font-family: Homenaje, sans-serif;
	margin-bottom: 7px;
	font-weight: normal;
	font-size: 30px;
}

.gdevapp-box .gdevapp-buttons {
	float:right;
}

.gdevapp-box .gdevapp-buttons a {
	font-size: 1.5em;
	padding: 5px;
	border: 1px solid white;
	color: white;
	text-decoration: none;
}

.gdevapp-box .gdevapp-buttons a:hover {
	background-color: white;
	text-decoration: none;
	color: #0087CC;
}

.gdevapp-teaser-img {
	width:500px;
	height:100px;
	overflow: hidden;
}

.video-box {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	width: 806px;
	background-color: #423352;
	margin-left: 22px;
	padding-top: 15px;
	padding-bottom: 5px;
}

.video-box .video-container {
	border: 1px solid #80639D;
	width: 732px;
	margin-left: 37px;
}
.video-box .video-caption {
	width: 180px;
	text-align: right;
	padding: 2px 5px;
    background-color: #80639D;
    right: 50px;
    font-size: 11px;
    margin-left: 581px;
}

.video-box .video-title {
	background-color: #80639D;
	font-size: 35px;
	font-family: Homenaje, sans-serif;
	color: #FFF;
	padding: 5px;
	margin-top: 12px;
	width: 410px;
	margin-left: -22px;
	z-index: 100;
	text-align: center;
}

.video-box a {
	text-decoration: none;
    font-weight:bold;
	color: #FFF;
    border-bottom: 1px dotted #FFFFFF;
}

.video-box a:hover {
    border-bottom: 1px dotted #0087CC;
}

.video-box .video-title-corner {
	height: 17px;
	width: 22px;
	background-image: url(img/struct/left_corner.png);
	background-repeat: no-repeat;
	overflow: hidden;
	margin-left: -22px;
}

#pubbox {
	float: left;
	width: 806px;
	background-color: #423352;
	margin-left: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#encart {
	height: 106px;
	width: 732px;
	margin-left: 37px;
}
#pub-text {
	height: 13px;
	width: 41px;
	background-color: #80639D;
	text-align: center;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	padding-top: 1px;
}
#pub-texten {
	height: 13px;
	width: 70px;
	background-color: #80639D;
	text-align: center;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	padding-top: 1px;
}
#pub {
	height: 90px;
	width: 728px;
	border: 1px solid #80639D;
	background-color: #FFF;
}





#footer {
	width: 850px;
	background-repeat: no-repeat;
	float: left;
}
#footer-corner {
	background-image: url(img/struct/footer-corner.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 850px;
}
#footer-container {
	height: 40px;
	width: 850px;
	background-color: #80639D;
}
#footer-text {
	width: 450px;
	padding-left: 100px;
	overflow: hidden;
	float: left;
	margin-top: 2px;
}
#footer-text a:hover{
	color: #423352;

}
.florianrival {
	font-family: Homenaje, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 17px;
	text-align: center;
	float: left;
	width: 684px;
}
.fd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	float: left;
	width: 684px;
	text-align: center;
}
#social {
	float: left;
	width: 220px;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 60px;
}

#gplus {
	float: left;
	height: 24px;
	width: 91px;
	overflow: hidden;
}
#fb-root {
	float: left;
	margin-right: 10px;
}

/*
	Slideshow
*/

#slides {
	position:relative;
	top:0px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:469px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:469px;
	height:336px;
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:157px;
	left:0px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:445px;
}

/*
	Pagination
*/

.pagination {
	margin:5px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:12px;
	text-indent: -3000px;
	background-image:url(img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	font-family: Arial, Helvetica, sans-serif;
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:23px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(70,53,86,.7);
	width:469px;
	font-size:15px;
	color:#fff;
	text-shadow:none;
}
