@charset "UTF-8";
@font-face {
    font-family: 'MyriadProBoldCondensed';
    src: url('fonts/myriadpro-boldcond-webfont.eot');
    src: url('fonts/myriadpro-boldcond-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-boldcond-webfont.woff') format('woff'),
         url('fonts/myriadpro-boldcond-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-boldcond-webfont.svg#MyriadProBoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'MyriadProCond';
	src: url('fonts/MyriadPro_Cond.eot');
	src: url('fonts/MyriadPro_Condd41d.eot?#iefix') format('embedded-opentype'),
             url('fonts/MyriadPro_Cond.woff') format('woff'), 
             url('fonts/MyriadPro_Cond.ttf') format('truetype'),
             url('fonts/MyriadPro_Cond.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



body {
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
    /*background-image: url('../images/shared/fondPage.gif');*/
/*    background-color:#e8e7e7;*/
    background-color:#dad1c2;
}

a img {
    border:none;
}

#top {
    height:28px;
    background-color: #FFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}

#topContent {
    width: 980px;
    height: 25px;
    margin: 0 auto;
}

#HEADER {
    height: 140px;
    background-image: url('../images/header/headerBackGrnd.png');
    background-position: left;
    background-repeat: repeat-x;
}
#HEADER_PROFIL {
    height: 100px;
    background-image: url('../images/header/headerBackGrnd.png');
}
#HEADER_CONTENT  {
    width: 980px;
    height: 140px;
    margin: 0 auto;
}
.logo {
    position: absolute;
    top: 20px;
}
.langues {
    position:absolute;
    width:980px;
    float:right;
    top:20px;
    font-family: Arial,Helvetica,sans-serif;
    color: #b8bdcc;
    font-size: 13px;
    padding-right: 5px;
    text-align: right;
}
.langues a {
    color: #b8bdcc;
}

.langues a:hover {
    color: #ffffff;
}

.others {
    position:absolute;
    width:980px;
    float:right;
    top:62px;
    font-family: Arial,Helvetica,sans-serif;
    color: white;
    font-size: 13px;
    margin-right: 0px; /* augmenter si navigateur mobile */ 
}
.others a {
    color: #ffffff;
    text-decoration: none;
    line-height: 27px;
}

#signin {
    float: right;
    display: inline-block;
    /*width:100px;*/
    margin-right: 10px;
    background: url('../images/shared/othersProfil.png') no-repeat;
    background-position: 0 0;
    text-indent: 25px;
}

#signin:hover, #signup:hover, #profil:hover, #messagerieBt:hover {
    text-decoration: underline;
}

#signup {
    float: right;
    display: inline-block;
    /*width:87px;*/
    margin-right:15px;
    background: url('../images/shared/otherssignup.html') no-repeat;
    background-position: 72px 0;
    text-indent: 0px;
}

#profil {
    float:right;
    display:inline-block;
    background: url('../images/shared/othersProfil.png') no-repeat;
    background-position: 0 0;
    text-indent: 25px;
    margin-right: 15px;
}

#messagerieBt {
    height:15px;
    float:right;
    display:inline-block;
    padding-right: 15px;
    padding-left: 15px;
    padding-top:7px;
    padding-bottom:7px;
    background-color: #2b445c;
    border-radius: 6px;
    -moz-border-radius: 6px;
}


#search {
    float:right;
    display: inline-block;
    width:234px;
    height:27px;
    background: url('../images/shared/searchField.png') no-repeat;
}

#search input[type=text] {
    width:180px;
    background: none;
    border: none;
    outline: none;
    margin-top: 5px;
    margin-left: 25px;
    color: darkgray;
    font-size: 12px;
}

.menu {
    /*font-family:'Conv_MyriadPro-BoldCond', Sans-Serif;*/
    /*font-size: 16px;*/
    font-size: 14px;
    position: absolute;
    top: 107px;
    width: 980px;
    height:33px;
    overflow: hidden;
    color:#ffffff;
}
.menu ul {
    position:absolute;
    list-style-type: none;	
    display:inline;
    margin: 0;
    padding: 0;
}
.menu li {
    float:left;
    /*margin-right:1px;*/
}
.menu ul li a {
    /*width:196px;*/
    line-height:33px; /*hauteur de l'image de fond*/
    text-decoration:none;
    text-align:center;
    display:block;
    background:url('../images/header/onglet.png') repeat-x;
    background-position: 0 0;
    color: #FFF;
 }
 
.menu ul li a:hover{
    background-position: 0 -33px;
}
 
.menu ul li a.selected {
    line-height:40px; /*hauteur de l'image de fond*/
    background-position: 0 -66px;
    color: #003366;
}

#SOUSMENU {
    width: 980px;
    background: #FFF;
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    background:url('../images/shared/sousMenuFD.jpg') repeat-x;
    overflow: hidden;
    height:190px;
}
#ssMenu ul {
    list-style-type: none;	
    display:inline-block;
    position:relative;
    top:24px;
    padding-left:40px;
}

#ssMenu ul li {
    float:left;	
    width:151px;
    height:150px;
    margin-right:5px;
}
.ssMenu_toutTintin_essentiel_selected {
    background:url("../images/tintin/essentiel.png") no-repeat;
}
.ssMenu_toutTintin_albums_selected {
    background:url("../images/tintin/albums.png") no-repeat;
}
.ssMenu_toutTintin_persos_selected {
    background:url("../images/tintin/persos.png") no-repeat;
}
.ssMenu_toutTintin_herge_selected {
    background:url("../images/tintin/herge.png") no-repeat;
}
.ssMenu_toutTintin_essentiel {
    background:url("../images/tintin/essentiel.png") no-repeat;
    background-position: 0 -150px;
}
.ssMenu_toutTintin_albums {
    background:url("../images/tintin/albums.png") no-repeat;
    background-position: 0 -150px;
}
.ssMenu_toutTintin_persos {
    background:url("../images/tintin/persos.png") no-repeat;
    background-position: 0 -150px;
}
.ssMenu_toutTintin_herge {
    background:url("../images/tintin/herge.png") no-repeat;
    background-position: 0 -150px;
}
.ssMenu_toutTintin_essentiel:hover {
    background-position: 0 -300px;
}
.ssMenu_toutTintin_albums:hover {
    background-position: 0 -300px;
}
.ssMenu_toutTintin_persos:hover {
    background-position: 0 -300px;
}
.ssMenu_toutTintin_herge:hover {
    background-position: 0 -300px;
}

.ssMenu_tintinos_concours_selected {
    background:url("../images/tintinos/concours.png") no-repeat;
}
.ssMenu_tintinos_forums_selected {
    background:url("../images/tintinos/forums.png") no-repeat;
}
.ssMenu_tintinos_biblio_selected {
    background:url("../images/tintinos/biblio.png") no-repeat;
}
.ssMenu_tintinos_collection_selected {
    background:url("../images/tintinos/collection.png") no-repeat;
}
.ssMenu_tintinos_concours {
    background:url("../images/tintinos/concours.png") no-repeat;
    background-position: 0 -150px;
}
.ssMenu_tintinos_forums {
    background:url("../images/tintinos/forums.png") no-repeat;
    background-position: 0 -150px;
}
.ssMenu_tintinos_biblio {
    background:url("../images/tintinos/biblio.png") no-repeat;
    background-position: 0 -150px;
}
.ssMenu_tintinos_collection {
    background:url('../images/tintinos/collection.png') no-repeat;
    background-position: 0 -150px;
}
.ssMenu_tintinos_concours:hover {
    background-position: 0 -300px;
}
.ssMenu_tintinos_forums:hover {
    background-position: 0 -300px;
}
.ssMenu_tintinos_biblio:hover {
    background-position: 0 -300px;
}
.ssMenu_tintinos_collection:hover {
    background-position: 0 -300px;
}



.shoot {
    width: 290px;
    height: 200px;
    background: url("../images/shared/shoot.jpg") no-repeat;
    margin-bottom: 15px;
}

.shoot2 {
    width: 250px;
    height: 185px;
    margin-bottom: 15px;
}

.shoot3 {
    width: 250px;
    height: 381px;
    background: url("../images/home/paves/bienvenue_fr.png") no-repeat;
    margin-bottom: 15px;
}

.shootSmall {
    width: 290px;
    height: 100px;
    margin-bottom: 15px;
}

.shootWhite {
    width: 290px;
    height: 200px;
    background: url("../images/shared/shootWhite.jpg") no-repeat;
    margin-bottom: 15px;
}

.shootFacebook {
    padding-top: 50px;
    padding-left: 5px;
}

.shootTwitter {
    border-top: 1px solid #b8bdcc;
    width:200px;
    margin-left: 16px;
    padding-top: 10px;
}
 
#CONTENT  {
    width: 900px;
    background: #FFF;
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    background-color: #FFF;
    padding: 40px;
    overflow: hidden;
}
#FOOTER { 
    background: #F7F7F7;
}
#FOOTER_CONTENT  {
    width: 980px;
    padding: 15px;
    margin: 0 auto;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #999999;
    text-align: center;
    line-height: 18px;
}

#FOOTER_CONTENT a {
    color: #999999;
}

.paveTexteBlanc {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #ffffff;
}

.paveTexteBlanc a {
    color: #ffffff;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/shared/button_upR.gif') no-repeat top right;
    color: #000;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 26px;
    padding-right: 5px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/shared/button_upL.gif') no-repeat;
    display: block;
    height: 26px;
    line-height: 14px;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 10px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
}

a.button:hover {
    background: transparent url('../images/shared/button_overR.gif') no-repeat top right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background: transparent url("../images/shared/button_overL.gif") no-repeat;
}

a.littleButton {
    background: transparent url("../images/shared/littleButton_upR.gif") no-repeat top right;
    color: #666666;
    display: block;
    float: left;
    height: 17px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
}

a.littleButton span {
    background: transparent url("../images/shared/littleButton_upL.gif") no-repeat;
    display: block;
    height: 17px;
    line-height: 14px;
    padding-top: 2px;
    padding-left: 10px;
}

#login, #contacts {
    display: none;
    position: absolute;
    width:321px;
    top:85px;
    right:0px;
    z-index: 1000;
}

#loginTop {
    height:99px;
    background: transparent url("../images/shared/loginBackgrndTop.png") no-repeat;
}

#contactsTop {
    height:99px;
    background: transparent url("../images/shared/contactsBackgrndTop.png") no-repeat;
}

#loginBot {
    background: transparent url("../images/shared/loginBackgrndBot.png") no-repeat;
    background-position: 0 bottom;
    padding: 30px;
    padding-top: 0;
}

.ligneContact {
     margin-bottom:2px;
     padding:5px;
     height:14px;
     background-color:#f1f2f2;
}
.ligneContact:hover {
    background-color:#b8bdcc;
}

#contactsBot {
    background: transparent url("../images/shared/loginBackgrndBot.png") no-repeat;
    background-position: 0 bottom;
    padding: 30px;
    padding-top: 0;
    height:350px;
}

#loginFoot, #forgotFoot, #sentFoot, #profilFoot {
    height:20px;
}

#loginCadre, #forgotCadre, #sentCadre, #profilCadre, #newMessageFormCadre {
    padding:10px;
    border:1px solid lightgray;
    margin-bottom: 10px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #666666;
    background-color: white;
}
#newMessageFormCadre {
    height:120px;
    padding:0;
    overflow: hidden;
}

#login input[type=text], #login input[type=password] {
    width:221px;
    line-height: 13px;
    background-color:#ffffe9;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #000000;
    border:1px solid darkgray;
    margin-bottom: 12px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    outline: none;
    padding: 6px;
}


#loginForgot a, #cancelForgot a {
    float:left;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 26px;
    color: #666666;
}

#loginErrorMess, #forgotErrorMess {
    padding-top: 10px;
    color: #990000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.profilHeader {
    color: #000000;
    margin-bottom: 8px;
}

.profilLine {
    display: inline-block;
    line-height:16px;
}

.profilSmall {
    border-top:1px solid lightgray;
    margin-top: 10px;
    padding-top:10px;
    font-size: 11px;
    line-height: 14px;
    color: #999999;
}

.houpOr {
    float:right;
    height:16px;
    width:14px;
    background: url('../images/shared/houpetteOr.jpg') no-repeat;
    background-position: 0 2px;
}

.houpArgent {
    float:right;
    height:16px;
    width:14px;
    background: url('../images/shared/houpetteArgent.jpg') no-repeat;
    background-position: 0 2px;
}

.homeSlideBackgrnd {
	background-repeat:no-repeat;
	display:block;
	width:900px;
	height:390px;
}
.homeSlideTitleLeft {
	position:absolute;
	padding-left: 40px;
}

.buttonNextFR {
    position: absolute;
    width:122px;
    height:28px;
    background-image: url('../images/home/slideShow/boutonNext_fr.png');
}

.buttonNextFR:hover {
    background-position: 122px 0;
}

.buttonNextFR.blue {
    background-image: url('../images/home/slideShow/boutonNextBlue_fr.png');
}

/*VIDÉOS*/

.videosList {
    clear: both;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    border-radius: 7px;
    -moz-border-radius: 7px;
    background-color: #f9f7f7;
}

.videosShow {
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 15px;
    
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}

.videoImage {
    width:175px;
    margin-right: 20px;
    float:left;
    
}
.videoContent {
    
}

.videoTitre {
    margin-top:-3px;
    margin-left: 195px;
    font-family:'MyriadProBoldCondensed', Sans-Serif;
    font-size: 30px;
    line-height: 29px;
    font-style: normal;
}

.videoResume {
    margin-top: 3px;
    margin-left: 195px;
    margin-bottom: 10px;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-style: normal;
    color: #666666;
}

.videoComplement {
    margin-top: 5px;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 19px;
    color:#527ea9;
    margin-left: 195px;
    
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.videoEtiq {
    position:absolute;
    margin:-20px;
}

.videoShowButtons {
    text-align: center;
    width:175px;
}

/* VIDEO POP-UP*/

#videoPlayer {
    display:none;
    position:fixed;
    top:50%;
    left:50%;
    width:640px;
    margin-left:-320px;
    height:480px;
    margin-top:-240px;
    background-color: black;
    padding:20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

#videoPlayer .jqmClose {
    position: absolute;
    float:right;
    margin-top:-35px;
    margin-left: -35px;
}

#videoContainer {
    /* iframe */
    float: right;
    border:0;
}

/*.jqmOverlay { background-color: #000; }*/

/*STARS*/

.stars {
    float:left;
    width:65px;
    height:20px;
    margin-top:3px;
    margin-right:3px;
    background-image: url('../images/shared/stars.png');
}

.stars5 {
    background-position:0 20px;
}
.stars4 {
    background-position:0 40px;
}
.stars3 {
    background-position:0 60px;
}
.stars2 {
    background-position:0 80px;
}
.stars1 {
    background-position:0 100px;
}
.stars0 {
    background-position:0 120px;
}

/*BUTTON*/

a.buttonBig {
    background: transparent url('../images/shared/buttonLightBlue_upR.png') no-repeat top right;
    color: #000;
    display: block;
    position:relative;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 28px;
    padding-right: 13px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonBig span {
    background: transparent url('../images/shared/buttonLightBlue_upL.png') no-repeat;
    display: block;
    height: 28px;
    line-height: 14px;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 5px;
}

a.buttonBig:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonBig:active span {
    background-position: bottom left;
}

a.buttonBig:hover {
    background: transparent url('../images/shared/buttonLightBlue_overR.png') no-repeat top right;
    color: white;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonBig:hover span {
    background: transparent url('../images/shared/buttonLightBlue_overL.png') no-repeat;
}

/* MESSAGES */

#contactsHeader {
    background-color: #f1f2f2;
    border:1px solid lightgray;
    height:22px;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    border-bottom: none;
}

#contactsHeader p {
    margin-top:3px;
}

#contactsCadre {
    padding:5px;
    border:1px solid lightgray;
    margin-bottom: 10px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #666666;
    background-color: white;
    height:305px;
    overflow-y: auto;
    overflow-x: hidden;
}

.messageContact {
    width:200px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #f9f7f7;
    padding:10px;
    margin-bottom: 5px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.messageMoi {
    margin-left: 10px;
    text-align: right;
    width:200px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: aliceblue;
    padding:10px;
    margin-bottom: 5px;
    outline: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.nbMess {
    font-size: 10px;
    background-color: red;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    color:white;
}
.onlineLed {
    float:right;
    width: 20px;
    height: 15px;
    background-image: url('../images/shared/online_led.png');
}

#menuContacts {
    display:none;
    margin-top:2px;
    text-align: left;
    background-color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 11px;
    float:right;
    width: 170px;
    border:1px solid lightgray;
}

#menuContacts ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menuContacts li {
    margin: 0;
    padding: 5px;
}

#menuContacts a {
    text-decoration: none;
    color: black;
}

#menuContacts li:hover {
    background-color: lightgray;
}

/*FOLIO*/

.folio {
    float:right;
    top: 5px;
    width: 100%;
    height:24px;
}
.folio ul {
    float:right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.folio li {
    float:left;
    margin-left: 5px;
    padding: 0;	
}
.folio ul li a {
    width:24px;
    line-height:24px; /*hauteur de l'image de fond*/
    text-decoration:none;
    text-align:center;
    display:block;
    background-image:url('../images/folio/buttonFolio_off.jpg');
    color: #000000;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}

.folio ul li a.selected {
    background-image:url('../images/folio/buttonFolio_on.jpg');
}

.button40 {
    background-position: 0 0;
}
.button40:hover {
    background-position: 0 -40px;
}

.ssMenuOng {
    font-size: 14px;
    text-align: center;
    line-height:40px; /*hauteur de l'image de fond*/
    background: url('../images/header/onglet_on.png') no-repeat;
    color: #003366;
    width:196px;
    height:33px;
    overflow: hidden;
    margin:0;
}
.ssMenu {
    position:absolute;
    top:-999px;
    left:0;
    margin:0;
}

.ssMenu a {
    text-decoration: none;
}
#ssMenu0_0 {
    background: url('../images/shared/menu/essentiel.html') no-repeat;
    width:349px;
    height:92px;
    margin:0;
}
#ssMenu0_0:hover {
    background-position-y: -92px;
}
.ssMenuBot {
    width:349px;
    height:19px;
    background: url('../images/shared/menu/bot.html') no-repeat;
}