/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: Arial, Helvetica, sans-serif; color: #222; outline:none;}

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #29a1d8; color: #fff; text-shadow: none; }
::selection { background: #29a1d8; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: none; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0 0 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: Triomphe - Sylvie Nault
   ========================================================================== */


* {margin:0;padding:0;} 

html, body {
	height: 100%;
	overflow-x:hidden;
	min-width:1024px;
}
	html.ie8 html, html.ie8 body {
		overflow-y:scroll;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
	background:#e3e3e3 url(../img/back_site.png) top center no-repeat;
}


a{
	-webkit-transition: all 0.3s ease-in-out ;
	-moz-transition: all 0.3s ease-in-out ;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:link, a:active, a:visited {
	text-decoration:none;
	color:#EF3E42;
}
a:hover {
	color:#c13832;
}

.clear {
	clear:both;
}

/************* Titres *************/
	
h2{font-family:'ApexNew-Book'; text-transform:uppercase; font-weight:normal; padding:0 20px; margin:.5em 0; text-shadow: 0 0 1px #333333;}

h1,h3,h4,h5,h6{font-family:'ApexNew-Book'; text-shadow: 0 0 1px #333333;}


.inner{
	width:1000px;
	margin:0 auto;
	position:relative;
}



/********************* HEADER *************************/
header {
	border-top: solid 5px #000;
	padding-bottom:40px;
}

#header_logo{
	display:block;
	float:left;
	width:258px;
	height:155px;
	margin-left:20px;
}
header .rc{
	float:right;
	width:645px;
	padding:20px 0 0;
	position:relative
}

header .rc #btn_logout{
	display:block;
	position:absolute;
	top:0;
	right:15px;
	background:#000;
	color:#fff;
	padding:.2em 10px;
	font-size:11px;
}
header .rc #btn_logout:hover{
	background:#555;
}

header .rc .header_title{
	background:#1b1464;
	font-size:2.4em;
	text-transform:uppercase;
	color:#fff;
	padding:.05em 10px;
	text-shadow: 0 0 1px #333;
}

header .rc .identification{
	background:#000;
	font-size:1.1em;
	color:#fff;
	padding:.2em 10px;
	margin-top:2px;
}



/********************* MAIN *************************/
#main {
	min-height:100%;
	width: 100%;
    position: relative;
	z-index:10;
}

section{ 
}


.content_wrapper{
	background:#fff;
	padding:20px;
}

.content_wrapper h2{
	float:left;
	padding:.5em 20px;
	background:#ed1c24;
	color:#fff;
	min-width:355px;
	text-align:center;
	margin:-20px -20px 1em -20px;
	text-transform:none;
}


#lst_categ_music{
	margin:0;
	padding:0;
	list-style:none;
}

#lst_categ_music li{
	display:block;
	float:left;
	width:240px;
}
#lst_categ_music li a{
	display:block;
	padding:.1em 10px;
	color:#1B1464;
}
#lst_categ_music li a:hover{
	color:#ed1c24;
}
#lst_categ_music li.current a{
	color:#fff;
	background:#ed1c24;
}

#lst_music_wrapper{
	margin-top:35px;
	display:none;
	margin-bottom:100px;
	background:#f2f2f2;
}

.lst_music th{
	text-align:left;
}

.lst_music tr:nth-child(even) {
	background:#ccc;
}
.lst_music td, .lst_music th {
	padding: .2em 10px;
}





/********************* BAS *************************/
footer {
	width:100%;
	height:294px;
	position:relative;
	margin-top:-299px;
	clear:both;
	z-index:0;
	background:url(../img/back_footer.png) bottom right no-repeat;
	border-bottom: solid 5px #000;
}


.error_field {
	padding: 3px 8px;
	font-weight: bold;
	width:90%;
	border: 1px solid #cd0a0a; 
	background: #fef1ec url(../img/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; 
	color: #cd0a0a;
	display: none;
}


/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }



/********************* LOGIN *************************/

.login_wrapper{
	padding:20px 0;
}	

.login_wrapper .inner{
	width:250px;
}	

#login_error{
	margin-bottom:.6em;
}

.login_wrapper label{
	font-family:'ApexNew-Book';
	font-size:1.5em;
	display:block;
	margin-bottom:.6em;
	cursor:default;
	text-shadow: 0 0 1px #333333;
}	

.login_content_wrapper{
	width:250px;
	height:80px;
	padding: 2px 18px 2px 15px;
	background:url(../img/back_login.png) no-repeat;
	margin-bottom:16px;
}
.login_content_wrapper input{
	display:block;
	width:215px;
	font-size:14px;
	line-height:38px;
	height:38px;
	background:none;
	border:none;
	color:#fff;
}

.login_wrapper .btn_submit{
	background:url(../img/back_login_btn.png) no-repeat;
	width:173px;
	height:46px;
	line-height:46px;
	text-transform:uppercase;
	font-family:'ApexNew-Book';
	color:#fff;
	border:none;
	display:block;
	float:right;
	font-size:20px;
	padding-right:45px;
	-webkit-transition: all 0.3s ease-in-out ;
	-moz-transition: all 0.3s ease-in-out ;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-shadow: 0 0 1px #087381;
}
.login_wrapper .btn_submit:hover{
	background-position:bottom left;
}

.login_wrapper a.btn_forget_access{
	display:block;
	position:absolute;
	bottom:-45px;
	font-size:.8em;
	right:0;
}
.login_wrapper a.btn_forget_access:hover{
	text-decoration:underline;
}

#frm_pass{display:none;}
.validateTips{ font-size:11px !important; margin-top:8px;}
#frm_pass{ padding:10px 20px;}
/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 3.0 (jPlayer 2.0.0)
 * Date: 20th December 2010
 */
 
 
.jp-controls a{
	-webkit-transition: all 0.2s ease-in-out ;
	-moz-transition: all 0.2s ease-in-out ;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	} 


div.jp-audio, {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:10px;

	font-family:Arial, sans-serif;
	line-height:normal;
	color: #fff;
}
div.jp-audio {
	width:230px;
}
div.jp-interface {
	position: relative;
	background:none !important;
	width:230px;
	border:none;
	
	
}

div.jp-audio div.jp-type-single a.jp-play, div.jp-audio div.jp-type-single a.jp-pause {
    left: 0;
    top: 0;
}
div.jp-audio div.jp-type-single a.jp-stop {
    left: 22px;
    top: 0;
}
div.jp-audio div.jp-type-single a.jp-mute, div.jp-audio div.jp-type-single a.jp-unmute {
    left: 152px;
    top: 0;
}
div.jp-audio div.jp-type-single div.jp-progress {
    left: 32px;
    top: 0;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
    left: 172px;
    top: 0;
}

div.jp-audio div.jp-type-single div.jp-current-time, div.jp-audio div.jp-type-single div.jp-duration {
    left: 62px;
    top: 24px;
}
div.jp-audio div.jp-type-single div.jp-interface {
    height: 21px;
}


/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
