/* pavé de login présent dans le bandeau latéral de gauche */
.login{
 margin: 2px;
 padding: 2px;
 font-size: 9pt;
}
.login *{
 font-size: 9pt;
 /*text-align: center;*/
}
.login input{
 border: 1px solid rgb(102,153,255);
 font-size: 9pt;
 background-color: #DCEFF5;
 border-top-color: black;
 border-left-color: black;
}
.login h5{
 font-size: 8pt;
 color: #FF6C02;
 font-weight: bold;
 background-image: url(../images/petit-fleche.gif);
 background-repeat: no-repeat;
 background-position: -5px 0px;
 margin 0;
 padding: 0;
 padding-left: 12px;
 text-align: left;
}

.login a{
       text-decoration: none;
       color: red;
       font-size: 8pt;
}
.login a:hover{
       text-decoration: underline;
}

.login div{
       text-align: center;
}

.login table#login_form_back{
       margin: 0px;
       padding: 0px;
}
.login table#login_form_back *{
       color: darkblue;
       font-size: 8pt;
}
.login .login_message_bienvenue{
       font-size: 9pt;
       font-weight: bold;
       text-align : left;
}

div.loginLinks{
	text-align: left;
}

form#login_form{
	margin-top: 0;
	margin-bottom: 0;		
}

.erreurLogin{
	margin: 2px 25px 2px 25px;
	color: red;
	border: 1px solid red; 
	font-size: 10px;
	padding: 3px;
}

.loginLinks{
	text-align: left;
	float: left;
	clear: left;
	width: 190px;
	line-height: 13px;
}
.loginLinks img{
	/*vertical-align: middle;*/
}
.loginLinks a{
	text-decoration : underline;
	color: #002164;
	font-weight: bold;
}
/* pavé de connexion spécial design DJ,SR */
.v2{
	margin-left: 12px;
	width: 180px;
}
/* ligne infos Client Design DJ */
.spacerInfosClientV2{
	width: 350px; 
	height: 1px; 
	border-color: blue; 
	border-style: solid; 
	border-width: 1px 0 0 0;
	float: right; 
	margin-top:3px;
}
.infosClientV2{
	font-size: 9pt; 
	text-align: right;
}
.infosClientV2 a{
	color: red;
	font-weight: bold;
	text-decoration: none;	
}
.infosClientV2 a:hover{
	color: red;
	font-weight: bold;	
	text-decoration: underline;	
}
/* formulaire de connexion designDJ */
.form_login_v2{
	border: 1px solid #5870c9 ; 
	width: 222px ; 
	padding: 0px;
	height: 155px;
}
.imgLogin{
	margin: 0; 
	padding:0;
}

/* pavé info client bandeau latéral de gauche qd le client est connecté */
.infos_client{
 border: 1px dotted orange;
 font-size: 11pt;
}

/* PAGE DE CONNEXION COMPLETE */
.loginpage h3{
  color: #FF6C02;
  font-size: 12pt;
  font-weight: bold;
  border: 0px solid black;
  border-bottom : 1px solid black;
  width: 95%;
  margin: 0px;
  margin-top: 25px;
  clear: both;
}

.loginpage h3, .loginpage p{
  margin-left: 25px;
}

.loginpage form#formCnxCompteClient p, .loginpage form#formPertePassword p{
  text-align: center;
}

.loginpage input{
  width: 150px;
}

.loginpage .lien_orange{
  float: right;
  font-size: 12pt;
  font-weight: bold;
  color: #FF6C02;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../images/compteclient/fleche_orange.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding: 10px;
  padding-left: 38px;
  height: 29px;
  margin-right: 5px;
  cursor: pointer;
}

.loginpage .lien_orange:hover{
  color: #FF6C02;
  text-decoration: none;
}

/* FORMULAIRE D'INSCRIPTION */
#formInsc1 input, #formInsc1 .border, #formInsc1 select{
  border: 1px solid #677DD2;
}
#formInsc1 input.noborder{
  border: 0px;
}
#formInsc1 h4{
  color: #FF6C02;
  font-size: 10pt;
  font-weight: bold;
}

#formInsc1 *{
 font-size: 8pt;
}

#formInsc1 .lien_orange{
  float: right;
  font-size: 12pt;
  color: #FF6C02;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../images/compteclient/fleche_orange.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding: 10px;
  padding-left: 38px;
  height: 29px;
  margin-right: 5px;
  cursor: pointer;
  border: 0px;
  background-color: white;
  width: 350px;
}

/* Menu latéral dans la parge mon Compte */
ul.menuMs li, ul.menuMs{
  padding: 0px;
  margin: 0px;
  padding-left: 10px;
  margin-left: 5px;
}

ul.menuMs li{
  list-style-image: none;
  list-style: none;
  border: 0px dotted white;
  border-bottom: 1px dotted white;
}

ul.menuMs li a{
  color: #30459E;
  text-decoration: none;
  font-size: 9pt;
  font-weight: bold;
}

ul.menuMs li a:hover{
  color: #30459E;
  text-decoration: underline;
  font-size: 9pt;
  font-weight: bold;
}

.compte_menu h3{
  color: #30459E;
  font-size: 11pt;
  font-weight: bold;
  background-image: url(../images/fleche-blanche.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  padding: 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  margin 0;
  margin-top: 15px;
  border: 0px dotted white;
  border-bottom: 1px dotted white;
  height: 16px;
}

/* FORMULAIRE DE MODIFICATION DU PROFIL #formProfil */
#formProfil{
  border: 0px;
  border-bottom: 1px dashed #677DD2;
  padding: 0 0 25px 0;
}

#formProfil table{
  width: 500px;
  padding-left: 20px;
}
#formProfil input, #formInsc1 .border, #formInsc1 select{
  border: 1px solid #677DD2;
}
#formProfil input.noborder{
  border: 0px;
}
#formProfil h4{
  padding: 25px 0 0 0;
  color: #576EBA;
  font-size: 12pt;
  font-weight: bold;
}

#formProfil *{
 font-size: 8pt;
}

#formProfil .lien_bleu{
  float: right;
  /*text-align: right;*/
  font-size: 12pt;
  color: #576EBA;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../images/compteclient/fleche_violette.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding: 10px;
  padding-left: 20px;
  height: 29px;
  margin-right: 5px;
  cursor: pointer;
  border: 0px;
  background-color: white;
  width: 320px;
}

#formNewsletter .lien_bleu{
  float: right;
  /*text-align: right;*/
  font-size: 12pt;
  color: #576EBA;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../images/compteclient/fleche_violette.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding: 10px;
  padding-left: 20px;
  height: 29px;
  margin-right: 5px;
  cursor: pointer;
  border: 0px;
  background-color: white;
  width: 300px;
}

/* FORMULAIRE DE GESTION DES INSCRIPTIONS NEWSLETTER */
#formNewsletter select{
  border: 1px solid #677DD2;
  width: 480px;
}
#formNewsletter input.noborder{ 
  border: 1px solid #677DD2;
}
#formNewsletter *{
 font-size: 8pt;
}


/* DIVERS */
.compte_msg{
  font-size: 9pt;
  padding-left: 10px;
  color: #819cb7;
  font-style: italic;
  font-weight: normal;
}

a{
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: black;
	text-decoration: none;
}

/* LISTE DES COMMANDES */
table.client_commandes{
  /*margin: auto;*/
  margin : 0 1px 0 0px;
  text-align: center;
  width: 100%;
  *width : 97%;
}
table.client_commandes, table.client_commandes tr td, table.client_commandes tr th{
  font-size: 8pt;
  text-align: center;
  padding: 1px;
}
table.client_commandes tr th{
  background-color: white;
  /*color: #064290;*/
  color: #374e9c;
  text-align: center;
  font-size: 10pt;
  font-weight: bold;
  border-bottom:solid 1px;
  border-top:solid 1px;
}
table.client_commandes tr th.left{
  text-align: left;
  padding-top: 10px;
  border-top: 0px;
  border-bottom: 0px;
  border-color: white;
}

left, *.left, table.client_commandes tr td.left, table.client_commandes tr th.left{
 text-align: left;
}
right, *.right, table.client_commandes tr td.right, table.client_commandes tr th.right{
 text-align: right;
}

table.client_commandes tr.color1 td{
  background-color: rgb(220,220,220);
  font-weight: normal;
}
table.client_commandes tr.color2 td{
  /*background-color: #B0BADE;*/
  /*background-color: #DBDBDB;*/
  /*background-color: #b0bade;*/
  background-color: white;
  /*background-color: white;*/
  font-weight: normal;
}
table.client_commandes tr.soustitre td{
  /* background-color: rgb(219,219,219); */
  background-color: #B0BADE;
  font-weight: bold;
}
table.client_commandes tr.ligneBoutiqueSite th, table.client_commandes tr.ligneBoutiqueSite{
  /*background-color: #DBDBDB;*/
  background-color: #B0BADE;
  font-weight: bold;
  text-align: left;
  color: black;
}
table.client_commandes tr.color1 td, table.client_commandes tr.color2 td{
  border-width: 0 0 1px 0;
  border-color: #B0BADE;
  border-style: solid;
}


/* LISTE DES GAINS */
h1.titregains {
	font-size:14px;
	margin-top: 5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	border-bottom:solid 1px #000000;
	border-top:solid 1px #000000;
	background-color:#576ebc;
	color:#ffffff;
}

table.client_gains{
  width:100%;
  margin: auto;
  text-align: center;
  *width : 97%;
  
}
table.client_gains, table.client_gains tr td, table.client_gains tr th{
  font-size: 9pt;
  text-align: center;
  padding: 0px;
}
table.client_gains tr th{
	background-color: white;
	/*color: #064290;*/
	color: #374e9c;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	border-bottom:solid 1px;
	border-top:solid 1px;
}

tr.ligneMagasin1 th.ligneMagasin1 {
	color: #000000;
	text-align: left;
	font-size: 10pt;
	font-weight: normal;
	border-bottom:dashed 2px #B0BADE;
	border-top:solid 0px;
	padding-left:20px;
	padding-top:7px;
	padding-bottom:7px;
}

tr.ligneMagasin th.ligneMagasin{
	/*background-color: #B0BADE;*/
	color: #000000;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	padding-left:20px;
	border-bottom:solid 1px #6068bc;
	border:solid 0px;
	/*border-top:solid 1px #6068bc;*/
}

tr.ligneJeu th.ligneJeu{
	background-color: #B0BADE;
	color: #000000;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	border-bottom:solid 1px #B0BADE;
	border-bottom:solid 1px #000000;
	border-top:solid 1px #000000;
	padding-top:4px;
	padding-bottom:4px;
}

table.client_gains tr.color1 td{
	background-color: white;
	border-bottom:solid 1px #B0BADE;
	font-weight: normal;
}
table.client_gains tr.color2 td{
	background-color: #e4e8f8;
	border-bottom:solid 1px #B0BADE;
	font-weight: normal;
}

/*ESPACE FIDELITE*/
.tabFidelite{
  width: 500px;
  padding-left: 20px;
}

.tabFidelite h4{
  padding: 25px 0 20px 0;
  color: #576EBA;
  font-size: 12pt;
  font-weight: bold;
}
.tabFidelite td{
  font-size: 8pt;
}

/* cluetip */
.cluetip-compteclient p{
    margin:5px;
}
.cluetip-compteclient #cluetip-outer {
    background-color: #B0BADE;
}
.cluetip-compteclient h3#cluetip-title {
    background-color: #576EBC;
    font-size: 12pt;
    color: #FFFFFF;
    padding: 5pt;
}
.cluetip-compteclient #cluetip-title a {
    color: #D1E5A7;
}
/*
.clue-right-default .cluetip-arrows {
  background-image: url(../ressources/ext/u_cc/pi2/cluetip/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(../ressources/ext/u_cc/pi2/cluetip/darrowright.gif);
}
.clue-top-default .cluetip-arrows {
  background-image: url(../ressources/ext/u_cc/pi2/cluetip/darrowdown.gif);
}
.clue-bottom-default .cluetip-arrows {
  background-image: url(../ressources/ext/u_cc/pi2/cluetip/darrowup.gif);
}

*/
/* 
.fwkDebugArray{
position: absolute;
top: 0;
left: 0;
z-index: 100000;
background-color: yellow;
}
*/

#flashintrusifcontour{
	position: absolute; 
	display: block;
	width: 100%;
	*width: 779px;
	/*height: 100%;*/
	text-align: center;
	/*vertical-align: middle;*/ 
	/*
	margin-top:55px; 
	margin-left:15px;
	*/ 
	z-index:100;
    margin: 0 auto;
}
