/* CSS Document */


/*************** BODY ET MAIN **********************/
body,p,img,h1,h2,h3,h4,h5,h6,hr,ul,li {
padding:0;
margin:0;
border:0;
}
body {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
}
.clearAll {
clear:both;
}
.separateurNeutre {
background-image:url(images/degradeHrGeneral.png);
background-repeat:repeat-x;
height:2px;
margin:8px 0 0 0;
}
/******* Les bandes *******/
/* Pour mettre les degradés sur toute la largeur de l'écran en background, 
on inclut #Header (transparent, 1000px de large) dans #HeaderBande, etc.... */
#HeaderBande{
height:270px;
background-image:url(images/degradeHeader.png);
background-repeat:repeat-x;
}
#Header {
width:1000px;
margin:0 auto;
position:relative;
}
#BandePrems {
background-image:url(images/degradeParvisRouge.png);
background-repeat:repeat-x;
background-position:bottom;
margin:-14px 0 0 0;
}
#ContentBandePrems {
position:relative;
width:1000px;
margin:auto;
}
#BandeDeuze {
background-color:#FFFFFF;
margin:20px 0 0 0;
}
#ContentBandeDeuze {
position:relative;
width:1000px;
margin:auto;
}
#BandeTroize {
background-image:url(images/degradeHomeThirdBande.png);
background-repeat:repeat-x;
background-color:#5c090b;
margin:60px 0 0 0;
}
#ContentBandeTroize {
position:relative;
width:1000px;
margin:auto;
}
/********************/

/*************** HEADER **********************/
#Titre {
position:absolute;
top:30px;
left:0px;
}
h1 {
position:absolute;
top:16px;
left:16px;
font-size:0.9em;
font-style:italic;
width:500px;
}
#filleHeader1 {
position:absolute;
top:2px;
left:470px;
z-index:200;
}
#filleHeader2 {
position:absolute;
top:2px;
left:368px;
z-index:200;
}
#cartoucheLogin {
background-image:url(images/degradeCartoucheLogin.png);
background-repeat:repeat-x;
background-color:#420607;
width:320px;
height:40px;
padding:10px;
position:absolute;
top:22px;
left:656px;
-moz-border-radius:16px;
-webkit-border-radius:16px;
-khtml-border-radius:16px;
border:1px solid #8a0e11;
}
#cartoucheLogin input[type=text],#cartoucheLogin input[type=password] {
width:150px;
padding:2px;
border:1px solid #971a1d;
margin:0 0 4px 0;
-moz-border-radius:8px;
-webkit-border-radius:8px;
-khtml-border-radius:8px;
}
#cartoucheLangue {
position:absolute;
top:140px;
left:40px;
width:200px;
height:30px;
}
#btLoginHeader {
position:absolute;
top:30px;
left:310px;
cursor:pointer;
}
#cartoucheLogin p.nbTicketsCartoucheheader {
font-size:1.4em;
float:right;
color:#eef03d;
font-weight:bold;
width:110px;
margin:4px 0 0 0;
}
.avatarCartoucheheader {
float:left;
width:40px;
height:40px;
margin:0 6px 0 0;
}
#cartoucheLogin a {
color:#FFFFFF;
font-size:0.8em;
font-weight:normal;
font-style:italic;
}
#cartoucheLogin p {
float:left;
color:#f8f46a;
font-size:1.1em;
font-weight:bold;
height:40px;
width:142px;
margin:-4px 0 0 0;
padding:0;
overflow:hidden;
}
#Btdeconnexion {
position:absolute;
top:-12px;
left:316px;
cursor:pointer;
}

/*****MENU IN HEADER *******/
/************** Menu boutons jeux et shop ******************/
ul, li {
list-style-type:none;
}
ul#menuJeux {
position:absolute;
top:108px;
left:200px;
height:79px;
width:804px;
}
ul#menuJeux li {
float:left;
}
li a {
width:128px;
height:79px;
}
li a#shopLink {
display:block;
width:156px;
height:59px;
background-image:url(images/btShop.png);
margin-top:20px;
}
a#shopLink:hover {
background-image:url(images/btShopSurvol.png);
}
li a#ctl00_shopLink {
display:block;
width:156px;
height:59px;
background-image:url(images/btShop.png);
margin-top:20px;
}
a#ctl00_shopLink:hover {
background-image:url(images/btShopSurvol.png);
}
li a#ctl00_pokerLink {
display:block;
background-image:url(images/btStrip-Poker.png);
}
a#ctl00_pokerLink:hover {
background-image:url(images/btStrip-PokerSurvol.png);
}
li a#ctl00_beloteLink {
display:block;
background-image:url(images/btSexy-Belote.png);
}
a#ctl00_beloteLink:hover {
background-image:url(images/btSexy-BeloteSurvol.png);
}
li a#ctl00_strip4Link {
display:block;
background-image:url(images/btStrip4.png);
}
a#ctl00_strip4Link:hover {
background-image:url(images/btStrip4Survol.png);
}
li a#ctl00_chessLink {
display:block;
background-image:url(images/btSexyChess.png);
}
a#ctl00_chessLink:hover {
background-image:url(images/btSexyChessSurvol.png);
}
li a#ctl00_sudokuLink {
display:block;
background-image:url(images/btSudoku.png);
}
a#ctl00_sudokuLink:hover {
background-image:url(images/btSudokuSurvol.png);
}
/********************************************/
#formJumpToGirl {
position:absolute;
top:192px;
left:10px;
}
/************** Menu texte ******************/
ul#menutexte {
position:absolute;
top:192px;
left:204px;
}
ul#menutexte li {
display:inline;
color:#7d1315;
font-size:1.1em;
margin:0 2px;
}
ul#menutexte a {
color:#7d1315;
font-size:1.1em;
text-decoration:none;
}
ul#menutexte a:hover {
text-decoration:underline;
}
/********************************************/

/************** HOME ***************************/
.fixationHome {
height:580px;
}
.bigBtHome {
display:block;
text-decoration:none;
font-size:1.4em;
font-weight:bold;
text-align:center;
line-height:1.2em;
padding:32px 0 0 20px;
background-repeat:no-repeat;
width:220px;
height:150px;
}
#ctl00_ContentPlaceHolder1_BtDownloadDemo {
position:absolute;
top:400px;
left:20px;
background-image:url(images/btDownloadDemoHome.png);
color:#d30a10;
z-index:2;
}
#ctl00_ContentPlaceHolder1_BtDownloadDemo:hover {
background-image:url(images/btDownloadDemoHome.png);
}
#ctl00_ContentPlaceHolder1_BtTakeTheTour {
position:absolute;
top:400px;
left:240px;
background-image:url(images/btTakeTourHome.png);
color:#751013;
z-index:2;
}
#ctl00_ContentPlaceHolder1_BtTakeTheTour:hover {
background-image:url(images/btTakeTourHome.png);
}
#pinUpSarahHome {
position:absolute;
top:40px;
left:400px;
z-index:3;
}
#pinUpMiaHome {
position:absolute;
top:176px;
left:40px;
z-index:1;
}
#ecranJeuHome {
position:absolute;
top:90px;
left:110px;
z-index:0;
}
#ecranNewsHome {
position:absolute;
top:90px;
left:584px;
z-index:0;
}
#ordiCountour {
position:absolute;
z-index:2;
}
.newsPhoto {
position:absolute;
top:24px;
left:23px;
z-index:1;
}
#ctl00_ContentPlaceHolder1_welcome {
text-align:center;
font-size:1.6em;
color:#c50c12;
}
#bandeauNews {
position:absolute;
top:396px;
left:560px;
background-image:url(images/bandeauNews.png);
background-repeat:no-repeat;
width:390px;
height:130px;
padding:20px;
}
#bandeauNews h3 {
color:#f7d999;
font-size:1.4em;
margin:0 0 8px 0;
text-align:center;
}
#bandeauNews p {
color:#f7eb67;
margin:2px 0 4px 20px;
}
#bandeauNews a {
color:#f7d999;
font-size:1.1em;
text-decoration:none;
cursor:pointer;
}
#bandeauNews a:hover {
text-decoration:underline;
}
#cartouchePubs {
width:980px;
background-image:url(images/degradeCartouchePub.png);
background-repeat:repeat-x;
border:1px solid #aba2a2;
background-color:#FFFFFF;
-moz-border-radius:16px;
-webkit-border-radius:16px;
-khtml-border-radius:16px;
padding:16px 10px 10px 10px;
margin:10px 0 0 0;
}
#cartouchePubs img{
margin:0 6px 0 0;
}
#linkText {
text-align:center;
padding:8px 0 0 0;
}
#linkText a{
color:#b02125;
font-size:1em;
font-weight:bold;
text-decoration:none;
margin:0 20px 0 0;
}
#linkText a:hover{
text-decoration:underline;
}
#h3Parnters {
font-size:1.6em;
color:#b02125;
font-weight:bold;
margin:-10px 0 10px 0;
}
.questionHome {
background-color:#a71717;
padding:8px 20px 20px 20px;
-moz-border-radius:16px;
-webkit-border-radius:16px;
-khtml-border-radius:16px;
margin:40px 0 0 0;
border:1px solid #7f0e0e;
}
.questionHome img{
float:left;
margin:-26px 0 0 -40px;
}
.questionHome h3{
margin:0 0 8px 20px;
font-size:1.3em;
color:#f7f94a;
}
.questionHome a {
color:#FFFFFF;
}
/***********************************************/

/************************ JEU *************************/
.titreJeu {
margin:10px;
}
h2 {
color:#820709;
font-size:1.3em;
width:940px;
margin:10px 0 10px 0;
padding:10px 0 0 0;
height:70px;
}
h2 img {
float:left;
margin:-20px 8px 0 0;
}
.screenshotJeu {
display:block;
margin:20px 0 0 0;
-moz-box-shadow: 1px 1px 12px #555;
-webkit-box-shadow: 1px 1px 12px #555;
}
.refletScreenshotJeu {
margin:4px 0 0 0;
}
#vignettesBlock {
position:absolute;
top:100px;
left:680px;
width:400px;
height:600px;
}
#vignettesBlock img {
cursor:pointer;
}
#ctl00_ContentPlaceHolder1_btDownloadDemoJeu {
position:absolute;
top:480px;
left:670px;
background-image:url(images/btDownloadDemoJeu.png);
background-repeat:no-repeat;
width:309px;
height:102px;
font-size:1.6em;
font-weight:bold;
color:#d30a10;
text-align:center;
line-height:1em;
padding:16px 0 0 24px;
text-decoration:none;
}
#ctl00_ContentPlaceHolder1_btDownloadDemoJeu span {
display:block;
width:120px;
text-align:center;
margin:18px 0 0 110px;
background-color:#00FF00;
}
#ctl00_ContentPlaceHolder1_encartInfoJeu {
background-image:url(images/degradeEncartInfoJeu.png);
background-repeat:repeat-x;
width:980px;
height:80px;
padding:10px;
color:#b02125;
font-size:1.1em;
position:relative;
top:-36px;
left:0;
margin:0 0 40px 0;
z-index:20;
-moz-border-radius:16px;
-webkit-border-radius:16px;
-khtml-border-radius:16px;
-moz-box-shadow: 1px 1px 12px #555;
-webkit-box-shadow: 1px 1px 12px #555;
}
.titreBande {
margin:-30px 0 0 0;
}
#cadreImgBoutons {
margin:16px 0 0 0;
padding:0 0 20px 0;
}
#cadreImgBoutons img{
margin:0 4px 4px 0;
}
#btRight {
position:absolute;
top:30px;
left:960px;
cursor:pointer;
z-index:30;
}
#btLeft {
position:absolute;
top:30px;
left:930px;
cursor:pointer;
z-index:30;
}
.classClickOnPictures {
font-size:0.9em;
font-style:italic;
color:#333333;
}
#textJeu0 {
display:block;
}
#textJeu1 {
display:none;
}
#textJeu2 {
display:none;
}
#textJeu3 {
display:none;
}
#ctl00_ContentPlaceHolder1_encartInfoJeu em {
color:#dbac1c;
}
#ctl00_ContentPlaceHolder1_encartInfoJeu p {
color:#980d10;
}
/***********************************************/

/************************ GIRL *************************/
h4 {
font-size:2.8em;
color:#b02125;
margin:0 0 10px 20px;
}
h2 em {
font-size:0.7em;
color:#f2c360;
}
#ctl00_ContentPlaceHolder1_slideGirl {
display:block;
margin:10px 0 0 30px;
}
#cadreVignetteVideo {
position:absolute;
top:41px;
left:412px;
width:570px;
height:500px;
}
#videoOnly {
width:530px;
}
#cadreVignetteVideo img,#cadreVignetteVideo div {
float:left;
margin:4px 0 0 4px;
cursor:pointer;
}
#cartouchesGirls {
}
#cartoucheInfoGirl {
float:left;
background-image:url(images/degradeCartoucheInfoGirl.png);
background-repeat:repeat-x;
background-color:#530708;
width:600px;
height:170px;
border:1px solid #b02125;
-moz-border-radius:16px;
-webkit-border-radius:16px;
-khtml-border-radius:16px;
margin:0 0 0 30px;
padding:10px;
}
#cartoucheInfoGirl p {
margin:4px 0 0 10px;
}
#ctl00_ContentPlaceHolder1_strGame {
color:#fcfb85;
font-size:1.2em;
}
#ctl00_ContentPlaceHolder1_strGame0 {
color:#fcfb85;
font-size:1em;
}
#cartouchesGirls b{
color:#edeb2b;
font-size:1em;
}
#cartoucheOtherGirl {
float:left;
background-image:url(images/degradeCartoucheInfoGirl.png);
background-repeat:repeat-x;
background-color:#530708;
width:260px;
height:170px;
border:1px solid #b02125;
-moz-border-radius:16px;
-webkit-border-radius:16px;
-khtml-border-radius:16px;
margin:0 0 0 10px;
padding:10px;
}
#cartoucheOtherGirl p {
margin:0 0 0 104px;
}
h5 {
color:#f7ed4d;
font-size:1.8em;
margin:0 0 0 10px;
display:inline;
}
#cartoucheInfoGirl div {
float:left;
}
.imgBtCartouche {
float:left;
}
#ctl00_ContentPlaceHolder1_imgStars {
display:block;
margin:0 0 0 10px;
}
.addToMyCollection {
background-image:url(images/btAddToMyCollection.png);
background-repeat:no-repeat;
display:block;
width:224px;
height:46px;
font-size:1.2em;
font-weight:bold;
color:#d30a10;
padding:8px 0 0 0;
text-align:center;
text-decoration:none;
margin:12px 0 0 30px;
cursor:pointer;
}
#ctl00_ContentPlaceHolder1_BtAjoutCollec {
margin:12px 0 0 0;
}
div#ticketsAndAdd {
float:right;
height:110px;
margin:10px 10px 0 0;
}
#ctl00_ContentPlaceHolder1_liensMembres {
float:left;
width:470px;
}
#cartoucheInfoGirl p.nbTickets {
color:#f7ed4d;
font-size:2.2em;
font-weight:bold;
margin:0;
text-align:center;
}
#ctl00_ContentPlaceHolder1_btSeeAlso {
background-image:url(images/btSeeAlso.png);
background-repeat:no-repeat;
width:149px;
height:26px;
display:block;
float:left;
margin:6px 0 0 6px;
color:#d30a10;
text-decoration:none;
text-align:center;
padding:4px 0 0 0;
font-size:1.1em;
}
#ctl00_ContentPlaceHolder1_strSeeAlso {
color:#f7ed4d;
font-size:1.6em;
font-weight:bold;
}
#ctl00_ContentPlaceHolder1_linkRate {
color:#FFFFFF;
cursor:pointer;
text-decoration:underline;
}
#ctl00_ContentPlaceHolder1_linkComment {
color:#FFFFFF;
cursor:pointer;
text-decoration:underline;
}
#cadreAddComment textarea {
margin:10px 0 10px 30px;
width:700px;
padding:10px;
border:1px solid #b02125;
color:#333333;
}
#cadreAddComment {
display:none;
text-align:center;
width:912px;
margin:0 0 20px 30px;
background-image:url(images/degradeCadreComment.png);
background-repeat:repeat-x;
background-color:#530708;
padding:4px 0;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
border:1px solid #b02125;
}
#cadreRateGirl {
display:none;
text-align:center;
width:912px;
margin:0 0 20px 30px;
background-color:#b02125;
padding:4px 0;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
border:1px solid #750e11;
}
#ctl00_ContentPlaceHolder1_btValidNot {
width:120px;
margin:0 0 0 10px;
}
.paraMessageCommOrRate {
background-image:url(images/degradeParaMessage.png);
background-repeat:repeat-x;
background-color:#f7eb2e;
border:1px solid #f2e61f;
color:#333333;
font-size:1.4em;
padding:10px;
width:892px;
margin:0 0 20px 30px;
text-align:center;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
}
#tableComment {
width:920px;
background-image:url(images/degradeTableComments.png);
background-repeat:repeat-x;
background-color:#900e0f;
padding:20px;
-moz-border-radius:16px;
-webkit-border-radius:16px;
-khtml-border-radius:16px;
margin:26px 0 0 30px;
border:1px solid #b02125;
}
.cellPseudo {
font-size:1.4em;
font-weight:bold;
color:#e9e41e;
padding:8px 0 0 0;
}
.cellDate {
font-size:0.8em;
color:#faf86c;
font-style:italic;
}
.cellComment {
font-size:1em;
color:#fcfaa9;
}
.cellAvatar {
width:50px;
vertical-align:top;
padding:8px 10px 0 10px;
}
.cellSeparateur {
height:8px;
vertical-align:top;
}
.separateurTable {
background-image:url(images/degradeHrGeneral.png);
background-repeat:repeat-x;
height:2px;
}
/***********************************************/

/************************ MEMBRES *************************/
#contentGauche {
float:left;
width:500px;
margin:20px 0 0 0;
}
#contentDroit {
float:left;
width:500px;
margin:20px 0 0 0;
}
#cartoucheInfoMembre {
background-image:url(images/degradeCartoucheInfoMembre.png);
background-repeat:repeat-x;
height:368px;
width:460px;
padding:20px;
-moz-border-radius:16px;
-webkit-border-radius:16px;
-khtml-border-radius:16px;
}
.deuzeCollection {
height:20px;
}
.refletCadreMembre {
margin:6px 0 0 0;
}
#InfoMembre {
height:50px;
}
#InfoMembre img {
float:left;
}
#InfoMembre p {
margin:0 0 4px 0;
padding:0 0 0 10px;
}
.nbTicketsMembre {
float:right;
font-size:1.3em;
color:#f7f958;
font-weight:bold;
}
.separateur {
background-image:url(images/degradeHrGeneral.png);
background-repeat:repeat-x;
height:2px;
margin:10px 0 30px 0;
}
#MessageMembre {
background-color:#90181b;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
padding:10px;
}
#MessageMembre img {
margin:-30px 0 0 -20px;
}
#ActionMembre {
background-color:#7f1316;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
padding:10px;
height:80px;
}
#ActionMembre img {
margin:-30px 0 0 -20px;
}
#ActionMembre a {
color:#fdfaaa;
font-size:1em;
font-weight:bold;
text-decoration:none;
}
#ActionMembre a:hover {
text-decoration:underline;
}
#ctl00_ContentPlaceHolder1_btBuyMembre {
background-image:url(images/degradeBoutonBuyMembre.png);
background-repeat:repeat-x;
display:block;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
border:1px solid #f9f34e;
height:36px;
width:220px;
text-decoration:none;
text-align:center;
font-size:1.4em;
font-weight:bold;
padding:4px 0 0 0;
margin:0;
color:#d30a10;
float:left;
}
#ctl00_ContentPlaceHolder1_btDemoMembre {
background-image:url(images/degradeBoutonDownloadMembre.png);
background-repeat:repeat-x;
display:block;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
border:1px solid #4a9bba;
height:36px;
width:220px;
text-decoration:none;
text-align:center;
font-size:1.4em;
font-weight:bold;
padding:4px 0 0 0;
margin:0;
color:#fcf9a6;
float:right;
}
#ongletsCollection {
height:40px;
margin:10px 0 0 14px;
}
#ongletsCollection li {
float:left;
margin:0 4px 0 0;
}
#ongletsCollection a {
display:block;
background-image:url(images/backOngletCollectionLight.png);
background-repeat:no-repeat;
width:160px;
height:40px;
padding:10px;
text-align:center;
font-size:1.4em;
text-decoration:none;
cursor:pointer;
}
#cadreCollection {
background-image:url(images/degradeCollection.png);
background-repeat:repeat-x;
background-color:#891618;
padding:20px;
-moz-border-radius:16px;
-webkit-border-radius:16px;
-khtml-border-radius:16px;
margin:0;
}
.imgBoutonCollection {
float:left;
width:96px;
height:190px;
margin:10px 6px 0 0;
}
.imgBoutonCollection img {
float:left;
margin:0 0 4px 0;
text-align:center;
}
img.loupe {
margin:0 0 0 32px;
}
#ctl00_ContentPlaceHolder1_cadrePoker {
display:block;
}
#ctl00_ContentPlaceHolder1_cadreBelote {
display:none;
}
#ctl00_ContentPlaceHolder1_cadreStrip4 {
display:none;
}
#ctl00_ContentPlaceHolder1_cadreChess {
display:none;
}
#ctl00_ContentPlaceHolder1_cadreSudoku {
display:none;
}
#ctl00_ContentPlaceHolder1_nameMember {
font-size:1.3em;
color:#f7f958;
width:270px;
overflow:hidden;
}
#ctl00_ContentPlaceHolder1_mailMember {
font-style:italic;
}
#ctl00_ContentPlaceHolder1_changePseudo {
cursor:pointer;
}
#divInputAction {
display:none;
text-align:center;
padding:10px;
}
#divLinkAction {
display:block;
}
a#ctl00_ContentPlaceHolder1_backToLink {
font-size:0.8em;
display:block;
color:#FFFFFF;
cursor:pointer;
margin:8px 0 0 0
}
#ecranNewsCollection {
position:absolute;
top:50px;
left:584px;
z-index:0;
}
#bandeauNewsCollection {
position:absolute;
top:352px;
left:560px;
background-image:url(images/bandeauNews.png);
background-repeat:no-repeat;
width:390px;
height:130px;
padding:20px;
}
#bandeauNewsCollection h3 {
color:#f7d999;
font-size:1.4em;
margin:0 0 8px 0;
text-align:center;
}
#bandeauNewsCollection p {
color:#f7eb67;
margin:2px 0 4px 20px;
}
#bandeauNewsCollection a {
color:#f7d999;
font-size:1.1em;
text-decoration:none;
cursor:pointer;
}
#bandeauNewsCollection a:hover {
text-decoration:underline;
}
/***********************************************/

/************************ FAQ *************************/
#contentFaq {
width:920px;
height:1000px;
margin:20px 0 0 0;
padding:40px;
background-image:url(images/degradeFaq.png);
background-repeat:repeat-x;
background-color:#5c090b;
border:1px solid #b02125;
-moz-border-radius:16px;
-webkit-border-radius:16px;
-khtml-border-radius:16px;
}
#contentFaq a {
color:#FFFFFF;
}
.question {
background-color:#7e1315;
border:1px solid #b02125;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
padding:10px;
font-size:1em;
font-style:italic;
color:#fbfc91;
width:900px;
margin:auto;
}
.question img {
margin:-20px 12px 0 -20px;
}
.reponse {
background-color:#a71616;
border:1px solid #b02125;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
padding:10px;
font-size:0.9em;
font-style:italic;
color:#FFFFFF;
width:840px;
margin:8px 0 30px 60px;
}
#ongletsFaq {
height:40px;
margin:30px 0 0 14px;
}
#ongletsFaq li {
float:left;
margin:0 4px 0 0;
}
#ongletsFaq a {
display:block;
background-image:url(images/backOngletFaqLight.png);
background-repeat:no-repeat;
width:160px;
height:40px;
padding:10px;
text-align:center;
font-size:1.2em;
text-decoration:none;
cursor:pointer;
}
#configurationFaq {
display:block;
}
#installationFaq,#paymentsFaq,#anonymityFaq,#technicalFaq {
display:none;
}
/***********************************************/


/************************ REGISTER *************************/
.deuzeRegister {
height:50px;
}
.paraMessage {
background-image:url(images/degradeParaMessage.png);
background-repeat:repeat-x;
background-color:#f7eb2e;
border:1px solid #f2e61f;
color:#333333;
font-size:1.4em;
padding:10px;
margin:10px auto;
text-align:center;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
}
#CadreRegister {
float:right;
width:560px;
background-image:url(images/degradeCadreRegister.png);
background-repeat:repeat-x;
background-color:#5c090b;
margin:20px 0 0 20px;
padding:20px;
-moz-border-radius:16px;
-webkit-border-radius:16px;
-khtml-border-radius:16px;
height:367px;
}
#CadreMdpForgot {
float:right;
width:340px;
height:157px;
background-image:url(images/degradeCadreLogin.png);
background-repeat:repeat-x;
background-color:#8d1111;
margin:14px 0 0 0;
padding:20px;
-moz-border-radius:16px;
-webkit-border-radius:16px;
-khtml-border-radius:16px;
}
#CadreLogin {
float:right;
width:340px;
height:155px;
background-image:url(images/degradeCadreLogin.png);
background-repeat:repeat-x;
background-color:#8d1111;
margin:20px 0 0 0;
padding:20px;
-moz-border-radius:16px;
-webkit-border-radius:16px;
-khtml-border-radius:16px;
}
#CadreRegister input[type=text],#CadreRegister input[type=password],#CadreLogin input[type=text],#CadreLogin input[type=password] {
width:200px;
}
#CadreRegister table {
text-align:left;
}
#CadreRegister p {
font-size:0.9em;
margin:4px 0 4px 10px;
color:#faf79d;
background-color:#a31d1d;
padding:8px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
}
#CadreRegister a {
color:#faf79d;
}
#pricingTable {
width:1000px;
text-align:center;
background-color:#7a1113;
padding:20px;
-moz-border-radius:16px;
-webkit-border-radius:16px;
-khtml-border-radius:16px;
}
#pricingTable th {
color:#edef3f;
font-size:1.2em;
}
#CadreRegister div {
display:inline;
}
#ctl00_ContentPlaceHolder1_message a {
color:#FFFFFF;
}
/***********************************************/

/************************ BUY *************************/
#CadreBuy {
width:700px;
background-image:url(images/degradeCadreRegister.png);
background-repeat:repeat-x;
background-color:#5c090b;
margin:10px 0 2px 0;
padding:20px;
-moz-border-radius:16px;
-webkit-border-radius:16px;
-khtml-border-radius:16px;
}
.paraChoix {
background-color:#b02125;
border:1px solid #760d10;
padding:6px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
margin:4px 0;
color:#faf44d;
font-size:1.4em;
font-style:italic;
}
.paraInfoSecu {
background-color:#730e10;
border:1px solid #b51014;
padding:6px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
margin:2px 0 10px 0;
font-size:0.7em;
}
.paraInfoSecu img{
float:left;
margin:-4px 4px 0 0;
}
.paraChoixInput {
background-color:#730e10;
border:1px solid #b51014;
padding:6px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
margin:8px 0 10px 60px;
}
.paraChoixInput a {
color:#FFFFFF;
float:right;
font-size:0.8em;
margin:0 10px 0 0;
}
.paraChoixInput span {
color:#fcf886;
font-size:0.9em;
font-style:italic;
font-weight:bold;
}
.purchaseTickets {
background-image:url(images/btAddToMyCollection.png);
background-repeat:no-repeat;
display:block;
width:224px;
height:46px;
font-size:1.6em;
font-weight:bold;
color:#d30a10;
padding:4px 0 0 0;
text-align:center;
text-decoration:none;
margin:auto;
}
.refletCadre {
margin:0 0 10px 0;
}
.pinUpBuy {
float:right;
padding:60px 40px 0 0;
}
/***********************************************/

/************************ TOUR *************************/
.presentationTour {
font-size:1em;
color:#b02125;
margin:20px;
}
.presentationTour em {
color:#f8d637;
font-size:1.1em;
}
.presentationTour a {
color:#f8d637;
font-size:1.1em;
}
.presentationTour a:hover {
text-decoration:none;
}
#ctl00_ContentPlaceHolder1_tourText h4 {
color:#f4f971;
font-size:1.2em;
margin:20px 0 10px 0;
}
ul#ulTour {
list-style-type:disc;
margin-left:100px;
}
ul#ulTour li {
list-style-type:disc;
}
#ctl00_ContentPlaceHolder1_tourText em {
color:#fad43c;
}
#ctl00_ContentPlaceHolder1_tourText p {
margin:10px auto;
}
#ctl00_ContentPlaceHolder1_tourText {
text-align:justify;
}
#ctl00_ContentPlaceHolder1_BtDownloadDemoTour {
background-image:url(images/btDownloadDemoHome.png);
position:absolute;
top:420px;
left:220px;
z-index:200;
color:#d30a10;
}
#ecransEtImagesTour {
position:relative;
}
#computerTour {
position:absolute;
top:0;
left:90px;
}
#pinUpTour {
margin:0 0 30px 600px;
}
/***********************************************/

/************************ DEMO *************************/
h2.titreDemo {
font-size:1.8em;
color:#ca0f0f;
margin:10px 0 0 0;
padding:0;
height:auto;
}
h6 {
font-size:1em;
color:#f8d168;
margin:0 0 10px 0;
padding:0;
}
#bandeBouton {
position:relative;
top:-70px;
z-index:20;
}
#bandeBouton a {
float:left;
background-image:url(images/btDownloadDemoPageDemo.png);
background-repeat:no-repeat;
width:180px;
height:56px;
padding:14px 0 0 15px;
text-align:center;
color:#d30a10;
font-size:1.2em;
text-decoration:none;
font-weight:bold;
margin:0 5px 0 0;
}
#bandeOrdiDemos img {
margin:0 0 46px 0;
}
#bandeOrdiDemos {
width:1000px;
text-align:center;
}
/***********************************************/

/************************ DVD *************************/
#contentDVD {
width:1000px;
}
#ctl00_ContentPlaceHolder1_txtDVD p {
font-size:1.1em;
}
.dvd {
margin:16px 0 2px 24px;
display:block;
padding:10px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
-khtml-border-radius:8px;
border:1px solid #333333;
float:left;
background-color:#FFFFFF;
}
#infoBuyDVD {
margin:16px 0 0 0;
background-image:url(images/degradeCartoucheInfoGirl.png);
background-repeat:repeat-x;
background-color:#990000;
float:left;
width:285px;
height:150px;
-moz-border-radius:16px;
-webkit-border-radius:16px;
-khtml-border-radius:16px;
border:1px solid #b02125;
padding:10px;
}
#infoBuyDVD p {
font-size:2em;
font-weight:bold;
color:#f6f448;
text-align:center;
margin:10px 0;
}
#infoBuyDVD label {
font-size:0.8em;
}
#ctl00_ContentPlaceHolder1_orderDVD {
background-image:url(images/btAddToMyCollection.png);
background-repeat:no-repeat;
display:block;
width:224px;
height:46px;
font-size:0.8em;
font-weight:bold;
color:#d30a10;
padding:6px 0 0 0;
text-align:center;
text-decoration:none;
margin:auto;
}
p#payDVDCheck {
font-size:0.8em;
margin:-12px 0 0 0;
}
p#payDVDCheck a{
color:#f7f698;
}
/***********************************************/

/************************ CONTACT *************************/
#cadreContact {
width:400px;
margin:10px auto 20px auto;
height:100px;
padding:20px;
background-color:#8d1111;
background-image:url(images/degradeCadreLogin.png);
background-repeat:repeat-x;
-moz-border-radius:16px;
-webkit-border-radius:16px;
-khtml-border-radius:16px;
text-align:center;
}
#cadreContact p {
margin:0 0 10px 0;
}
#cadreContact em {
font-size:1.4em;
font-style:normal;
}
#cadreContact a {
color:#faf56f;
}
.heightContact {
height:500px;
}
/***********************************************/

/************************ WEBMASTER *************************/
#ctl00_ContentPlaceHolder1_cadreWebmaster {
width:920px;
margin:20px 0 0 0;
padding:40px;
background-image:url(images/degradeCadreWebmaster.png);
background-repeat:repeat-x;
background-color:#611010;
border:1px solid #b02125;
-moz-border-radius:16px;
-webkit-border-radius:16px;
-khtml-border-radius:16px;
}
#ctl00_ContentPlaceHolder1_cadreWebmaster a{
color:#FFFFFF;
}
#ctl00_ContentPlaceHolder1_cadreWebmaster p {
color:#f2f03e;
font-size:1.1em;
margin:0 0 20px 0;
}
#ctl00_ContentPlaceHolder1_cadreWebmaster ul,#ctl00_ContentPlaceHolder1_cadreWebmaster li {
list-style-type:disc;
}
#ctl00_ContentPlaceHolder1_cadreWebmaster ul {
margin:0 0 30px 60px;
}
/***********************************************/

/************************ CONFIRMATION *************************/
a#btConfirm {
background-image:url(images/btAddToMyCollection.png);
background-repeat:no-repeat;
display:block;
width:224px;
height:46px;
font-size:1.2em;
font-weight:bold;
color:#b02125;
padding:8px 0 0 0;
text-align:center;
text-decoration:none;
margin:24px auto;
cursor:pointer;
}