@charset "utf-8";
/**
* Header used by dbzcom.
*
* Authors: Saiyuke
* Copyright: © 2013
* {@link http://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
*/

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;
	font-weight:normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

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;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	padding:0 0;
	text-align:center;
	border:rgba(0,0,0,.5) solid 1px;
}

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

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('/fonts/BebasNeue-webfont.eot');
    src: url('/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/BebasNeue-webfont.woff') format('woff'),
         url('/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('/fonts/BebasNeue-webfont.svg#BebasNeueRegular') 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 ; 
}


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

#nav_back {
	position: absolute;
	width: 100%;
	height: 62px;
	background:url(/images/nav_shadow.png) repeat-x center top;
}

#logo {
	position:absolute;
	margin-top: 0px;
	margin-left: 0px;
	width: 166px;
	height: 62px;
	z-index:9999;
}

#recherche {
	position:absolute;
	margin-left: 729px;
	margin-top: 17px;
	width: 210px;
	height: 31px;
}

.search-input {
background: url(/images/search-icon.png) no-repeat 10px 6px #555;
font-family: "Century Gothic", "Trebuchet MS";
display:block;
width:165px;
height:14px;
min-height:auto\9;
padding:8px 13px 6px 28px;
font-size:14px;
line-height:1;
outline:none;
color:#ccc;
background-color:#333;
border:0;
-webkit-border-radius:13px;
-moz-border-radius:13px;
border-radius:13px;
-webkit-box-shadow:inset 0 1px 1px #111;
-moz-box-shadow:inset 0 1px 1px #111;
box-shadow:inset 0 1px 1px #111;
text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.search-icon {
position:absolute;
top:7px;
left:0;
display:block;
width:26px;
height:26px;
}

.form-search {
position:absolute;
margin-left: 719px;
margin-top: 17px;
float:right;
}

/*
 *  ===================
 *  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;
	width: 690px;
	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 {
	margin-left: auto;
	margin-right: auto;
	width: 939px;
}

#bloc_une {
	position:relative;
	float:left;
	height: auto;
	width:100%;
	//border:1px solid yellow;
}

#bloc_central {
	width:100%;
	margin-top:30px;
	//border:1px solid white;
}

/* ============================ 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: relative;
	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: relative;
	float: right;
	height: 190px;
	width: 467px;
	margin-top: 42px;
	margin-right:10px;
	padding:10px 0 0 20px;
	background:url(/images/news_article.png);
	//border:1px solid white;
}

#news_article h2, #bloc_central h2 {
	font-family: "LeagueGothicRegular", "Century Gothic";
	font-size: 20pt;
	margin-bottom:6px;}

#alaune
{
	position: absolute;
	font-family: "BebasNeueRegular", "Century Gothic", "Trebuchet MS";
	font-size: 24pt;
	color: #000;
	margin: -40px 0px 0px -11px;
	//text-shadow:0px 0px 8px #333;
}

.date-heure {
	float: left;
	font-size: 8pt;
	color:#444;
	font-style: italic;
	width:300px;
	margin-top:-5px;
}

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

.date-heure-alaune {
	float: left;
	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-last-news {
	float:left;
	margin-top:2px;
}

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

#news_article p {
	line-height:14pt;
	padding-right:20px;
}

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

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

#titre_coeur 
{
	font-family: "BebasNeueRegular", "Century Gothic", "Trebuchet MS";
	font-size: 36pt;
	color: #111;
	margin-top: 17px;
	margin-bottom: 3px;
}

#titre_coeur a {
	color: #111;
	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; font-size: 36pt; text-shadow:0px 0px 8px #DDD;}

/* ________________________ DERNIERS ARTICLES _______________________ */

.post {
	position:relative;
	float:left;
	background-image:url(/images/ombre-featured.png);
	background-position:0px 152px;
	background-repeat:no-repeat;
	height:174px;
}

.article_image {
	float: left;
	text-align:center;
	position: relative;
	margin-bottom: 10px;
	width:150px;
	height:150px;
	background-color: rgba(0,0,0,0.4);
	border:1px #111 solid;
	overflow:hidden;
}

.article_image img{
	height:100% !important;
}

.article_container {
	float: left;
	position: relative;
	margin-left: 4px;
	width:490px;
	height:130px;
	line-height: 14pt;
	padding: 10px;
	background-color: rgba(0,0,0,0.4);
	border:1px #111 solid;
}

/* ________________________ 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;
}

.widget-title {
	color:rgba(0, 0, 0, 0.4);
	font-family: "BebasNeueRegular", "Century Gothic", "Trebuchet MS";
	font-size:25pt;
	margin-bottom:13px;
	text-transform:uppercase;
}

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

#facebook {
	width:166px;
	height:77px;
	margin: 10px 0px 0px -5px ;
	background-image: url('/images/facebook.png');
}

#facebook:hover {
	margin: 10px 0px 0px -5px ;
	background-image: url('/images/facebook-2.png');
}

#twitter {
	width:166px;
	height:77px;
	margin: -15px 0px 0px -5px ;
	background-image: url('/images/twitter.png');
}

#twitter:hover {
	margin: -15px 0px 0px -5px ;
	background-image: url('/images/twitter-2.png');
}

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

#foot {
	margin-left: auto;
	margin-right: auto;
	width: 939px;
}

#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:70px;
}

.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: "BebasNeueRegular", "Century Gothic", "Trebuchet MS";
	text-transform:uppercase;
	font-size:20pt;
	margin-top:42px;
	margin-left:10px;
	color:rgba(0, 0, 0, 0.4);
}

#suivant {
	float:right;
	font-family: "BebasNeueRegular", "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: "BebasNeueRegular", "Century Gothic", "Trebuchet MS";
	font-size: 36pt;
	color: #111;
}

.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:50%;
}
.two-col:last-child{
	text-align:right;
}

#thumbnail_single{
	width:100%;
	text-align:center;
}

#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{
	padding:12px 0 8px 0;
}

#contenu_article h2{
	font-size:30pt;
	margin-top:20px;
	text-shadow:5px 5px 8px rgba(0,0,0,.3);
	margin-bottom:10px;
	line-height:40px;
}

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

h4{
	font-family: "BebasNeueRegular", "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{
	padding:10px 0 0;
	color:rgba(255,255,255,.2);
}

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

#contenu_article h6{
	font-family: "BebasNeueRegular", "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);
	margin: 20px 0;
}

.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:10px 0;
}

blockquote p{
	border-left:8px #444 solid;
	padding:10px 20px !important;
	color:#999 !important;
	font-size:14px !important;
	background:rgba(0,0,0,.4);
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
}

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

#erralign {
	position:relative;
}

#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;
}

#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 img{
	position:relative;
	float:left;
	margin-top:-10px;
}

.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:30px 20px 16px !important;
	background:rgba(0,0,0,.30) !important;
	height:27px !important;
	margin-top:-25px !important;
	margin-bottom:-30px;
}

.shareaholic-share-buttons-container{
	margin-top:20px !important;
	margin-bottom:0px !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(http://www.db-z.com/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(http://www.db-z.com/broly.gif) no-repeat center;
	background-size:contain;
	width:100%;
	min-height: 100%;
	z-index:9999999;
}

.tiled-gallery {
	margin:15px 0 30px 0 !important;
}

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

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

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

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

#contenu_article ul {
	padding:0px 30px;
	border-left: 4px solid #555;
	margin-top:10px;
}

#contenu_article ul li {
	display : list-item;
	list-style-type: square;
	padding-bottom:10px;
}

#contenu_article blockquote ul{
	background:rgba(0, 0, 0, 0.4);
	border-left-color:#444444;
	border-left-style:solid;
	border-left-width:8px;
}

.shareaholic-share-buttons {border:none !important;}
.shareaholic-share-buttons-container {text-align:center !important;}

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

.fb_iframe_widget span{text-align:center !important;margin-bottom:40px !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);
}