/* --- CONTAINER --- */
@import url("content.css");
@import url("superfish.css");
@import url("comments.css");

body {
    margin     : 0;
    padding    : 0;
    color      : #313131;
    background : #d1d1d1;
    height : 100%;
}

br.clearfloat {
    clear       : both;
    height      : 0;
    font-size   : 1px;
    line-height : 0px;
}
#global_container {
	width : 100%;
    margin     : 0 auto;
    padding    : 0px;
	min-height : 100%;
}

/* --- HEADER --- */
.header_menu {
    position: absolute;
    right: 20px;
    font-family : arial;
    z-index : 5;
    top: 22px;
    text-align: left;
}
.header_menu ul {
    margin : 0;
}
.header_menu ul li {
    display    : inline;
    list-style : none;
    margin     : 0;
    background : none;
}
.header_menu ul li ul {
	-moz-border-displayBilletsItemResumeradius: 3px;
	border-radius	: 3px;
}
.header_menu ul li a, .header_menu ul li a:link, .header_menu ul li a:visited {
    text-decoration : none;
    color           : #FFF;
    padding         : 5px 6px;
    font-size       : 14px;
    font-weight 	: bold;
    margin 			: 0px 7px;
    -moz-border-radius: 3px;
	border-radius	: 3px;

}
.header_menu ul li.on a, .header_menu ul li.on a:link, .header_menu ul li.on a:visited {
    color      : #FFF;
}

.header_menu ul li li a, .header_menu ul li li a:link, .header_menu ul li li a:visited {
    padding   : 5px 20px 5px 5px;
    font-size : 13px;
    font-weight : normal;
    border-bottom : solid 1px rgba(255, 255, 255, .5);
}
.header_menu ul li li a:hover {
    font-weight : bold;
}
.header_menu ul li li.last-child a{
	border-bottom : 0px solid;
}
.header_menu ul li a:hover{
    color      : #FFF;
}
#zone_boutton_accueil {
    bottom: 50px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
#zone_boutton_accueil a {
    display : inline-block;
    width: 86px;
    height: 40px;
    padding-top : 91px;
    background: url('../images/sprite_icones.png') no-repeat top left;
    margin: 0 26px;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    overflow: hidden;
    vertical-align: top;
}
#zone_boutton_accueil a:hover {
    color: #5f9dd4;
}
#zone_boutton_accueil a.menu_twitter:hover {
    background-position: -86px top;
}
#zone_boutton_accueil a.menu_github {
    background-position: -172px top;
}
#zone_boutton_accueil a.menu_github:hover {
    background-position: -258px top;
}
#zone_boutton_accueil a.menu_youtube {
    background-position: -344px top;
}
#zone_boutton_accueil a.menu_youtube:hover {
    background-position: -430px top;
}
#zone_boutton_accueil a.menu_demo {
    background-position: -516px top;
}
#zone_boutton_accueil a.menu_demo:hover {
    background-position: -602px top;
}
#zone_boutton_accueil a.menu_doc {
    background-position: -688px top;
}
#zone_boutton_accueil a.menu_doc:hover {
    background-position: -774px top;
}




#twitter_content {
    position: absolute;
    top: 131px;
    height: 40px;
    background-color: #e2e2e2;
    background : -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#d5d5d5));
    background : -webkit-linear-gradient(top, #f2f2f2, #d5d5d5);
    background : -moz-linear-gradient(top, #f2f2f2, #d5d5d5);
    background : -o-linear-gradient(top, #f2f2f2, #d5d5d5);
    background : linear-gradient(top, #f2f2f2, #d5d5d5);
    left: 0;
    right: 0;
    width: 1004px;
    margin: 0 auto;
    z-index: 4;
    box-shadow: 0 2px 4px rgba(0,0,0,0.4);
    padding-right : 15px;
}
#twitter_content:before {
    content : url('../images/shadow_tweet_left.png');
    position: absolute;
    bottom: -12px;
}
#twitter_content:after {
    content : url('../images/shadow_tweet_right.png');
    position: absolute;
    bottom: -12px;
    right: 0;
}
#twitter_content .content {
    height: 100%;
}
#twitter_icon {
    position: absolute;
    top: 5px;
    left: 45px;
    height: 30px;
    width: 36px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #777;
    padding: 7px 0 0 40px;
}

#twitter_tweet {
    margin: 12px 0 0 50px;
    right: 0px;
    height: 30px;
    font-size: 14px;
    color: #929292;
    font-style: italic;
    height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tweet_author {
    text-decoration: none;
}

.tweet_author:hover {
    text-decoration: none;
}

#twitter_tweet iframe.twitter-timeline {
    width: 820px; /* width HTML attribute of a.twitter-timeline won't work */
    margin: -30px 0 0 -55px;
}

#upper_bar {
    height: 48px;
    position: absolute;
    right: 30px;
    text-align: right;
    top: 2px;
}
#upper_bar a {
    background: url('../images/sprite_small_icones.png') no-repeat top left;
    height: 38px;
    width: 38px;
    display : inline-block;
    margin: 0 5px;
}
#upper_bar a.facebook:hover {
    background-position: -38px top;
}
#upper_bar a.rss {
    background-position: -76px top;
}
#upper_bar a.rss:hover {
    background-position: -114px top;
}
#upper_bar a.googleplus{
    background-position: -76px top;
}
#upper_bar a.googleplus:hover {
    background-position: -114px top;
}
#upper_bar a.tweeter {
    background-position: -152px top;
}
#upper_bar a.tweeter:hover {
    background-position: -190px top;
}


#header .boutton_accueil,
#header_home .boutton_accueil{
	background : url('../images/boutton_accueil.png') no-repeat;
	text-align : center;
	height : 34px;
	padding-top : 12px;
	padding-right : 7px;
	margin-top : 16px;
	color : #000000;
	font-weight : bold;
	font-size : 14px;
	text-shadow: 0px 1px 4px #EEE;
	width : 145px;
	display : block;
	cursor : pointer;
	text-decoration : none;
}
#header .boutton_accueil:hover,
#header_home .boutton_accueil:hover{
	text-decoration : underline;
}
#header #zone_texte_accueil,
#header_home #zone_texte_accueil {
	float : left;
	margin-left : 60px;
	margin-top : 61px;
	color : #FFF;
	width : 235px;
}
#header #zone_texte_accueil h1,
#header_home #zone_texte_accueil h1 {
	font-family : "league gothic";
	font-size : 30px;
	text-decoration : none;
	text-transform : none;
	font-weight : normal;
	color : #FFF;
	margin : 0;
	border : none;
}
#header #home_image_computer,
#header_home #home_image_computer {
	float : left;
	margin : 31px 0 0 40px;
}
/* --- SIDEBAR --- */
#sidebar {
    float      : left;
    width      : 180px;
    background : #DDD;
}
#sidebar ul {
    margin : 0;
}
#sidebar li {
    list-style : none;
    width      : 180px;
}
#sidebar ul li a, #sidebar ul li a:link, #sidebar ul li a:visited {
    text-decoration : none;
    color           : #333;
    display         : block;
    padding         : 5px 0 5px 10px;
    border-bottom   : 1px dotted #FFF;
}
#sidebar ul li.on a, #sidebar ul li.on a:link, #sidebar li.on a:visited {
    background : #ACC958;
    color      : #FFF;
}
#sidebar ul li a:hover {
    background : #333;
    color      : #FFF;
}
#sidebar ul li:hover ul,
#sidebar ul li.sfHover ul {
    left : 180px;
    top  : 0;
}

/* --- FOOTER --- */
#footer {
    min-height: 200px;
    padding-bottom: 5px;
    width: 100%;
    background: #1E2025;
    position: relative;
    z-index: 4;
}

#footer #footer_menu{
	width : 950px;
	margin : auto;
	min-height : 202px;
	padding-left : 74px;
}
#footer .column_footer {
	float : left;
	width : 180px;
	margin-right : 40px;
	margin-top : 25px;
}
#footer .column_footer a{
	color : #FFF;
	font-size : 14px;
	text-decoration : none;
	margin-left : 3px;
}
#footer .column_footer HR {
	height : 1px;
	width : 160px;
	color : #121318;
	background-color : #121318;
	margin : 5px 2px;
	border-width : 0px 0px 1px 0px;
	border-bottom : 1px solid #333439;
}
#footer #host_novius{
	font-family : "luxisBold";
	font-size : 15px;
	/*position : absolute;*/
	margin-left : 670px;
	padding-top : 25px;
	color : #FFF;
}
#footer #host_novius a{
	display : block;
	border : none;
	color : transparent;
	margin-top : 3px;
}
#footer ul {
    margin : 0 5px;
}
#footer ul li {
    display    : inline;
    list-style : none;
    margin     : 0 -3px;
    line-height : 1.3;
}
#footer ul li, #footer ul li a, #footer ul li a:link, #footer ul li a:visited {
    text-decoration : none;
    color           : #FFF;
    font-size 		: 13px;
}
#footer ul li a:hover {
    text-decoration : underline;
}

/* --- COPYRIGHT --- */
#copyright {
    padding    : 5px 0px;
    text-align : center;
    color      : #FFF;
    font-size  : 10px;
}
#copyright a, #copyright a:visited, #copyright a:link, #copyright a:active, #copyright a:hover, #copyright a:focus {
    color           : #FFF;
    text-decoration : none;
}
#copyright img {
    vertical-align : middle;
}

/* Contenu accueil */
#main .column_home {
	float : left;
	width : 29%;
	margin-right : 4%;
}
#main .column_home h2{
	text-transform : uppercase;
	font-size : 2em;
	margin-bottom : 8px;
	border-bottom : 1px solid #bbb;
}
#main .column_home h2.red{
	color : #CB2133;
}
#main .column_home h2.blue{
	color : #7badd8;
}
#main .column_home h2.green{
	color : #96c229;
}

#main .column_home img{
	max-height : 80px;
	margin : 8px;
	max-width : 270px;
}

/* BLOG */

.blognews_post a, .blognews_post h2 a {
	color: #6EA4D4;
	text-decoration : none;
}
.blognews_post a:hover{
	text-decoration : underline;
}
.screen.big h2.blognews_title {
  margin-top: 1em;
  border: none;
}


.blognews_post, .blognews_post {
	padding-bottom : 15px;
	/*color : #757575;*/
	line-height : 1.2em;
	font-size : 1.3em;
}
.blognews_post p , .blognews_post ul, .blognews_post ol, .blognews_post td, .blognews_post th{
	font-size : 1em;
}
.blognews_post h1 {
  font-size: 33px;
}
.blognews_post h2 {
  font-size: 27.5px;
}
.blognews_post .categories {
	display : none;
}
.blognews_post:nth-last-child(1) {
    border: medium none;
}
.blognews_post .blognews_date {
	padding-bottom : 15px;
}
.blognews_post .blognews_content {
	padding-bottom : 10px;
}

.screen.big .blognews_posts_list h2.blognews_title {
    margin-top: 0.5em;
}

.blognews_posts_list h2.blognews_title, .screen.big .blognews_posts_list h2.blognews_title {
    border-bottom: 1px solid #e5e5e5;
}

.blognews_posts_list .blognews_post h2 {
    margin-bottom: 0px;
    font-size: 26px;
}
.blognews_posts_list .blognews_post .blognews_summary{
	padding-top : 5px;
}
.blognews_posts_list .blognews_post .blognews_date {
    padding-top : 2px;
    padding-bottom: 0px;
    color: #929292;
    font-style: italic;
}
.blognews_posts_list .blognews_post .blognews_tags {
    padding-top: 5px;
}
.blognews_posts_list .pagination {
    margin-top: 30px;
}
.blognews_posts_list .pagination {
    color: #929292;
}
.blognews_posts_list .pagination .page-links {
    display: inline-block;
}
.blognews_posts_list .pagination .previous,
.blognews_posts_list .pagination .next {
    padding: 0px 5px;
}
.blognews_posts_list .pagination .previous,
.blognews_posts_list .pagination .page-links a,
.blognews_posts_list .pagination .page-links span,
.blognews_posts_list .pagination .next {
    display: inline-block;
    border: 1px solid #e5e5e5;
    border-width: 1px 0px 1px 1px;
}

.blognews_posts_list .pagination .next {
    border-width: 1px 1px 1px 1px;
}

.blognews_posts_list .pagination .page-links a,
.blognews_posts_list .pagination .page-links span {
    text-align: center;
    width: 30px;
}

.blognews_posts_list .pagination .page-links span {
    padding: 0px 2px;
}

.blognews_posts_list .pagination {
    line-height: 30px;
}
.blognews_post .categories {
	margin-bottom : 10px;
}
h1.tag a {
	color : #6EA4D4;
}
.blognews_primary_information .blognews_secondary_information {
    overflow: hidden;
}

.clearfloat {
    clear       : both;
    height      : 0;
    font-size   : 1px;
    line-height : 0px;
}
.link_trans_css3_position {
    -moz-transition-duration : 0.2s;
    -webkit-transition-duration : 0.2s;
    -ie-transition-duration : 0.2s;
    -o-transition-duration : 0.2s;
    -moz-transition-property : top,left;
    -webkit-transition-property : top,left;
    -ie-transition-property : top,left;
    -o-transition-property : top,left;
}
.link_trans_css3_width {
    -moz-transition-duration : 0.2s;
    -webkit-transition-duration : 0.2s;
    -ie-transition-duration : 0.2s;
    -o-transition-duration : 0.2s;
    -moz-transition-property : width;
    -webkit-transition-property : width;
    -ie-transition-property : width;
    -o-transition-property : width;
}
.link_trans_css3 {
    -moz-transition-duration : 0.2s;
    -webkit-transition-duration : 0.2s;
    -ie-transition-duration : 0.2s;
    -o-transition-duration : 0.2s;
    -moz-transition-property : all;
    -webkit-transition-property : all;
    -ie-transition-property : all;
    -o-transition-property : all;
}
.clearfix:after {
    content     : ".";
    display     : block;
    clear       : both;
    visibility  : hidden;
    line-height : 0;
    height      : 0;
}

#container {
    width   : 991px;
    margin  : 0 auto;
    padding : 0px;
    position: relative;
}
.screen {
    height           : 665px;
    background-color : #FFF;
    border-radius    : 4px;
    margin           : 0 0 56px 0;
    box-shadow       : 0 0 4px rgba(0, 0, 0, 0.5);
    position         : relative;
    z-index          : 0;
    padding          : 30px 30px 10px 40px;
}
.screen.big {
    height           : auto;
    min-height       : 665px;
}
.screen.black {
    background : #1d1f23 url('../images/texture.jpg') repeat 0 0;
}
#header{
    height 		    : 82px;
    margin          : 33px auto 15px;
    border-radius   : 4px;
    box-shadow      : 0 0 4px rgba(0, 0, 0, 0.5);
    background      : #1d1f23 url('../images/texture.jpg') repeat 0 0;
}
#header .logo {
    left: 6px;
    outline: medium none;
    position: absolute;
    top: -15px;
    z-index: 4;
}
.screen.black .glow {
    border-radius : 40px 40px 40px 40px;
    bottom        : 0;
    box-shadow    : 755px 0px 740px rgba(255, 255, 255, 0.22);
    height        : 450px;
    left          : -500px;
    position      : absolute;
    top           : 0;
    width         : 500px;
    z-index       : 0;
}
.screen.black .content {
    text-align: center;
}
.screen.black .content h2 {
    color       : #FFF;
    text-align  : center;
    font-size   : 48px;
    font-family: 'luxisBold';
    text-shadow : 2px 2px 2px rgba(0, 0, 0, 0.5);
    margin      : 10px 0;
    text-transform  : uppercase;
}
.screen.first {
    margin-top : 62px;
    text-align : center;
    height     : 586px;
    box-shadow: 0 0 52px rgba(0, 0, 0, 0.41);
}

.screen.first .logo {
    left: 17px;
    position: absolute;
    top: -28px;
    z-index: 3;
}
.screen.first .logo img {
    max-width : 100%;
}
.screen.first .glow {
    box-shadow    : 755px 50px 740px rgba(255, 255, 255, 0.32);
    margin        : auto 0;
}
.screen.first .content {
    z-index  : 1;
    position : absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
}
.screen.first .content h1, #header .title {
    color         : #FFF;
    font-size     : 14px;
    width         : 122px;
    padding       : 8px 0 8px 163px;
    font-family   : 'luxis';
    text-shadow   : 2px 2px 1px #000;
    border-radius : 2px;
    display       : inline-block;
    border-bottom : 1px solid rgba(255, 255, 255, 0.15);
    border-top    : 1px solid rgba(0, 0, 0, 0.35);
    text-transform: none;
    position      : absolute;
    text-transform: none;
    font-family   : 'luxis';
    margin: 0;
    text-align: left;
    top: 15px;
    left: 30px;
    background-color: #191A1D;
    background : -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.38)), to(rgba(0, 0, 0, 0.15)));
    background : -webkit-linear-gradient(top, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.15));
    background : -moz-linear-gradient(top, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.15));
    background : -o-linear-gradient(top, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.15));
    background : linear-gradient(top, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.15));
}

.screen.first .content h1:first-line, #header .title:first-line {
    font-family   : 'luxisBold';
    text-transform: uppercase;
}
#header .title {
    padding: 2px 0 2px 85px;
    top: 11px;
}
.screen.first .content h2 {
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    width: 260px;
    left: 35px;
    top: 220px;
    color: #FFF;
    text-shadow   : 2px 2px 1px rgba(0,0,0,0.5);
    margin: 0;
    line-height: 1.6;
    text-align: left;
    text-transform : none;
    font-family: luxis;
}
.screen.first .bottom_line {
    position: absolute;
    bottom: 0 ;
    left: 0;
    right: 0;
    height: 34px;
    border-radius: 5px;
    z-index: 3;
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(rgba(255, 255, 255, 0.01)),
        to(rgba(255, 255, 255, 0.04)),
        color-stop(0.35, rgba(255, 255, 255, 0.09)),
        color-stop(0.35, rgba(255, 255, 255, 0.04))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0.01),
        rgba(255, 255, 255, 0.09) 35%,
        rgba(255, 255, 255, 0.04) 35%,
        rgba(255, 255, 255, 0.04)
    );
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0.01),
        rgba(255, 255, 255, 0.09) 35%,
        rgba(255, 255, 255, 0.04) 35%,
        rgba(255, 255, 255, 0.04)
    );
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0.01),
        rgba(255, 255, 255, 0.09) 35%,
        rgba(255, 255, 255, 0.04) 35%,
        rgba(255, 255, 255, 0.04)
    );
    background: linear-gradient(
        top,
        rgba(255, 255, 255, 0.01),
        rgba(255, 255, 255, 0.09) 35%,
        rgba(255, 255, 255, 0.04) 35%,
        rgba(255, 255, 255, 0.04)
    );
}
.screen .computer {
    background: url('../images/computer.png') no-repeat top left;
    width: 685px;
    height: 279px;
    position: absolute;
    left: 0;
    right: 0;
    top: 137px;
    margin: 0 auto;
    z-index: 3;
}
.screen .computer iframe {
    margin: 11px 0 0 -4px;
    width: 335px;
    height: 210px;
}
.screen h1 {
    color: #444444;
    font-size: 30px;
    font-family: 'luxisBold';
    margin: 15px 0;
}
.screen h2 {
    color: #666;
    margin-top: 2em;
    font-family: 'luxis';
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.screen.big h2 {
    border-bottom: 2px solid #DDD;
}

#balls {
    position: absolute;
    width: 1260px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display : none;
    margin: 0 auto;
}
#balls img {
    position: fixed;
    display : none;
}
#balls .big_black {
    left: 1065px;
    top: 35px;
}
#balls .big_red {
    top: 305px;
    left: 44px;
}
#balls .big_orange {
    left: 270px;
    top: 14px;
}
#balls .big_orange_2 {
    left: 101px;
    top: 880px;
}
#balls .big_blue {
    left: 60px;
    top: 184px;
}
#balls .big_green {
    left: 1019px;
    top: 141px;
}
#balls .big_red_2 {
    left: 50px;
    top: 1280px;
}
#balls .little_yellow {
    left: 74px;
    top: 1200px;
}
#balls .little_black {
    left: 466px;
    top: 55px;
}
#balls .big_black_2 {
    left: 1050px;
    top: 995px;
}
#balls .small_yellow_1 {
    left: 74px;
    top: 254px;
}
#balls .small_black_1 {
    left: 791px;
    top: 76px;
}
#balls .small_black_2 {
    left: 954px;
    top: 79px;
}
#balls .small_black_3 {
    left: 1085px;
    top: 29px;
}
#balls .mini_small_black_1 {
    left: 1100px;
    top: 194px;
}
#balls .mini_small_black_2 {
    left: 147px;
    top: 35px;
}
#balls .mini_small_black_3 {
    left: 180px;
    top: 75px;
}
#balls .big_blue_2 {
    top: 950px;
    left: 980px;
}
.pagination {
    font-size: 14px;
}
.pagination a {
    padding: 0 2px;
    color: #313131;
}













#comments .comment_form_title, #comments .blognews_nb_comments {
    border : none;
    font-family        : "league gothic", Arial, Helvetica, FreeSans, sans-serif;
    font-size : 26px;
    font-weight : normal;
    color : #929292;
}