@charset "utf-8";
/**
* Header used by dbzcom.
*
* Authors: Saiyuke
* Copyright: © 2013
* {@link https://DB-Z.com}
*
* Released under the terms of the GNU General Public License.
* You should have received a copy of the GNU General Public License,
* along with this software. In the main directory, see: /licensing/
* If not, see: {@link http://www.gnu.org/licenses/}.
*
* @package dbzcom.
* @since 1.0
*/

@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700');

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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

body {
	border:0;
	outline:0;
	margin:0;
	padding:0;
	height:100%;
	color: #ddd;
	background-color: #999;
	font-size: 9pt;
	vertical-align: baseline;
	font-family: "Century Gothic", "Trebuchet MS";
	background:url('images/background.png');
}

a:link { text-decoration:none; color: #00aeef;
	-webkit-transition-delay:initial;
	-webkit-transition-duration:0.4s;
	-webkit-transition-property:initial;
	-webkit-transition-timing-function:ease;} /* lien non-visité */
a:visited { color: #00aeef; text-decoration: none} /* lien visité */ 
a:hover { color: #EEE; text-shadow:0px 0px 8px #DDD;} /* lien survolé */ 
a:active { color: #FFF; text-decoration: none} /* lien activé */

img {
	border: 0;
	text-align: center;
}

h2 {
 font-size: 12pt ;
 font-weight: normal !important;
}

h2 strong {
 font-weight: normal !important;
}

/* ============================ MENU ================================ */

#nav_back {
	position: fixed;
	z-index:9999;
	width: 100%;
	height: 62px;
	background:url(images/nav_shadow.jpg) repeat-x center top;
}

#logo {
	position:absolute;
	margin-top: 0px;
	margin-left: 0px;
	width: 166px;
	height: 62px;
	z-index:9999;
	background:url(images/logo-dragon-ball.png) no-repeat;
}

#bouton_reseaux_sociaux {
	position:absolute;
	right: 0px;
	width: 180px;
	height: 31px;
}

#bouton_reseaux_sociaux a {
	display:inline !important;
	padding:0px 5px !important;
	color:#999 !important;
}

#bouton_reseaux_sociaux a:hover { color: #EEE !important; text-shadow:0px 0px 10px rgba(255,255,255,.6) !important;} /* lien survolé */ 

/*
 *  ===================
 *  Menus personnalisés
 *  ===================
**/
#bouton-menu{
	display:none;
}

#menu {
	font-family: "Nunito", "Century Gothic", "Trebuchet MS";
	font-size: 14px;
	text-shadow: 2px 2px 4px #000;
	position:relative;
	text-align:center;
	margin-top: 0px;
	margin-left: 150px;
	height: 62px;
	padding: 0; 
	list-style: none;
}

#menu ul{
    list-style:none;
    margin:0; padding:0;
}
#menu li{
    position:relative;
    display:block;
    float:left;
}
#menu a{
    display:block;
	padding:0 20px;
	line-height:62px;
	color:rgba(255,255,255,.9);
	transition:none;
}
/* Sous-menu 1 */
#menu ul ul{
    position:absolute;
	left:0;
	top:62px;
	z-index:99999;
    display:none;
	width:200px;
	float:left;
	box-shadow:0px 3px 20px rgba(0,0,0,.8);
	
}
	
#menu ul ul li{min-width:180px;}

/* Sous-menu 2 */
#menu ul ul ul{left:100%; top:0;}
#menu ul ul a{
    background:rgba(0,0,0,.7);
	line-height:1em;
	padding:20px;
    width:160px; height:auto;
}
#menu li:hover > a{
	background:rgba(0,0,0,.05);
    color:white;
	box-shadow:0px 3px 20px rgba(0,0,0,.8) inset;
}

#menu ul ul :hover > a{
    background:rgba(0,0,0,.75);
    color:#fff;
	box-shadow:none;
}

#menu ul li:hover > ul{display:block;}

#menu ul li.current_page_item > a,
#menu ul li.current-menu-ancestor > a,
#menu ul li.current-menu-item > a,
#menu ul li.current-menu-parent > a{
}

/* ============================ CONTAINER ================================ */

.container_global {
	position:relative;
	top:62px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:60px;
	width: 939px;
}

#bloc_central {
	width:100%;
}

/* ============================ BANDEAU HAUT ANIME ================================ */

#halo {
	position:absolute;
	margin-top:62px;
	width: 100%;
	height: 300px;
	background:url('images/header_bg.png') repeat-x center top;
	z-index:-1;
}

/* ============================ CONTENU BANDEAU ================================ */

#content_shadow {
	position: absolute;
	margin-top:387px;
	width: 100%;
	height: 113px;
	background:url(images/content_top_shadow.png) repeat-x center top;
	z-index:-1;
}

/* ============================ A LA UNE ================================ */
#news_image {
	position: absolute;
	bottom:-20px;
	float: left;
	height: 347px;
	width: 378px;
	/*margin-top:-105px;
	margin-left:-18px; */
	background:url(images/news_image.png) no-repeat;
}

#news_image_inner {
	float: left;
	position: relative;
	margin-top: 33px;
	margin-left: 22px;
	height: 295px;
	width: 328px;
	text-align:center;
	overflow: hidden;
}

#news_image img {
	height:100%;
}

#news_article {
	position: absolute;
	bottom:0px;
	right:0px;
	width: 490px;
	padding:20px 20px;
	background:rgba(0,0,0,.4);
	/*background:url(images/ombre_news_article.png) no-repeat;*/
}

#news_article_ombre {
	position: absolute;
	width: 100%;
	height:19px;
	margin-top:20px;
	background: url(images/ombre_news_article.png) no-repeat;
}

#news_article h2, #bloc_central h2 {
	font-family: "Oswald", sans serif;
	font-size: 17pt;
	margin-bottom:6px;
	line-height:1.2;
}

#news_article p {
	line-height:14pt;
}

#alaune
{
	position: absolute;
	color: rgba(0,0,0,.5);
	margin: -48px 0px 0px -19px;
}

#alaune h1 {
	font-family: "Oswald", "Century Gothic", "Trebuchet MS";
	text-transform:uppercase;
	font-size: 20pt;
	font-weight:normal;
}

#footer-last-news {
	border-top:1px solid #777;
	margin-top:20px;
	padding:20px 0px 0px 0px;
}

.date-heure {
	position:relative;
	float: left;
	font-size: 8pt;
	color:#777;
	width:25%;
}

.commentaires {
	position:relative;
	float: right;
	width:75%;
	font-size: 8pt;
	color:#444;
	text-align: right;
}

.date-heure-alaune {
	padding-top:8px;
	font-size: 8pt;
	color:#444;
	font-style: italic;
	width:255px;
}

.commentaires-alaune {
	float: left;
	font-size: 8pt;
	color:#444;
	width:185px;
	text-align: right;
	margin-top:1px;
}

#footer-news {
	float:left;
	margin-top:12px;
}

#coeur_gauche {
	float:left;
	width:74%;
}

#coeur_droit {
	float:left;
	width:22%;
	padding-left:30px;
	//border:1px solid red;
}

#titre_coeur 
{
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size: 30pt;
	margin-top: 17px;
	margin-bottom: 3px;
}

#titre_coeur a {
	color: rgba(0,0,0,.5);
	text-decoration:none; 
	-webkit-transition-delay:initial;
	-webkit-transition-duration:0.4s;
	-webkit-transition-property:initial;
	-webkit-transition-timing-function:ease;
}

#titre_coeur a:hover{color: #EEE; text-shadow:0px 0px 8px #DDD;}

/* ________________________ DERNIERS ARTICLES _______________________ */

.post {
	position:relative;
	width:100%;
	border:1px #151515 solid;
	margin-bottom:20px;
}

.post img {
	margin-bottom: -2px;
}

.article_container {
	position:absolute;
    bottom:0px;
	line-height: 14pt;
	padding: 20px 20px 20px 20px;
	background: rgba(0,0,0,.9);
	text-shadow:0px 0px 10px black;
	max-width:656px;
}

/* ________________________ DERNIERS ARTICLES _______________________ */

#sidebar {
	position:relative;
	float:left;
	width:170px;
	height:auto;
	padding:20px 10px 10px 10px;
	background-color: rgba(0,0,0,0.4);
	border:1px #111 solid;
	line-height: 14pt;
}

#sidebar h3{
	color: rgba(255,255,255,.1);
	font-size:24px;
}

#sidebar li{
	list-style-image : url(images/dragonball.png);
	line-height: 16pt;
	margin-left:22px;
}

#sidebar li a{
	color:rgba(255,255,255,.3);
}

.gsc-control-cse {
	margin-bottom:20px;
	padding:0 0 !important;
	background:none !important;
	border:none !important;
}

table.gsc-search-box {
	background:none !important;
	padding:none !important;
}

table.gsc-search-box td.gsc-input {
  padding-right: 0px;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0px;
}

.gsc-input{padding:0px !important;}

.gsc-input-box {margin-bottom: 2px;}

.gsc-input-box table {
	border-spacing: 1px;
    background: white;
    width: 100%;
}

.gsc-input {font-size:12px !important;}

.gcsc-branding {display:none;}

.gsc-above-wrapper-area-container {background:none;}
.gsst_b {margin-top:5px;}

#facebook-tab { width:79px; height:70px; background-image: url('images/facebook-tab.png'); }

#twitter-tab { width:79px; height:70px; background-image: url('images/twitter-tab.png'); }

#annuaires {display:block;}

#footer{
	position:relative;
	float:left;
	width: 100%;
	bottom:0px;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.4);
	border-top: 15px solid rgba(0,0,0,0.4);
	line-height:1.5;
	text-align:center;
}

#footer-wrap {
	display:flex;
	flex-direction: row;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom:80px;
}

#footer-fb-tw {
	width:50%;
}

#footer_col_1 {
	width: 258px;
	height: 95px;
	float: left;
	padding-top: 5px;
	color: #444;
	top: 10px;
	position:relative;
	z-index:9999;
	/*background-color:rgba(0,0,0,0.1);
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;*/
}

#footer_col_1 a {
	color: #444;
	text-decoration:none; 
	-webkit-transition-delay:initial;
	-webkit-transition-duration:0.4s;
	-webkit-transition-property:initial;
	-webkit-transition-timing-function:ease;
}

#footer_col_1 a:hover{color: #EEE; text-shadow:0px 0px 8px #DDD;}

#footer_col_1 p {
}

#footer_col_2 {
	position:relative;
	float: left;
	width: 258px;
	height: 95px;
	margin-left:80px;
	color: #444;
	top: 10px;
	z-index:9999;	
	/*background-color:rgba(0,0,0,0.1);
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;*/
}

#footer_col_2 a {
	color: #444;
	text-decoration:none; 
	-webkit-transition-delay:initial;
	-webkit-transition-duration:0.4s;
	-webkit-transition-property:initial;
	-webkit-transition-timing-function:ease;
}

#footer_col_2 a:hover{color: #EEE; text-shadow:0px 0px 8px #DDD;}

#footer_col_2 p {
}

#footer_col_3 {
	position:relative;
	float: left;
	width: 258px;
	height: 95px;
	margin-left:80px;
	color: #444;
	top: 10px;
	z-index:9999;
	/*background-color:rgba(0,0,0,0.1);
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;*/
}

#footer_col_3 a {
	color: #444;
	text-decoration:none; 
	-webkit-transition-delay:initial;
	-webkit-transition-duration:0.4s;
	-webkit-transition-property:initial;
	-webkit-transition-timing-function:ease;
}

#footer_col_3 a:hover{color: #EEE; text-shadow:0px 0px 8px #DDD;}

#footer_col_3 p {
}

#footer_copyright {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	color:#000;
	margin-top:10px;
	margin-bottom:10px;
}

/* _______________ NAV ARTICLE _________________ */

#nav-article {
	position:relative;
	float:left;
	width:681px;
	height:100px;
	margin-bottom:100px;
}

.nav-article-gauche {
	float:left;
	height:113px;
	width:107px;
	background-image:url("images/gauche.png");
}

.nav-article-droite {
	float:right;
	height:113px;
	width:107px;
	background-image:url("images/droite.png");
}

#precedent {
	float:left;
	font-family: "Oswald", "Century Gothic", "Trebuchet MS";
	text-transform:uppercase;
	font-size:20pt;
	margin-top:42px;
	margin-left:10px;
	color:rgba(0, 0, 0, 0.5);
}

#suivant {
	float:right;
	font-family: "Oswald", "Century Gothic", "Trebuchet MS";
	text-transform: uppercase;
	font-size:20pt;
	margin-top:42px;
	margin-right:10px;
	color:rgba(0, 0, 0, 0.4);
}

#sprites {
	position:absolute;
	float:left;
	height:55px;
	width:681px;
	margin-top:-70px;
	background-image:url(images/sprites.png);
	text-align:center;
	font-size:12pt;
	line-height:60pt;
}

#contenu-header {
	position:relative;
	width:100%;
	margin-top:17px;
	margin-bottom:20px;
}

#contenu-header h1{
	font-family: "LeagueGothicRegular", "Century Gothic", "Trebuchet MS";
	font-size:50px;
	text-transform:uppercase;
	text-align:center;
	color:#999;
	padding:18px 20px 10px;
	background:rgba(0,0,0,.5);
	font-weight:normal !important;
}

#titre_coeur h1{
	font-family: "Oswald", "Century Gothic", "Trebuchet MS";
	font-size: 30pt;
	color: rgba(0,0,0,.5);
}

.postmetadata{
	position:relative;
	font-family: "LeagueGothicRegular", "Century Gothic", "Trebuchet MS";
	font-size:25px;
	text-transform:uppercase;
	color:#555;
	padding:10px 10px 6px;
	background:rgba(0,0,0,.30);
	height:27px;
	font-weight:normal !important;
}

.postmetadata a{
	color:#555
}

.postmetadata a:hover{
	color: #EEE; text-shadow:0px 0px 5px #777;
}

.two-col{
	position:relative;
	float:left;
	width:60%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.two-col:last-child{
	text-align:right;
	width:40%;
}

#thumbnail_single{
	width:100%;
	text-align:center;
	margin-bottom:30px;
}

#thumbnail_single img{
	max-width:100%;
	-moz-box-shadow:  5px 5px 30px rgba(0,0,0,.5);
	-webkit-box-shadow:   5px 5px 30px rgba(0,0,0,.5);
	-box-shadow:   5px 5px 30px rgba(0,0,0,.5);
}

#contenu_article{
	font-size:12pt;
	line-height:18pt;
	text-align:justify;
	padding: 0px 100px;
}

#contenu_article p{
	margin-bottom:20px;
}

#contenu_article h2{
	font-size:25pt;
	text-shadow:5px 5px 8px rgba(0,0,0,.3);
	margin-bottom:15px;
	line-height:40px;
	font-weight: normal !important;
}

h3{
	font-family: "Oswald", "Century Gothic", "Trebuchet MS";
	font-size:20pt;
	color:rgba(255,255,255,.5);
	font-weight:400;
	text-shadow:5px 5px 8px rgba(0,0,0,.3);
	margin-bottom:20px;
}

h4{
	font-family: "Oswald", "Century Gothic", "Trebuchet MS";
	font-size:18pt;
	margin-top:10px;
	color:rgba(255,255,255,.5);
	font-weight:400;
	text-shadow:5px 5px 8px rgba(0,0,0,.3);
	margin-bottom:0px;
}

#contenu_article h5{
	margin-bottom:20px;
	color:rgba(255,255,255,.2);
}

#contenu_article h5 a{
	color:rgba(255,255,255,.3);
	font-weight:normal;
}

#contenu_article h6{
	font-family: "Oswald", "Century Gothic", "Trebuchet MS";
	font-size:30pt;
	margin-top:10px;
	color:rgba(255,255,255,.9);
	font-weight:400;
	text-shadow:5px 5px 5px rgba(0,0,0,.3);
	margin-bottom:10px;
}

#contenu_article a img{
	border:1px solid #0a0a0a;
	-moz-box-shadow:  10px 10px 80px rgba(0,0,0,.9);
	-webkit-box-shadow:   10px 10px 80px rgba(0,0,0,.9);
	-box-shadow:   10px 10px 80px rgba(0,0,0,.9);
}

.sansombre{
	border:0px !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-box-shadow: none !important;
}

#contenu_article iframe{
	border:1px solid #0a0a0a;
	-moz-box-shadow:  10px 10px 80px rgba(0,0,0,.9);
	-webkit-box-shadow:   10px 10px 80px rgba(0,0,0,.9);
	-box-shadow:   10px 10px 80px rgba(0,0,0,.9);
}

.couleurGris {
	color:#666;
}

#commentaire-article{
	margin-top:20px;
	margin-bottom:70px;
}

#commentaire-article{
	font-size:18pt;
	text-align:center;
	background:rgba(0,0,0,.1);
	text-shadow:0px 1px 1px #000;
}

blockquote{
	padding:20px 20px 5px 20px !important;
	margin-bottom:20px;
	border:1px solid rgba(255,255,255,.15);
	background:rgba(0,0,0,.4);
	color:#999 !important;
	font-size:14px !important;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
}

#err0 {
	font-family: "Oswald", "Century Gothic", "Trebuchet MS";
	position:relative;
	float:left;
	width: 939px;
	margin:30px 0px 30px 0px;
	text-align:center;
	display: table-cell;
	vertical-align:middle;
}

#erralign {
	position:relative;
	margin-bottom:80px;
}

#err1 {
	position:relative;
	height:100%;
	font-size: 80pt;
	color:rgba(0,0,0,0.5);
}

#err2 {
	position:relative;
	height:100%;
	font-size: 26pt;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, .5);
}

.petitTag {
	color:rgba(0,0,0,1);
	text-transform:uppercase;
	font-size:8pt;
	line-height:3.2;
}

#nav-article-bg2{
	margin-top:20px;
}

#tags-article {
	font-size:25px;
	margin-top:20px;
}

#tags-article-img {
	display: inline-block;
	width: 48px ;
	height: 48px ;
	margin-bottom: -12px ;
	margin-right: 10px ;
	background:url(images/tags.png) no-repeat;
}

#tags-article a {
	position:relative;
	font-family: "LeagueGothicRegular", "Century Gothic", "Trebuchet MS";
	text-transform:uppercase;
	background-color:rgba(0,0,0,.3);
	padding:7px 10px 2px 10px;
	font-weight:normal !important;
	line-height:40px;
	margin-right:-4px;
}

#tags-article-hp {
	font-size:17px;
	text-align:left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}

#tags-article-hp a {
	position:relative;
	font-family: "LeagueGothicRegular", "Century Gothic", "Trebuchet MS";
	text-transform:uppercase;
	background-color:black;
	padding:3px 5px 3px 5px;
	font-weight:normal !important;
}

.ombre-bas {
	width:100%;
	height:36px;
	opacity:0.6;
	background:url(images/ombre.png) no-repeat;
}

.ombre-haut {
	width:100%;
	height:36px;
	opacity:0.6;
	margin-bottom:7px;
	background:url(images/ombre.png) no-repeat;
	-moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV"; }

.widget-container a {
	color:#555;
	text-shadow:0px 1px 1px #000;
}

.widget-container a:hover {
	color: #EEE; 
	text-shadow:0px 0px 8px #DDD;
}

#reseaux-sociaux{
	position:fixed;
	float:right;
	right:0;
	margin-top:95px;
	z-index:99999;
}

#boutonLike{
	position:fixed;
	float:right;
	right:0px;
	margin-top:112px;
	margin-right:90px;
	opacity:1;
	z-index:99999;
	opacity:0;
}

#boutonTweet{
	position:fixed;
	float:right;
	right:0px;
	margin-top:182px;
	margin-right:90px;
	opacity:1;
	z-index:99999;
	opacity:0;
}

#mescoo{
	width:930px;
	text-align:center;
}

.petit{font-size:9pt;}

.gallery { margin-top: 20px !important; margin-bottom: 20px !important;}

.shareaholic-canvas {
	margin-bottom:-22px !important;
}

.shareaholic-recommendations-header{
	position:relative !important;
	font-family: "LeagueGothicRegular", "Century Gothic", "Trebuchet MS" !important;
	font-weight:normal !important;
	font-size:40px !important;
	text-transform:uppercase !important;
	color:#555 !important;
	padding:20px 20px 27px !important;
	background:rgba(0,0,0,.30) !important;
	height:27px !important;
	margin-top:-18px !important;
}

#etoiles{
	position:relative;
	float:right;
	height:20px;
	overflow:hidden;
	margin-top:-25px;
}

hr{
	border:1px solid rgba(0,0,0,.2);
}

.wp-caption {
	margin:20px auto 10px auto;
}

.wp-caption-text{
	text-align:center;
	font-size:12px;
	color:#484848;
	margin-top:5px;
	margin-bottom:0px;
	font-style: italic;
	padding-left:0 !important;
	padding-right:0 !important;
	line-height:1.5;
}

.twitter-tweet {
	margin-left:auto !important;
	margin-right:auto !important;
}

#oeuf{
	display:none;
	position:fixed;
	top:0;
	background:url(/gohan.gif) no-repeat center;
	background-size:contain;
	width:100%;
	min-height: 100%;
	z-index:9999999;
}

#oeuf2{
	display:none;
	position:fixed;
	top:0;
	background:url(/broly.gif) no-repeat center;
	background-size:contain;
	width:100%;
	min-height: 100%;
	z-index:9999999;
}

.jp-carousel-info{
	display:none;
}

.jp-carousel-wrap {
	overflow:hidden !important;
}

.jp-carousel-overlay {
	background: rgba(0,0,0,.9) !important;
}

#contenu_article ul,ol {
	margin-bottom:20px;
}

#contenu_article ol {
	padding-left:20px;
} 

#contenu_article ul li {
	display : list-item;
	background: url(/4-stars-dragon-ball.png) no-repeat left top;
	padding: 5px 0px 0px 25px;
	background-position-y: 8px;
	/* reset styles (optional): */
	list-style: none;
	margin: 0;
}

/* SPECIAL AMAZON */
.aalb-209-pc-product { padding: 0px 0px 0px 0px !important; }

.shareaholic-share-buttons {border:none !important;}
.shareaholic-share-buttons-container {text-align:center !important;}
.recommendation-article-title .ng-binding {
    margin: 0 0 0 0 !important;
    text-align: center !important;
    color: #111 !important;
    font-size: 13px !important;
}

.gallery-icon{margin-bottom:20px !important;}

/* Table of contents */

#toc_container.toc_transparent {
	border:0 !important;
	background:rgba(0,0,0,.2) !important;
}

.toc_title{
	font-size:90% !important;
}

.toc_list{
	margin-top:.2em !important;
}

/* footnote */

sup {
	vertical-align: super !important;
    font-size: smaller !important;
}

.footnotes{
	margin-top:30px !important;
	background:rgba(0,0,0,.2) !important;
	padding:20px 40px !important;
	font-size:70% !important;
}

.footnotes ol, .footnotes ul{
	list-style-type:decimal !important;
}

/* Gestion des img gauche droite dans texte */
img.alignright { float: right; padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { float: left; padding: 4px; margin: 0 7px 2px 0; display: inline; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; margin:20px 0 20px 20px;}
.alignleft { float: left; margin:20px 20px 20px 0;}
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
p img { padding: 0; max-width: 100%; }

/*______________| Colonnes|______________*/

.columns{
	position:relative;
	width:100%;
	margin: 40px auto;
}

.three-column{
	position:relative;
	float:left;
	width:33%;
	text-align:center;
}

.three-column:last-child {
	border:none;
}

.column-categ {
	
}

.ency-categ {
	padding:20px 20px;
	height:290px;
	text-align:center;
}

.ency-categ img {
	max-width:100%;
	height:auto;
}

.encyc-list-item  {
	margin-top: 10px;
}

.encyc-list-item h2{
	display:inline;
	font-size:20pt !important;
}

.encyc-list-item img{
	margin-top:-10px;
	vertical-align:middle !important;
}

.letter {
	width:60px;
	height:60px;
	background:url('images/back-letter.png');
	margin:20px auto;
	font-family: 'LeagueGothicRegular';
	text-transform:uppercase;
	font-size:80px;
	text-align:center;
	color:#fff;
	line-height:0.8;
	text-shadow:0px 0px 15px rgba(0,0,0,1);
}

.kk-star-ratings {margin-bottom:-40px;}
#mon_kk {padding-left:100px;}

#breadcrumbs {
	position: relative;
    color: rgba(255,255,255,.3);
	margin-bottom:-10px;
	margin-top:30px;
}

.tiled-gallery {
	margin-bottom:20px !important;
}

.tiled-gallery img{
	box-shadow:none !important;
	border:none !important;
}

#crt-500598{
	margin-left:auto;
	margin-right:auto;	
	margin-bottom:25px;
}

#rush{
	text-align:center;
	margin-bottom:10px;
}

#rush img{
	border:1px solid rgba(0,0,0,.4);
	-webkit-box-shadow:0px 0px 50px rgba(0,0,0,.7);
	-moz-box-shadow:0px 0px 50px rgba(0,0,0,.7);
	box-shadow:0px 0px 50px rgba(0,0,0,.7);
}

.fb_iframe_widget {margin-left:auto !important; margin-right:auto !important; display:block !important;}
.fb_iframe_widget span {display:block !important; text-align:center !important;}

table {
	border-spacing: 1px;
	background:rgba(0,0,0,.2);
	width:100%;
	margin-bottom:20px;
}

#auteur-bas-page {
	font-family: "Oswald", sans serif;
	font-size: 18px;
}