
@charset "utf-8";

/* ******************************************************************************************** *
										DETECTION NAVIGATEUR									*
/* ******************************************************************************************** *

	https://www.webmonkey.com/2010/02/browser-specific_css_hacks/#Safari



/* ******************************************************************************************** */
/*		    INTERDIT AUX MOBILES IPHONE ANDROID DE REDIMENSIONNER LE TEXTE AUTOMATIQUEMENT		*/
/*						GARDE DONC LA MISE EN PAGE ORIGINAL DU TEXTE							*/
/* ******************************************************************************************** */

@media (max-device-width:768px) and (orientation: landscape) {
  html {
   -webkit-text-size-adjust: 100%;
  }
}



/* ******************************************************************************************** */
/* 	       									BODY			  						 		    */
/* ******************************************************************************************** */

html {
}

* {
	margin: 0;
	padding: 0;
	outline: 0;	
	/*enlever les pointillés autour de l'image qui a un lien*/
	/* border: 0; */
	list-style-type: none;
}

body {	
	font-family: Arial, sans-serif;
	font-size: 10pt;	
	color : #5D5e60;
}

.body {
	background-image: url('https://www.studio-phone.com/images/body.png');
	background-position: 0% 100%;	
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-color: #FFFFF;
}

img { 
	border: none;
}

/*a {
	color: #F9F9F9;
	cursor: pointer;
}*/

td, form {	
	font-family: Arial, sans-serif;	
	font-size: 10pt;	
	color: #000000;	
}

	/* *********   MENU HAUT  ********* */

	.menuHaut {
		float: left;
		height: 100%;
		font: bold 11pt 'Arial Narrow', sans-serif;
		color: #FFFFFF;
		text-decoration: none;
	}
	
	@-moz-document url-prefix() {
		.menuHaut {
			font: bold 10pt 'Arial Narrow', sans-serif;
		}
	}

	/* *********   GLOBAL  ********* */

	.global {
		width: 1020px;
		text-align: left;
		padding-top: 10px;
		padding-bottom: 32px;
	}



/* ******************************************************************************************** */
/* 	       								  CONTAINER 		  						 		    */
/* ******************************************************************************************** */

.rightblock {
	float: left;
	width: 726px;
	margin-left: 18px;	
	margin-bottom: 18px;
}	
.rightblock .container {
	float: left;
	width: 100%;
	border: solid 1px silver;
	background-color : #FDFDFD;
	min-height: 496px;
}
.rightblock .container .title {
	float: left;
	height: 24px;
	width: 100%;
	padding-top: 4px;
	border-bottom: 1px solid silver;
	background: url('https://www.studio-phone.com/images/grey_title.png') repeat-x;
}
.rightblock .container .title p {
	float: left;
	font: bold 11pt 'Arial Narrow', sans-serif;
	margin-left: 14px;
	color: #F19F1D;
}
.rightblock .container .title a {
	float: right;
	margin-right: 14px;
	margin-top: 2px;
	color: #5381AC;
	text-decoration: none;
}
.rightblock .container .title a:hover {
	text-decoration: underline;
}
	.rightblock .container .title a img {
		margin-right: 3px;
	}

.rightblock .container .content {
	float: left;
}
.ZebraDialog span{
	font-weight : bold;
}

	
	/* *********   BANDEAU ETAPE COMMANDE   ********* */
	
	.etape_commande .liens li a:hover {
		text-decoration: underline;
	}
	
	/* *********   BLOC PANIER   ********* */
	
	.bloc {
	    width: 686px;
	    height: auto; 
	    float: left;
	    margin-top: 10px;
	    margin-left: 20px;
	    display: block;
	    padding-top: 14px;
	    padding-bottom: 7px;
	}
	.bloc_debut {
		display: block;
		float: left;
		width: 684px;
		height: 71px; 
		border-left : solid 1px #c0bebb;
		border-right: solid 1px #c0bebb;
		border-top  : solid 1px #c0bebb;
	}
	.bloc .titre {
		width: 260px;
		height: 24px;
		border: 1px solid silver;	
		border-bottom: none;
		background-color: #2D62B0;
	}
	.bloc .titre img {
		float: left;
		margin-left: 10px;
		margin-top: 4px;
	}
	.bloc .titre p {
		float: left;
		margin-left: 10px;
		margin-top: 4px;
		font: 14px "Arial Narrow", sans-serif;
		color : #F9F9F9;
	}
	.bloc .contenu {
		float :left;
		width: 684px;
		border: 1px solid silver;
		padding-bottom: 14px;
		padding-top: 22px;
	}
	.bloc_fin {
		display: block;
		float: left;
		background-image: url(https://www.studio-phone.com/images/type_message_fin.png);
		background-repeat: no-repeat;
		width: 686px;
		height: 13px; 
	}



/* ******************************************************************************************** */
/* 	       								LEFT BAR					  						    */
/* ******************************************************************************************** */

.left_title {
	background-color: #EFEFEF;
	height: 28px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}
.left_title p {
	font: 11pt Arial, sans-serif;
	margin-left: 14px;
	margin-top: 5px;
	color: #F9F9F9;
	font-weight: bold;
}

.left_content a {
	text-decoration: none;
}

.left_content a:hover {
	color: #F19F1D;
}

#left_help {
	padding-bottom: 0px;
}
.help_ligne {
	line-height : 17px;
	margin-bottom : 5px;
}
.help_ligne span {
	font-weight: bold;
}
.help_ligne img {
	float: left;
	margin-left: 10px;
	font-size: 8pt;
	font-family: Arial;
	margin-top: 3px;
}	
.help_ligne p {
	margin-left: 26px;
	width: 190px;
}	

#left_tagcloud div a { 
	font-family: Arial, sans-serif;  
	color: #939598;
	text-decoration: none;
	float: left;
}
#left_tagcloud div a:hover { 
	text-decoration: underline;
}



/* ******************************************************************************************** */
/* 	       								  	FOOTER	 		  						 		    */
/* ******************************************************************************************** */

#footer center .liens a {
	color: #9B9B9B;
}
#footer center .liens a:hover {
	color: #FFFFFF;
}



/* ******************************************************************************************** */
/* 	       								    POP-UP	 		  						 		    */
/* ******************************************************************************************** */

#dialog-overlay {
 
    /* set it to fill the whil screen */
    width:100%;
    height:100%;
   
    /* transparency for different browsers */
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background:#000;
 
    /* make sure it appear behind the dialog box but above everything else */
    position:absolute;
    top:0; left:0;
    z-index:3000;
 
    /* hide it by default */
    display:none;
}
#dialog-box {
	border: solid 1px #c0bebb;	
    background:#0F0;
    /* styling of the dialog box, i have a fixed dimension for this demo */
    width:328px;
     
    /* make sure it has the highest z-index */
    position:absolute;
    z-index:5000;
 
    /* hide it by default */
    display:none;
}
#dialog-box .dialog-content {
    /* style the content */
    text-align:left;
    padding:10px;
    margin:13px;
    color:#666;
    font-family: Arial, sans-serif;
    font-size:11px;
}
a.button {
    /* styles for button */
    margin:10px auto 0 auto;
    text-align:center;
    display: block;
    width:50px;
    padding: 5px 10px 6px;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
     
    /* button color */
     
    /* css3 implementation :) */
    /* rounded corner */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
     
    /* drop shadow */
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
     
    /* text shaow */
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
     
}
a.button:hover {
    background-color: #c33100; 
}
 
/* extra styling */
#dialog-box .dialog-content p {
    font-weight:700; margin:0;
}
 
#dialog-box .dialog-content ul {
    margin:10px 0 10px 20px;
    padding:0;
    height:50px;
}
	
	
	
/* ******************************************************************************************** */
/* 	       								    PLAYER	 		  						 		    */
/* ******************************************************************************************** */

.display_none li {
	display: none;
}
.lignes_player {
	float: left;
	height: 26px;
	width: 100%;
}
.lignes_player input {
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}
.lignes_player p {
	float: left;
	margin-top: 3px;
	margin-left: 4px;
	font-size: 9pt;
}
.lignes_player .players_musique {
	float: left;
	margin: 3px 3px 0px 8px;
}
	
	
	
/* ******************************************************************************************** */
/* 	       							FORMULAIRE CREATION COMPTE	 		  					    */
/* ******************************************************************************************** */

#formCreationCompte table tr td input {
	height: 16px;
	margin-bottom: 22px;
	color: #CC3300;
	padding: 1px 0px 1px 3px;
}

/********* CSS ajouté *********/

/* Musique */
.BoxMus {
	display: inline;
	position: relative;
	float: left;
	vertical-align: text-top;
	width: 210px;
	overflow-x: hidden;
	overflow-y: hidden;
	margin: 5px;
	padding: 3px;
	border: 1px solid #3F9999;
	border: 1px solid #FFFFFF;
	top: 0px;
	left: 0px;
	font-family: Arial, sans-serif;
	font-size: 8pt;
}
.DivMus {
	width: 210px;
	margin: 5px;
	padding: 3px;
	border: 1px solid #3F9999;
	top: 0px;
	left: 0px;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	background-color: #E1E1E1;
	position: absolute;
	visibility: hidden;
}
.colonne {
	float: left;
	width: 228px;
	height: 692px;
	position: relative;
}
#colonne1 {
	margin-left: 21px;
}
.categorie {
	width: 220px;
	float: left;
	background-color: #FFFFFF;
	position: absolute;
}
.categorie .titre {
	width: 212px;
	height: 24px;
	float: left;
	border: 1px solid #D0D0D0;
	background-color: #2D62B0;
	border-bottom: none;
	margin-left: 4px;
}
.categorie .titre p {
	width: 80%;
	float: left;
	color : #F9F9F9;
	margin-left: 10px;
	margin-top: 4px;
	font: 14px "Arial Narrow", sans-serif;
}
.categorie .contenu {
	float: left;
	width: 212px;
	margin-left: 4px;
	border: 1px solid #C2C0BD;
}
.categorie .contenu .liste_musiques {
	width: 100%;
	float: left;
	padding-top: 12px;
	padding-bottom: 4px;/* background-color: #FF0000; */
}
.categorie .plus_musiques {
	width: 100%;
	height: 29px;
	float: left;
	background: #FFFFFF;
	cursor: pointer;
	background: url('https://www.studio-phone.com/images/plus_musiques.png') no-repeat center;
	padding-left: 2px;
}
.categorie .plus_musiques a {
	padding: 4px 43px 0px 43px;
	font: 8pt Arial, sans-serif;
	color: #5D5E60;
	text-decoration: none;
}
.categorie .plus_musiques img {
	padding: 8px 10px 0px 10px;
}
#categorie1 {
	margin-top: 20px;
	z-index: 3;
}
#categorie2 {
	margin-top: 489px;
	z-index: 2;
}
#categorie3 {
	margin-top: 20px;
	z-index: 3;
}
#categorie4 {
	margin-top: 254px;
	z-index: 2;
}
#categorie5 {
	margin-top: 489px;
	z-index: 1;
}
#categorie6 {
	margin-top: 20px;
	z-index: 3;
}
#categorie7 {
	margin-top: 254px;
	z-index: 2;
}
#categorie8 {
	margin-top: 489px;
	z-index: 1;
}
#basLien {
	padding-top: 15px;
	width: 400px;
	font-size: 9pt;
	font-family: Arial, sans-serif;
}
#basLien a {
	font-size: 8pt;
	font-family: Arial, sans-serif;
	color: #000000;
	text-decoration: none;
}
#basLien a:hover {
	text-decoration: underline;
}
#basLien a:link {
	text-decoration: none;
}

/* Voix */
.langue {
	float: left;
	width: 220px;
	margin-top: 20px;
	margin-left: 16px;
	padding-bottom: 8px;
	background: url("https://www.studio-phone.com/images/fin_langue.png") no-repeat center bottom;
}
#langue4 {
	margin-top: 18px;
}
.langue .titre {
	width: 212px;
	height: 24px;
	float: left;
	border: 1px solid #D0D0D0;
	background-color: #2D62B0;
	border-bottom: none;
	margin-left: 4px;
}
.langue .titre input {
	float: left;
	margin-left: 10px;
	margin-top: 6px;
}
.langue .titre p {
	width: 119px;
	float: left;
	color : #F9F9F9;
	margin-left: 10px;
	margin-top: 4px;
	font: 14px "Arial Narrow", sans-serif;
}
.langue .titre img {
	float: left;
	border-left: 1px silver solid;
	display: none;
	cursor: pointer;
}
.langue .contenu {
	float: left;
	width: 212px;
	margin-left: 4px;
	border: 1px solid #C2C0BD;
	border-bottom: none;
}
.langue .contenu .liste_voix {
	float: left;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 4px;/* background-color: #FF0000; */
}
#langue3 .contenu .liste_voix {
	padding-top: 8px;
	padding-bottom: 0px;
}
#langue4 .contenu .liste_voix {
	padding-top: 8px;
	padding-bottom: 0px;
}
.lignes_player .disabled {
	color: #A0A0A0;
}
.lignes_player .contacter {
	color: #A0A0A0;
	margin-left: 10px;
}
.lignes_player .contacter a {
	color: #5381AC;
}
.lignes_player .contacter a:hover {
	color: #F19F1D;
}
.lignes_player span {
	float: left;
	margin-left: 8px;
	margin-top: 3px;
}

/********* Textes *********/

/* MENU  */

.content .menu_type_msg {
	width: 686px;
	height: 90px;
	margin-top: 26px;
	margin-left: 21px;
}
.content .menu_type_msg ul {
	float: left;
	margin-top: 10px;
	border: 1px solid silver;
	border-right: none;
}
.content .menu_type_msg ul li {
	float: left;
	width: 136px;
	height: 34px;
	border-right: 1px solid silver;
}
.content .menu_type_msg ul li a {
	float: left;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: center;
	background: url('https://www.studio-phone.com/images/fond_menu_type_msg_OFF.png');
}
.container .content .menu_type_msg ul li a:hover {
	background: url('https://www.studio-phone.com/images/fond_menu_type_msg_SELECTED.png');
	cursor: pointer;
	color: #FFFFFF;
}
.container .content .menu_type_msg ul li a h2 {
	font: 14px 'Arial', sans-serif;
	padding-top: 8px;
}

/*  BLOC TYPE DE MESSAGE  */	

.bloc_type_msg {
	float: left;
	width: 656px;
	padding-bottom: 13px;
	margin-left: 21px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;/*background: url('https://www.studio-phone.com/images/bloc_end.png') no-repeat bottom center;*/
}

/*  HAUT DU BLOC  */	

.bloc_type_msg .bloc_top .titre {
	float: left;
	font-size: 14px;
	width: 200px;
	height: 24px;
	border: 1px solid silver;
	border-bottom: none;
	background-color: #2D62B0;
}
.bloc_type_msg .bloc_top .titre input {
	float: left;
	margin-left: 10px;
	margin-top: 6px;
}
.bloc_type_msg .bloc_top .titre p {
	float: left;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 4px;
	color : #F9F9F9;
}
.bloc_type_msg .bloc_top .prix {
	float: left;
	width: 448px;
	height: 24px;
}
.bloc_type_msg .bloc_top .prix h3 {
	float: left;
	font-weight: 200;
	margin-top: 5px;
	margin-left: 30px;
	font-size: 13px;
}

/*  CONTENU DU BLOC  */		

.bloc_type_msg .bloc_contenu {
	float: left;
	width: 654px;
	border: 1px solid silver;
	/*border-bottom: none;*/		
	padding-bottom: 12px;
	padding-top: 4px;
	position: relative;
}
.bloc_type_msg .bloc_contenu .divCache {
	float: left;
	width: 654px;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 10;
	ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0.7)';
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.7);
	visibility: visible;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}
.bloc_type_msg .bloc_contenu .divContenu {
	z-index : 1;
	float: left;
	height: 100%;
}
.bloc_type_msg .bloc_contenu .divContenu table {
	float: left;
	margin-left: 12px;
	width: 650px;
	border-collapse: collapse;
}
#bloc_msg_personalise .bloc_contenu .divContenu table {
	margin-left: 0px;
}
#bloc_msg_personalise .bloc_contenu .divContenu table tr td {
	border-bottom: none;
}
.bloc_type_msg .bloc_contenu .divContenu table tr {
	float: left;
	width: 632px;
}
.bloc_type_msg .bloc_contenu .divContenu table tr td {
	border-bottom : 1px #5381AC solid;
	padding-top: 6px;
	padding-bottom: 6px;
}
.bloc_type_msg .bloc_contenu .divContenu table tr .bouton_msg {
	width: 36px;
}
.bloc_type_msg .bloc_contenu .divContenu table tr .bouton_msg input {
	margin-left: 5px;
}
.bloc_type_msg .bloc_contenu .divContenu table tr .text_msg {
	width: 594px;
}
#bloc_msg_semiperso .divContenu .bloc_contenu table {
	border-top: none;
}
#bloc_consignes_particulieres .bloc_contenu {
	width: 642px;
	padding-left: 12px;
	padding-top: 18px;
}
#bloc_consignes_particulieres #contenu_GSM .num_code li {
	float: left;
	margin-bottom: 14px;
	width: 100%;
}
#bloc_consignes_particulieres #contenu_GSM .num_code li p {
	float: left;
	width: 210px;
}
#bloc_consignes_particulieres #contenu_GSM .num_code li input {
	float: left;
	width: 120px;
}
#bloc_consignes_particulieres #contenu_GSM .num_code li img {
	cursor: pointer;
	margin-top: 0px;
}
#bloc_consignes_particulieres #contenu_GSM .liste_operateurs li {
	float: left;
	height: 35px;
}
#bloc_consignes_particulieres #contenu_GSM .liste_operateurs li input {
	float: left;
	margin-left: 5px;
	margin-top: 12px;
	width: auto;
}
#bloc_consignes_particulieres ul li img {
	float: left;
	padding-left: 6px;
	margin-top: 4px;
}
#bloc_consignes_particulieres ul li h4 {
	float: left;
	padding-left: 8px;
	padding-right: 10px;
	margin-top: 9px;
}

/********* CSS d'origine *********/

a:link {
 color: #2D62B0;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.coulFondPage {
 background-color: #D7DFEA;
}
body {
 background-color: #D7DFEA;
}
.coulTitre {
 color: #2D62B0;
}
.coulTitreSousligne {
 color: #2D62B0;
 border-bottom: 1px solid #2D62B0;
	font-size: 9pt;
	padding-bottom: 3px;
}
.coulMenu {
 background-color: #2D62B0;
 color: #F9F9F9;
	font-size: 10pt;
	font-family: Arial, sans-serif;
 border: 1px solid #2D62B0;
	text-align: center;
}
.coulMenu a {
 color: #F9F9F9;
	text-decoration: none;
}
.coulMenu a:hover {
 color: #F9F9F9;
	text-decoration: none;
}
.coulMenuAct {
 background-color: #F9F9F9;
 color: #2D62B0;
	font-size: 10pt;
	font-family: Arial, sans-serif;
 border: 1px solid #F9F9F9;
	text-align: center;
	font-weight: bold;
}
.coulMenuAct a {
 color: #2D62B0;
	text-decoration: none;
}
.coulMenuAct a:hover {
 color: #2D62B0;
	text-decoration: none;
}
.onglet_vert {
 background-color: #2D62B0;
 color: #F9F9F9;
	width:127px;
	height:26px;
	padding-top:0px;
	text-align:center;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 8pt;
}
.onglet_vert_texte {
 background-color: #2D62B0;
 color: #F9F9F9;
	width:127px;
	height:26px;
	padding-top:0px;
	text-align:center;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	cursor: pointer;
}
.onglet_vert_grand_texte {
 background-color: #2D62B0;
 color: #F9F9F9;
	padding-left: 20px;
	width:254px;
	height:26px;
	padding-top:0px;
	text-align:left;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	cursor: pointer;
}
.onglet_detail {
	width:210px;
 border: 1px solid #2D62B0;
	text-align: left;
}

.continuer, .revenir {
 background-color: #2D62B0;
 color: #F9F9F9;
	font-size: 10pt;
	font-family: Arial, sans-serif;
 border: 1px solid #2D62B0;
	text-align: center;
}
.continuer a, .revenir a {
 color: #F9F9F9;
	text-decoration: none;
	cursor: pointer;
}
.continuer a:hover, .revenir a:hover {
 color: #F9F9F9;
	text-decoration: none;
	cursor: pointer;
}