/******************************************************************************
 * Au Microphone
 *
 * Website    : -
 * Developers : Lubie + basta
 ******************************************************************************/

/* CSS RESET & CLEARFIX ----------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td         { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; font-weight: normal; vertical-align: baseline; }
body                                                    { line-height: 1; color: black; background: white; }
html, body                                              { height: 100%; }
ol, ul                                                  { list-style: none; }
table                                                   { border-collapse: collapse; border-spacing: 0; }
caption, th, td                                         { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after  { content: ""; }
blockquote, q                                           { quotes: "" ""; }

.clear:after                                            { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clear                                                  { display: inline-block; }
html[xmlns] .clear                                      { display: block; }
* html .clear                                           { height: 1%; }


/* GENERAL/BASE ------------------------------------------------------------- */
@font-face {
    font-family: "Obli";
    src: url('font/obli-webfont.eot');
    src: url('font/obli-webfont.svg#Obli') format('svg'),
         url('font/obli-webfont.woff') format('woff'),
         url('font/obli-webfont.ttf') format('truetype'),
         url('font/obli-webfont.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "YanoneBold";
    src: url('font/yanone_kaffeesatz_bold-webfont.eot');
    src: url('font/yanone_kaffeesatz_bold-webfont?#iefix') format('embedded-opentype'),
         url('font/yanone_kaffeesatz_bold-webfont.woff') format('woff'),
         url('font/yanone_kaffeesatz_bold-webfont.ttf') format('truetype'),
         url('font/yanone_kaffeesatz_bold-webfont.svg#YanoneBold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "YanoneLight";
    src: url('font/yanone_kaffeesatz_light-webfont.eot');
    src: url('font/yanone_kaffeesatz_light-webfont?#iefix') format('embedded-opentype'),
         url('font/yanone_kaffeesatz_light-webfont.woff') format('woff'),
         url('font/yanone_kaffeesatz_light-webfont.ttf') format('truetype'),
         url('font/yanone_kaffeesatz_light-webfont.svg#YanoneLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "YanoneRegular";
    src: url('font/yanone_kaffeesatz_regular-webfont.eot');
    src: url('font/yanone_kaffeesatz_regular-webfont?#iefix') format('embedded-opentype'),
         url('font/yanone_kaffeesatz_regular-webfont.woff') format('woff'),
         url('font/yanone_kaffeesatz_regular-webfont.ttf') format('truetype'),
         url('font/yanone_kaffeesatz_regular-webfont.svg#YanoneRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "YanoneThin";
    src: url('font/yanone_kaffeesatz_thin-webfont.eot');
    src: url('font/yanone_kaffeesatz_thin-webfont?#iefix') format('embedded-opentype'),
         url('font/yanone_kaffeesatz_thin-webfont.woff') format('woff'),
         url('font/yanone_kaffeesatz_thin-webfont.ttf') format('truetype'),
         url('font/yanone_kaffeesatz_thin-webfont.svg#YanoneThin') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
p.customfont { 
    font-family: "My Custom Font", Verdana, Tahoma;
}
*/

body
{
	background: #fff;
	color: #000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
}

#container
{
	position: relative;
	width: 960px;
	margin: 0 auto;
    /*background:url(../images/bg_fixe.png) no-repeat right 64px;*/
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

p
{
	line-height: 1.2em;
}

b, strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

.flush
{
	margin-right: 0 !important;
}

.text p
{
	line-height: 1.4em;
	margin-bottom: 20px;
}

.text ul p {
	line-height: inherit;
	margin-bottom: inherit;
}

.text ul
{
	list-style-type: disc;
	margin-bottom: 20px;
}

.text ul li
{
	line-height: 1.4em;
	margin-left: 15px;
	margin-bottom: 8px;
}

.hide
{
	display: none;
}

/* HEADER ------------------------------------------------------------------- */

#header
{    
    position: relative;
    height: 67px;
    background: #000;
    color: #fff;
    position: fixed;
    width: 960px;
    z-index: 99999;
}

#header #go_home
{
	position: absolute;
	top: 5px;
	left: 5px;
	height: 22px;
	line-height: 22px;
	padding-left: 30px;
	background: transparent url(../images/icon_back.png) no-repeat left center;
	font-family: Times;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
/*
#header #go_propos
{
    color: #fff;
    text-decoration: none;
    position: absolute;
    right: 224px;
    top: 4px;
    height: 22px;
    line-height: 22px;
    font-family: Times;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding-left: 30px;
}
*/
#header #request_meeting
{
	position: absolute;
	top: 13px;
	right: 4px;
	background: #6797b0;
	width: 198px;
	height: 13px;
	padding: 5px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	line-height: 13px;
}

#header a#go_home:hover {
	color: #C2B74E;
}

#search_form div
{
	float: left;
	margin-right: 5px;
}

#search_form #search
{
	padding: 4px 4px 3px 4px;
    color: #000;
    border: 1px solid #6797b0;
    font-size: 11px;
    font-family: verdana;
    width: 176px;
    height: 14px;
    float: left;
    line-height: 14px;
    color:#6797b1;
    text-transform:uppercase;
}

#search_form #search_submit
{
	width: 23px;
	height: 23px;
	border: 0px solid transparent;
	cursor: pointer;
    background:url(../images/search.jpg) no-repeat top left;
    float: left;
}

#header #pick_city
{
	position: absolute;
	top: 5px;
	right: 5px;
}

#header #pick_city div
{
	float: left;
	margin-left: 5px;
}

#header #pick_city label
{
	display: block;
	padding-top: 5px;
	font-family: Times;
	color: #fff;
	font-size: 14px;
}

#header #pick_city select
{
	background: #fff;
	width: 220px;
	padding: 4px 4px 3px 4px;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #818181;
}

#header #mrc
{
    background: #000;
    height: 20px;
    padding-top: 46px;
    padding-right: 16px;
    float: right;
}

#header #mrc li
{
	float: left;
}

#header #mrc li.first
{
	color: #6797b0;
	font-weight: bold;
	letter-spacing: 1px;
}

#header #mrc span
{
	color: #838383;
	font-size: 12px;
}

#header #mrc a
{
	color: #fff;
	text-decoration: none;
}

#header #mrc a:hover {
	color: #c2b74e;
}

#header #mrc li span
{
	padding: 0 5px;
}

#pick_city
{
    padding-bottom: 5px;
}

#city_pick
{
    width: 208px;
}
/* BANNER ------------------------------------------------------------------- */
#loadingmask
{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    background:#d0de85 url(yourspinner.gif) center no-repeat;
    z-index:9999999;
}

#center_img{
    width:300px;
    height:400px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    margin-top: -200px;
    top: 50%;
    z-index: 9999;
}

/*
.home #banner{
    height:1802px;
    background: transparent url(../images/picos_temporaire.png) no-repeat left bottom;
}
*/
#effet{
    background: transparent url(../images/effect_bottom.png) no-repeat left -416px;
    width: 960px;
    height: 490px;
}



#banner_fixe
{
    padding-top:67px;
    position: relative;
    background: transparent url(../images/head_190.jpg) no-repeat left bottom;
    width: 960px;
    height: 190px;
    overflow:hidden;
}

#banner_fixe a
{
    position:absolute;
    top:65px;
    left:0;
    width: 960px;
	height: 190px;
}

/*
Jasmin Auger
jasmin@leflasheux.com
Animated banner BEGIN.
*/
#banner {
  position:relative;
  padding-top:67px;
  overflow:hidden;
}


#banner a {
  display:block;
  width:960px;
  height:1800px;
  /* end: height:190px; */
} 

#banner a img {
  position:absolute;
  left:0;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

#banner a img#banner_head_front {
  bottom: 0;
  /* end: bottom: -23px; */
}

#banner a img#banner_head_back {
  top: -560px;
  /* end: top: 1517px; */
}

/*
Animated banner END.
*/


#news_flash
{
	padding: 5px 25px;
	background: #000000;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
    text-align:right;
    font-family:"Obli";
    letter-spacing: 2px;
}

/* HEADINGS ----------------------------------------------------------------- */

h1
{
	height: 48px;
	line-height: 48px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 24px;
	font-family: "YanoneLight";
	font-weight:bold;
}

h1.yellow
{
	background: transparent url(../images/h_yellow.png) no-repeat;
	width: 683px;
    padding-left: 30px;
}

h1.teal
{
	background: transparent url(../images/h_teal.png) no-repeat;
	width: 683px;
    padding-left: 30px;
}

h1.red
{
	background: transparent url(../images/h_red.png) no-repeat;
	width: 683px;
    padding-left: 30px;
}

h2
{
	margin-bottom: 10px;
	font-size: 24px;
	font-family: "YanoneLight";
    font-weight:bold;
}

#block h2
{
	color: #c2b74e;
	margin-top: 35px;
}

#block ul h2
{
	color: inherit;
	margin-top: 0px;
}

h2.small
{
	width: 673px;
	height: 21px;
	padding-left: 41px;
	line-height: 21px;
	font-size: 14px;
	font-family: verdana;
	color: #000000;
    text-transform:uppercase;
}

h2.small.yellow
{
    font-family:"Obli";
    font-size:24px;
    line-height: 24px;
	background: transparent url(../images/bg_entrevue.png) repeat-x;
    font-weight:normal;
}

h2.small.teal
{
	background: transparent url(../images/h_small_teal.png) no-repeat;
}

/* CONTENT ------------------------------------------------------------------ */

#content
{
	width: 960px;
}

#main
{
	float: left;
	width: 715px;
	margin-top: 10px;
	color: #231f20;
}

#block.padded
{
	padding: 0px 0 0 100px;
}

/* List & Pagination -------------------------------------------------------- */

ul.list {
	list-style: none inside none;
}

.list.teal li p span
{
	color: #277884;
}

.list.teal li:hover
{
	background: #d4e4e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.list.teal li.empty:hover {
	background: none;
}

.list.teal li:hover a
{
	color: #277884;
}

.list.yellow li p span.concern
{
	color: #c2b74e;
}

.list.yellow li.concern:hover
{
	background: url(../images/rollOver.gif) repeat;
}

.list.yellow li.empty:hover
{
	background: none;
}

.list.yellow li:hover a.concern
{
	color: #c2b74e;
}

.list.red li p span
{
	color: #5f1c3a;
}

.list.red li:hover
{
	background: #dfd2d7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.list.red li.empty:hover {
	background: none;
}

.list.red li:hover a
{
	color: #5f1c3a;
}

.list li
{
	color: #666666;
	margin-bottom: 10px;
	padding: 8px;
}

.list li {
	cursor: pointer;
}

.list li.empty {
	cursor: default;
}

.list li p
{
	padding-left: 15px;
	color: #231f20;
}

.list li h2
{
    font-size:22px;
	margin-bottom: 5px;
}

.list li h2 a
{
	color: #666666;
	font-family: "YanoneRegular";
	font-size: 20px;
	text-decoration: none;
}

.pagination.teal
{
	color: #277884;
}

.pagination.red
{
	color: #5f1c3a;
}

.pagination.teal .begin,
.pagination.teal .end,
.pagination.teal .next,
.pagination.teal .prev
{
	color: #277884;
}

.pagination.red .begin,
.pagination.red .end,
.pagination.red .next,
.pagination.red .prev
{
	color: #5f1c3a;
}

.pagination
{
	float: right;
	margin-top: 10px;
	font-size: 14px;
	font-family: Times;
}

.pagination .begin
{
	margin-right: 10px;
	font-size: 16px;
}

.pagination .end
{
	margin-left: 10px;
	font-size: 16px;
}

.pagination .prev
{
	margin-right: 10px;
	font-size: 18px;
}

.pagination .next
{
	margin-left: 10px;
	font-size: 18px;
}

.pagination .current
{
	color: #000;
}

.pagination span, 
.pagination a
{
	padding: 2px;
	text-decoration: none;
	color: #808080;
	font-family: Times;
	border-left: 1px solid #5F1C3A;
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 20px;
}

.pagination a:first-child {
	border-left: none;
}


/* Home --------------------------------------------------------------------- */

#home #aside
{
    
}

.featured
{
	background: transparent url(../images/separateur.gif) repeat-x bottom left;
	padding-bottom: 40px;
	padding-left: 25px;
	margin-bottom: 20px;
	position: relative;
}

.featured.last
{
    background:none;
}

#make_next_last .last{
    padding-bottom: 0 !important;
}

.featured .thumb
{
	float: left;
	width: 180px;
	height: 180px;
	background: #ddd;
	position: relative;
	z-index: 2;
}

.featured h2 a
{
	font-size: 24px;
	font-family: "YanoneLight";
	color: #277884;
	text-decoration: none;
}

.featured .desc
{
	position: relative;
	float: left;
	width: 490px;
	margin-left: 20px;
}

.featured .text
{
	margin-left: 30px;
	margin-bottom: 10px;
}

.featured .text p
{
	margin-bottom: 5px;
}

.featured .playerflash, 
.featured .player
{
    position:relative;
	margin-left: 30px;
}

.featured .playerflash .player {
	margin-left: 0px;
}

.featured .learn_more
{
	margin-top: 4px;
    padding-top: 10px;
    margin-left: 30px;
}

.featured .learn_more p
{
	line-height: 1.4em;
}

.featured .learn_more .small
{
	font-size: 10px;
	padding-bottom: 3px;
}

.featured .actions
{
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
}

.page-template-template-embed-php .featured .actions
{
    bottom: 0px !important;
    top: auto;
}

.featured .actions .download
{
	display: block;
	padding: 5px;
	background: #f9f8ed;
	font-size: 10px;
	color: #222222;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.featured .actions .share
{
	margin-top: 5px;
	padding: 5px;
	background: #f9f8ed;
	font-size: 10px;
	color: #222222;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 4px;
}

.featured .actions .share .addthis_toolbox {
	hight: 16px;
}

.featured .actions .share.facebook .addthis_toolbox {
	height: 20px;
}


#populars .list
{
	width: 685px;
	margin-left: 30px;
}

#populars .list .hun
{
	padding-left: 50px;
}

#populars .list h2 a:hover
{
	color: #c2b74e;
}

#populars .list p span.yel
{
	color: #c2b74e;
}

/* Single news -------------------------------------------------------------- */
#news .featured
{
	background: 0;
	padding-bottom: 20px;
}

#featured  .date_cat, 
#home .date_cat, 
#news .date_cat
{
	font-size: 10px;
	line-height: 1.2em;
	margin-left: 30px;
	margin-bottom: 10px;
	color: #808080;
}

#home .date_cat b span, 
#news .date_cat b span
{
	color: #277884;
}

#similars
{
	margin-bottom: 10px;
}

.embedd {
    padding-left:10px;
}

.embedd h3{
    font-size:20px;
    padding:15px 0;
    font-family: "YanoneThin";
}

.embedd #similars{
    background:none;
}

.embedd #similars div.display-bg{
    background:none;
    width:505px;
    height:100px;
	color: #277884;
}

.embedd #similars ul.simili{
    padding:0;
    color: #666666;
}

.embedd #similars ul.simili li a
{
	color: #666666;
	font-family: "YanoneThin";
	font-size: 18px;
	text-decoration: none;
}

.embedd #similars ul.simili li
{
	margin-bottom: 5px;
    margin-left: 0;
    background: none;
    padding-left: 16px;
}

.embedd #similars ul.simili li:hover
{
    background: none;
}

.page-template-template-embed-php div.jp-audio {
    width: 225px !important;
}

.page-template-template-embed-php div.jp-audio ul.jp-controls {
    width: 225px !important;
}

.page-template-template-embed-php div.jp-audio div.jp-type-single div.jp-progress {
    width: 190px !important;
}

.page-template-template-embed-php div.jp-audio div.jp-type-single div.jp-progress {
    width: 190px !important;
}

.page-template-template-embed-php .featured.embed .desc {
    width: 350px;
}

.page-template-template-embed-php .listens {
    font-size: 11px;
    line-height: 16px;
    margin-top: 7px;
    position:relative !important;
    top:auto !important;
    left:auto !important;
    text-align:left !important;
}


#similars{
    background:url(../images/vousaimerez_h.png) no-repeat 37px top;
}

#similars div.display-bg
{
	background: url(../images/vousaimerez_b.png) no-repeat 37px bottom;
    width: 715px;
    color: #277884;
    font-family: Times;
    font-size: 14px;
    padding-bottom: 68px;
}

#similars ul.simili{
    padding:65px 0 0 210px;
    color: #666666;
}

#similars ul.simili li a
{
	color: #666666;
	font-family: "YanoneThin";
	font-size: 22px;
	text-decoration: none;
}

#similars ul.simili li a:hover {
	color: #000000;
}

#similars ul.simili li
{
	margin-bottom: 5px;
    margin-left: 45px;
    background: url('../images/dot_img.png') no-repeat 0 10px;
    padding-left: 16px;
}

#similars ul.simili li:hover
{
    background: url(../images/rollOver.gif) repeat;
}

#similars ul.simili li.empty {
	color: #000000;
	list-style: none outside none;
}

/* Interview / City --------------------------------------------------------- */

#search_title_form
{
	margin-left: 20px;
	height: 50px;
}

#search_title_form div
{
	float: left;
	margin-right: 5px;
}

#search_title_form.teal #search_title
{
	/*background: #d4e4e7; */
	background: transparent url(../images/rounded-search-teal.png) no-repeat 0px 0px;	
}

#search_title_form.red #search_title
{
	/* background: #dfd2d7; */
	background: transparent url(../images/rounded-search-red.png) no-repeat 0px 0px;
}

#search_title_form #search_title
{
	width: 176px;
	height: 16px;
	padding: 3px;
	color: #000;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	font-family: verdana;
}

#search_title_form.teal #search_title_submit
{
	background: transparent url(../images/icon_search_teal.png) no-repeat;
}

#search_title_form.red #search_title_submit
{
	background: transparent url(../images/icon_search_red.png) no-repeat;
}

#search_title_form #search_title_submit
{
	width: 22px;
	height: 22px;
	border: 0px solid transparent;
	cursor: pointer;
}

#search_title_form label
{
	display: block;
	padding-top: 5px;
	font-family: Times;
	color: #000;
	font-size: 14px;
}

/* Contact ------------------------------------------------------------------ */

#contact #main
{
	background: transparent url(../images/micro_01.png) no-repeat right 70px;
	min-height: 500px;
	color: #666666;
}

#contact a
{
	color: #666666;
}

#contact #block
{
	width: 400px;
}

#contact .text
{
	margin-bottom: 30px;
}

#contact .text p
{
	margin-bottom: 10px;
}

/* Mission ------------------------------------------------------------------ */

#mission #main
{
	background: transparent url(../images/micro_02.png) no-repeat right 200px;
	min-height: 500px;
	color: #666666;
}

#mission #block
{
	width: 460px;
}

#mission a
{
	color: #666666;
}

/* Aside (right) ------------------------------------------------------------ */

#aside
{
	float: right;
	width: 210px;
	margin-top: 10px;
}

#aside h2
{
	margin-bottom: 10px;
	font-family: "YanoneLight", Times, Serif;
	font-size: 24px;
    font-weight:normal;
}

#aside .widget_links, 
#aside .box
{
	background: #f9f8ed;
	padding: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#aside .widget_links h2
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
} 
#aside .box h3
{
	font-weight: bold;
	margin-bottom: 10px;
}

#aside #cats
{
	margin-bottom: 20px;
}

#aside #cats li
{
	margin: 5px 0 8px 0;
}

#aside #cats li a
{
	display: block;
    background: #6797b0;
    width: 198px;
    height: 16px;
    padding: 4px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-family: "YanoneLight", tahoma, verdana;
}

#aside #cats li p
{
	padding: 2px 0 0 20px;
	font-size: 10px;
	color: #808080;
}

#aside #social ul li
{
	margin-bottom: 5px;
}

#aside #newsletter #subscribe
{
	display: block;
	background: transparent url(../images/button_email.png) no-repeat;
	margin-top: 5px;
	padding: 5px 5px 5px 30px;
	color: #fff;
	text-decoration: none;
	height: 13px;
}

#aside #newsletter a#subscribe:hover {
	color: #c2b74e;
}

#aside #newsletter #twit
{
	display: block;
	background: transparent url(../images/button_twit.png) no-repeat;
	margin-top: 5px;
	padding: 5px 5px 5px 30px;
	color: #fff;
	text-decoration: none;
	height: 13px;
}

#aside #newsletter #rss
{
	display: block;
	background: transparent url(../images/button_rss.png) no-repeat;
	margin-top: 5px;
	padding: 5px 5px 5px 30px;
	color: #fff;
	text-decoration: none;
	height: 13px;
}

/* FOOTER ------------------------------------------------------------------- */

#footer
{
	padding: 50px 0;
}

#footer #row_1,
#footer #row_2
{
	background: transparent url(../images/squares_blue.png) repeat-x top center;
	width: 960px;
	padding-top: 25px;
	margin-bottom: 20px;
}

#footer .box
{
	float: left;
	width: 260px;
	margin-left: 60px;
}

#footer .box ul
{
	width: 220px;
	margin: 10px 0 0 22px;
	list-style-type: disc;
}

#footer .box ul li
{
	margin-bottom: 5px;
	list-style-type: disc;
	color: #277884;
}

#footer .box ul li.empty {
	color: #000000;
	list-style: none outside none;
	margin: 0;
}

#footer .box ul li a
{
	text-decoration: none;
	color: #277884;
	font-size: 14px;
	font-family: Times;
}

#footer .box ul li a:hover {
	color: #000000;
}


#footer .box h2 a
{
	display: block;
	padding: 4px 5px 5px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-family: verdana;
}

#footer #row_3
{
	position: relative;
	/*background: transparent url(../images/squares_beige.png) repeat-x top left;*/
	width: 960px;
	height: 25px;
}

#footer #row_3 ul
{
	position: absolute;
	top: 0;
	left: 275px;
	padding: 5px 0;
	height: 15px;
}

#footer #row_3 ul li
{
	float: left;
	font-family: arial;
}

#footer #row_3 ul li span
{
	padding: 0 6px;
	color: #d2ca7d;
	font-size: 11px;
}

#footer #row_3 ul li a
{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-family: arial;
}

#footer #row_3 ul li a:hover {
	color: #000000;
}

.listens {
	font-size: 11px;
    line-height: 16px;
    margin-top: 7px;
    text-align: right;
    position: absolute;
    top: 23px;
    right: 6px;
}

.embed .listens {
	clear: both;
}

.player-embed {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.embed .desc {
	height: 127px;
}

#floating-arrow {
	position: absolute;
	display: none;
	height: 23px;
	width: 22px;
	z-index: 999;
}

.copyright {
	font-size: 11px;
	margin: 5px 0 0 0;
	text-align: right;
}

form#infolettre label {
	float: left;
	width: 100px;
	font-weight: bold;
}

form#infolettre input, 
form#infolettre select {
	float: left;
	width: 225px;
}

form#infolettre select {
	width: 231px;
}

form#infolettre .field,
form#infolettre .buttons {
	clear: both;
	display: block;
	margin-bottom: 10px;
}

form#infolettre .buttons {
	margin-left: 100px;
}

form#infolettre .buttons input[type='submit'] {
	width: auto;
	display: inline;
	float: none;
}

#newsletter a, 
#newsletter p,
ul.blogroll {
	margin-left: 10px;
}

ul.blogroll li {
	margin-bottom: 3px;
}

form#infolettre .hidden {
	display: none;
}

/**********************************/
/** EMBED                         */
/**********************************/
h1.embed a, 
h1.embed {
	text-decoration: none;
    color: #277884;
    font-size: 19px;
    height: auto;
    line-height: 22px;
    margin-bottom: 5px;
    padding: 0;
}

.featured.embed {
	background: none;
	margin: 0;
	padding: 10px 0 0 10px;
	width: 540px;
}

.featured.embed .desc {
	width: 420px;
}

.featured.embed .desc .text {
	margin: 0 0 15px 0;
	width: 265px;
	min-height: 30px;
}

.featured.embed .desc .text p {
	font-size: 12px;
	line-height: 16px;
}

.embed .player {
	margin: 0;
}

.embed .date_cat {
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #808080;
	font-family: Verdana;
	margin-bottom: 5px;
}

.embed .date_cat span {
	color: #277884;
	font-weight: bold;
}

.embed #similars {
	/*background: transparent url(../images/background-veine-embed.png) no-repeat 0px 0px;
	width: 502px;
	height: 99px;
	margin: 0;*/
}

.embed #similars div {
	/*background: none;
	margin: 0 0 0 35px;
	width: auto;
	padding: 0*/
}

.embed #similars h2 {
	background: none;
    display:none;
}

.embed #similars div ul li {
	margin-bottom: 10px;
}

.partager {
	display: none;
	margin: 15px 0 0 30px;
}

.partager textarea {
	width: 335px;
	height: 65px;
}

/* Mailchimp */
#mc_embed_signup{background:none !important; }
#mc_embed_signup .mc-field-group .asterisk { right: 45px !important; }
#mc_embed_signup .mc-field-group input { width: 90% !important; }
#mc_embed_signup { background: none !important; }
#mc_embed_signup .mc-field-group.input-group input { width: auto !important; }


/*lecteur mp3 html 5 */
div.jp-audio {
    width: 310px !important;
}

div.jp-audio div.jp-type-single div.jp-interface {
    height: 38px !important;
}

div.jp-audio ul.jp-controls {
    width: 300px !important;
    padding: 5px 5px 0 5px !important;
}

a.jp-stop, a.jp-previous, a.jp-next {
    width: 28px;
    height: 28px;
    margin-top: 0px !important;
    margin-left: 5px !important;
}

a.jp-stop{
    display:none !important;
}

a.jp-mute, a.jp-unmute, a.jp-volume-max {
    width: 18px;
    height: 15px;
    margin-top: 11px !important;
}

.jp-title{
    display:none !important;
}

div.jp-audio div.jp-progress {
    position: absolute;
    top: 11px !important;
    height: 15px;
}

div.jp-audio, div.jp-audio-stream, div.jp-video{
    border: none;
}

div.jp-audio div.jp-volume-bar , .jp-volume-max, .jp-unmute, .jp-mute{
    display:none !important;
}

div.jp-audio div.jp-time-holder {
    display:none !important;
}

div.jp-audio div.jp-type-single div.jp-progress {
    width: 260px !important;
    left: 44px !important;
}

div.jp-audio div.jp-type-single a.jp-mute, div.jp-audio div.jp-type-single a.jp-unmute {
    margin-left: 100px;
}

div.jp-audio, div.jp-audio-stream, div.jp-video {
    background:none !important;
}

div.jp-interface {
    background:none !important;
}

a.jp-play {
    background: url("../images/na_play.jpg") top left no-repeat !important;
}

a.jp-pause {
    background: url("../images/na_pause.jpg") top left no-repeat !important;
}

a.jp-play, a.jp-pause {
    width:28px;
    height:28px;
}

a.jp-play {
	background-position:0 0;
}
a.jp-play:hover {
    background-position:0 0;
}
a.jp-pause {
    background-position:0 0;
}
a.jp-pause:hover {
    background-position:0 0;
}

#populars .jp-audio{
    margin-top:10px;
}

.jp-audio li{
    margin:0 !important;
    padding:0 !important;
}

div.jp-audio  .jp-seek-bar
{
    background:#6797b0;
}

div.jp-audio .jp-play-bar
{
    background:#d0de85;
}

.yahome18{
    font-size:18px;

    font-family:"YanoneThin";
}

.player_align .jp-audio{
    float:left;
}

.player_align .nb_lisen_nic{
    float: left;
    padding-top: 21px;
    padding-left:0;
}

.reposition{
    position:relative;
    width: 100%;
    padding-bottom:10px;
}

.addthis_toolbox .hover_effect a {
    width: 16px !important;
}
