/* Theme Cinéma */
/* THEME MONOCOLONNE */

@import url(https://fonts.googleapis.com/css?family=Kameron&v1);

.consult a {
    text-decoration: none;
}

.bloc {
    border: none;
}

.bloc .date {
    padding: 0.5em 0.7em;
}

h2.bloc_title, h1.bloc_title {
    padding-top: 18px;
    padding-left: 60px;
    min-height: 25px;
    text-align: left;
}

.bloc.audioPlayer {
    padding-bottom: 5px;
}

/* Arrondis */

.bloc, .sidebar, .bloc-description, .pagination, #articles_container .thumbs_infos {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.bloc.shared_content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#linkPopup {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

/* Fonts */

.centry .blogpseudo, .bloc_title, .blogtitle, #promos_ads h2 {
    font-family: 'Kameron', Arial, Sans-serif;
}

.bloc_title, #promos_ads h2 {
    font-size: 24px !important;
}

.centry .blogtitle {
    font-size: 32px !important;
}

/* Backgrounds */

.consult, .centry.content_large {
    background: #5a5a5a url(/img/templates/blogs/167/bg_3col.jpg) fixed top center no-repeat;
}
.centry {
    background: #5a5a5a url(/img/templates/blogs/167/bg.jpg) fixed top center no-repeat;
}

.centry.previsu {
    background: url(/img/templates/blogs/167/bg.jpg) fixed top center no-repeat,
                url(/img/templates/blogs/167/bg2.jpg) fixed top center repeat-y;
    background-color: #5a5a5a;
}

.content_large.previsu,
.previsu {
    background: url(/img/templates/blogs/167/bg_3col.jpg) fixed top center no-repeat,
                url(/img/templates/blogs/167/bg_3col2.jpg) fixed top center repeat-y;
    background-color: #5a5a5a;
}

h2.bloc_title, h1.bloc_title {
     background: transparent url(/img/templates/blogs/167/bloc_title_img.png) 8px 8px no-repeat;
}

.bloc, .bloc-description, .centry #barleft.sidebar, #promos_ads, .pagination, #changebp a {
    background-color: #eae8e5;
}

.bloc-description {
    background-color: #fff;
}

.pop {
    background: #5a5a5a;
}

.compteurs_block li, .phylactere, .section_box {
    background: #211c1c;
}
.sidebar-info-bloc h3 {
	background: #3b3b3b;
}
.widget {
	background: #000;
}
.title_tooltip {
    background: #3B3B3B;
}

/* Borders */

.sidebar, .bloc-description, #currentbp a, #changebp a, .widget {
    border-color: transparent !important;
}

.centry .liste-actions-centry li, .centry .share_zone {
    border-color: #999;
}

.centry .share_zone {
    border-bottom-width: 2px;
    border-bottom-style: dashed;
}

.centry .liste-actions-centry li {
    border-top-width: 2px !important;
    border-top-style: dashed !important;
}

.phylactere {
    border-color: #364947;
}

.text-image-container img, .image-container img {
    max-width: 590px;
    border: 10px solid #000;
}

.content_large .bloc img {
    max-width: 740px;
}

/* Link & Colours */
.sidebar, .sidebar a, .suite {
	color: #9b9a9a;
}
.bloc a:hover, .sidebar a:hover,
.pagination a:hover { 
    color: #484848;
}

.bloc, .bloc-description, #menuTime li,
.pagination, .phylactere,.phylactere a, .pagination li.current a,
.centry .blogtitle, .bloc_title, .bloc_title a.plink, .bloc a, .pagination a, #load-more a, .bloc_title a:hover, .blogpseudo a:hover, #changebp a { 
    color: #000;
}

.phylactere a, .compteurs_block li a { 
    color: #b6b6b6;
}

.consult, .phylactere, .phylactere a:hover, .compteurs_block li a:hover, #currentbp a { 
    color: #fff;
}
.title_tooltip, .title_tooltip:hover {/* pour le titre archives, overridé par .bloc a */
    color: #9B9A9A !important;
}

/* Nouveaux ciblages pour les bulles de MOOD */
.phylactere.top_left .pointe_border {
    border-bottom-color: #364947;
}
.phylactere.top_left .pointe_bg {
    border-bottom-color: #211c1c;
}

.phylactere.left .pointe_border {
    border-right-color: #364947;
}
.phylactere.left .pointe_bg {
    border-right-color: #211c1c;
}

.righty .phylactere.left .pointe_border,
.righty_one.content_large .phylactere.left .pointe_border {
    border-left-color: #364947;
}
.righty .phylactere.left .pointe_bg,
.righty_one.content_large .phylactere.left .pointe_bg {
    border-left-color: #211c1c;
}

.title_tooltip .pointe_border {
    border-top-color: #3B3B3B;
}