/* CSS du Take a tour Fev. 2013 */
#global {
    width: 100%;
}
#tourIntro {
    width: 100%;
    height: 342px;
    background: #fdfbdd url(/img/take-a-tour/bg_header.png?20130304) no-repeat center top;
    height: 275px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
#tourIntro h1, #tourIntro h2 {
    display: block;
    margin: 0 auto;
    padding-top: 50px;
    text-align: left;
    width: 910px;
}
#tourIntro h1 img {
    margin: 0 auto;
}
#tourIntro h2 {
    padding-top: 0px;
    margin-top: -5px;
}
#tourIntro h1 a, #tourIntro h2 a {
    display: block;
}

#tourBlock {
    width: 1110px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    text-align: left;
}
#tourBlock h2 {
    margin: 0 0 0 80px;
    color: #43596b;
    font-size: 50px;
    font-weight: normal;
}
#tourBlock a.more {
    float: right;
    margin: 8px 150px 0 0;
    padding: 10px 20px;
    background: #009aff;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
#tourBlock a:hover.more {
    text-decoration: none;
}

/* Ligne des Quotes */
#tourDebriefing {
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
}
#tourDebriefing li {
    display: inline;
    margin-right: 5px;
}
#tourDebriefing li.hide {
    display: none;
}
#tourDebriefing a {
    color: #2a5d86;
    font-family: Arial;
    font-size: 20px;
    text-decoration: none;
}
#tourDebriefing .quotes:before, #tourDebriefing .quotes:after {
    color: #000;
    font-size: 24px;
}
#tourDebriefing .quotes:before {
    content: "\201C";
}
#tourDebriefing .quotes:after {
    content: "\201D";
}
#tourDebriefing a.author {
    margin-right: 20px;
    font-size: 12px;
    color: #999;
    font-style: italic;
}

/* Ensemble des 3 Petits blocs */
#tourMiniBlockContainer {
    width: 1034px;
    height: 258px;
    margin: 25px auto 0 auto;
}
#tourMiniBlockContainer > li {
    position: relative;
    float: left;
    width: 314px;
    min-height: 222px;
    margin: 0 0 15px 20px; 
    border: 1px solid #e3e3e3;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #f4f4f4; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f4f4f4 0%, #ffffff 50%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(50%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ffffff 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f4f4f4 0%,#ffffff 50%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f4f4f4 0%,#ffffff 50%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f4f4f4 0%,#ffffff 50%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
#tourMiniBlockContainer > li:after {
    content: url(/img/take-a-tour/bg_miniblock.png);
    position: absolute;
    bottom: -17px;
    left: 9px;
}
#tourMiniBlockContainer li h3 {
    margin: 10px 0 5px 0;
    color: #43596b;
    font-size: 23px;
    font-family: Arial;
    font-weight: bold;
}

#tourMiniBlockContainer .bouton {
    padding: 7px;
}

#lastSubscribe {
    overflow: hidden;
    margin-top: 9px;
}
#lastSubscribe li {
    display: inline-block;
    overflow: hidden;
    width: 100px;
}
#lastSubscribe li a {
    display: block;
    width: 100px;
    font-size: 11px;
    text-align: left;
    white-space: nowrap;
}

#tourMiniBlockContainer p.submit, #searchSubject {
    margin: 7px;
}

#searchUser {
    margin: 13px 5px 0 0;
    text-align: right;
}
#searchUser a {
    padding: 8px;
}

/* Liste et tailles des tags */
#tag {
    height: 129px;
    overflow: hidden;
}
#tag li {
    display: inline-block;
    padding: 0 10px;
    white-space: nowrap;
}
#tag .tag0 a {
    font-size: 42px;
    color: #0f7dc5;
}
#tag .tag1 a {
    font-size: 30px;
    color: #0d598b;
}
#tag .tag2 a {
    font-size: 34px;
    color: #4282ab;
}
#tag .tag3 a {
    font-size: 19px;
    color: #66849b;
}
#tag .tag4 a {
    font-size: 22px;
    color: #809bb0;
}

#searchSubject .text {
    width: 236px;
    font-size: 12px;
}

/* 3eme bloc */
#subscribe h2 {
    margin: 55px 0 5px 0;
    color: #43596b;
    font-size: 40px;
    font-family: Arial;
    font-weight: bold;
}
#subscribe .bouton {
    padding: 10px 45px;
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 63px;
}

/* POPINS ! */

/* Animations Blog et Profil */
.takeatour_boutonvert {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #87b201;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 2px;
}
.takeatour_boutonvert:hover {
    text-decoration: none;
}

#tourMoreMobile, #tourMoreProfil, #tourMoreBlog {
    padding: 10px;
    background: #000;
    position: relative;
    color: #fff;
}
#tourMoreProfil, #tourMoreBlog {
    padding-bottom: 80px;
}
#tourMoreMobile h2, #tourMoreProfil h2, #tourMoreBlog h2 {
    margin: 0 0 10px 0;
    padding: 5px;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
}
#tourMoreMobile h3 {
    margin: 20px 0 15px 0;
}
#tourMoreMobile #presentation {
    width: 570px;
    height: 547px;
    margin: 0 auto;
    background: url(/img/mobiles/bg_mobile_presentation02.jpg) no-repeat left top;
}
#tourMoreMobile #presentation #video {
    display: block;
    position: relative;
    top: 109px;
    left: 261px;
}