@CHARSET "ISO-8859-1";

/* Marine Drouan 2015
for Miko
	* --------------------------------------- */



/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
	color:#000;
}

a:hover{
	color:#2e2e2e
}


strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#ccc;
}
q:before,q:after {
    content:'';
}

/* miko CSS */



/* Custom CSS
 * --------------------------------------- */
body{
	font-family: helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
	letter-spacing:1px;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 2em;	
}
p{
	font-size: 2em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.8em;
}


.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 1px; 
            border-radius: 1px; 
}
#menu li.active{
	background:#000;
	background: rgba(255,255,255, 0.5);
	color: #fff;

}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li a:hover{
	color: #fff;
}
#menu li.active a:hover{
	color: rgba(050,050,50, 0.5);
	
	
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
	
}
#menu li a,
#menu li.active a{
	padding: 5px 20px;
	display:block;
}
#menu li.active a{
	color: #fff07d;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}


	h1{
		font-size: 2em;	
		font-family: helvetica;
		color: #fff;
		margin:0;
		padding:0;
	}

	h2{
		font-family: helvetica;
		color: #000;
        text-align: left;
	}


	
	/* Centered texts in each section 
	* --------------------------------------- */
	.section{
		text-align:center;
	}

	/* Fixed header and footer.
	* --------------------------------------- */
	#header, #footer{
		position:fixed;
		height: 20px;
		display:block;
		width: 100%;
		background: #fff  ;
		z-index:9;
		text-align:center;
		color: #00s0;
		padding: 3px 0 0 0;
		font-size: 12px;	
		font-family: helvetica;
	}
	
	#header{
		top:0px;
	}
	#footer{
		bottom:0px;
	}
	
	
	/* Bottom menu
	* --------------------------------------- */
	#infoMenu {
		bottom: 200px;
	}
	#infoMenu li a {
		color: #fff;
		z-index: 999;
	}
	
    body {
	font: 100% Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000;
    }
	
a:link {
	color: #000;
	text-decoration: underline;

}
a:visited {
	text-decoration: underline;
	color: #1d1d1d;
    
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}
a:active {
	text-decoration: none;
	background-color: #FFF;
    color: #000;

}

.title{
	font-size:24px;
}

.subtitle{
	font-size:20px;
}

.small{
	font-size:10px;
	line-height: 2;
	letter-spacing: 130%;
	color:#000;
}

a.small a:active.small a:visited.small{
	color:#000;
}

/* sappho */

.extra a{
	z-index: 99;
	position: relative;
	display: inline;
	float: left;
	margin-top: 10%;
    margin-left: 5%;    
}

.extra a:hover{
	background-color: transparent;
}

/* miko card*/

.new a{
    z-index: 99999999;
	position: relative;
	display: inline;
	float: left;
    margin-bottom: -15%;
	margin-top: 0;
    margin-left: 0;    
}

.new a:hover{
	background-color: transparent;
}

/* miko logo*/

.mid {
	z-index: 999999;
	position: relative;
	display: inline;
	float: left;
	top: 5%;
    left: 10%;
    padding: 2px;
}

.gigs{
    z-index: 999;
    color: #000;
    text-align: left;
    margin-left: 30px;
    font-size: 0.8em;
    margin-top: 0px;
    margin-bottom: -55px;
}

a.gigs :hover {
}


/*  titles tooltip  */
    
.tooltip {
  position: fixed;
  text-align: center;
  font-size: 1em;
  color: black;
  line-height: 1em;
    padding: 1%;
  z-index: 999999999 !important;
    background-color: #fff;
}

/* player */

.player {
 width: 100%   
}