/*
Bienvenue dans l'éditeur de CSS !

Pour en savoir plus sur le fonctionnement de l'éditeur, vous pouvez vous
rendre sur cette page :
http://wp.me/PEmnE-Bt
*/
/*
Bienvenue dans l’éditeur CSS de l’extension Design !

CSS (Cascading Style Sheets) est un langage qui fournit des informations à
votre navigateur concernant le style de la page web que vous visitez. Vous
pouvez maintenant supprimer ces commentaires et commencer à ajouter votre
propre code CSS.

Par défaut, cette feuille de style sera chargée après la feuille de
style de votre thème, ce qui veut dire que les nouvelles règles que vous
ajouterez ici pourront remplacer celles créées par le thème.

Vous pouvez donc ajouter ici les changements que vous souhaitez apporter à
votre thème, sans avoir à copier la feuille de style existante de
celui-ci, ou avoir à recréer toutes les règles de style de votre thème.
*/
/*DELETE TABLE BORDERS */
.entry-content .table th, .entry-content .table td {
	border: none;
}

/*SLIDESHOW REMOVE COMMANDS*/
#secondary .slideshow-controls {
	display: none;
}

/* CITATION BLOCKQUOTE */
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 15px 30px 0 10px;
	padding-left: 30px;
	padding: 15px 0 0 42px;
	background: url("http://cy-real.com/img/blockquote.gif") no-repeat 10px top;
	color: #064768;
}

/* SLIDER POST TITLE*/
#slider .slider-title {
	color: #e88f2f;
	font-weight: bold;
	font-size: 18px;
}

/* SLIDER POST CSS3 BETWEEN TITLE & EXCERPT*/
.featured-text-wrap .slider-title:after {
	background-color: #ddd;
	content: '';
	display: inline-block;
	margin-left: 5px;
	height: 1px;
	vertical-align: middle;
	width: 10px;
}

.featured-text-wrap .sep {
	display: none;
}

/* VIDEO ALIGN CENTER */
#video {
	text-align: center;
	margin-bottom: 20px;
}

/* CHAPO */
#chapo {
	font-family: Amaranth, sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	color: #606a5f;
}

/* BLOC PRESSE MISE EN VALEUR */
#bloc {
	border: 1px solid #064768;
	background: #FFFFFF;
	background-color: #f4ece4;
	background-image: url(http://blog.cy-real.com/img/repeating-art-paper-background.jpg);
	width: 80%;
	padding: 15px 25px 10px;
	margin-left: auto;
	margin-right: auto;
	font-family: Amaranth, sans-serif;
	font-size: 16px;
	color: #545454;
	text-align: left;
	margin-bottom: 20px;
}

/* LIEN INTERNE OU FINAL */
#lien {
	border: 1px solid #064768;
	background: #F5F2CB url("http://cy-real.com/img/web-link.png") no-repeat 10px;
	width: 80%;
	padding: 10px 48px;
	margin-left: auto;
	margin-right: auto;
	font-family: Amaranth, sans-serif;
	font-size: 18px;
	color: #545454;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 10px;
}

/* LIEN BOUTIQUE */
#lien {
	border: 1px solid #064768;
	background: #F5F2CB url("http://cy-real.com/img/tickets.png") no-repeat 10px;
	width: 80%;
	padding: 10px 48px;
	margin-left: auto;
	margin-right: auto;
	font-family: Amaranth, sans-serif;
	font-size: 18px;
	color: #545454;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 10px;
}


/* + Nico Klein Hide image titles on hover */ img { pointer-events:none; }



.tiled-gallery-caption {display:none;height:1px;color:#eee; background-color:#eee !important}

.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption {font-size:1px !important}

.entry-caption {display:none !important}