/*
	_templates/css-contenus-commun

	CSS commun à tous les sites Web (screen)

	Styles pour les contenus
	Dernière mise à jour: 2018-01-13
*/



/* Bordures */

.template_border,
.template_border_off,
.template_border_on
{
	padding: 0 1em;
	border: 2px solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.template_border_off,
.template_border_on
{
	-moz-box-shadow:    3px 3px 7px 0px rgba(50, 50, 50, 0.5);
	-webkit-box-shadow: 3px 3px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         3px 3px 7px 0px rgba(50, 50, 50, 0.5);
}

.template_border_off:hover,
.template_border_on:hover
{
	-moz-box-shadow:    1px 1px 7px 0px rgba(50, 50, 50, 0.5);
	-webkit-box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 7px 0px rgba(50, 50, 50, 0.5);
	cursor: pointer;
}

/* Copier les cinq classes suivantes pour ajouter dans votre CSS sur mesure */

.template_border
{
	color: #000;
	background: #FFF;
	border-color: #000;
}

.template_border_off
{
	color: #000;
	background: #FFF;
	border-color: #000;
}

.template_border_off:hover
{
	color: #191919;
	background: #E5E5E5;
	border-color: #3B3B3B;
}

.template_border_on
{
	color: #333;
	background: #CCC;
	border-color: #777;
}

.template_border_on:hover
{
	color: #000;
	background: #AAA;
	border-color: #555;
}



/* ----- Icônes pour fichiers à télécharger ----- */

a[href$=".pdf"]
{
	min-height: 16px;
	padding-right: 25px;
	background-image: url('http://www.lttcom.org/images/icon-PDF.png');
	background-position: right center;
	background-repeat: no-repeat;
}

a.sans_icone
{
	min-height: initial !important;
	padding-right: initial !important;
	background-image: none !important;
}



/* CSS for high-resolution devices */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5)
{
	a[href$=".pdf"]
	{
		background-image: url('http://www.lttcom.org/images/icon-PDF@2x.png');
		background-size: 16px 16px;
	}
}



/* ----- Global ----- */

h1,
h2,
h3
{
	color: #000;
	overflow: hidden;
}

h1
{
	font-size: 18pt;
	margin: 0 0 0 0;
	padding: 0 1em 0.1em 0;
	border-bottom: 2px solid #000;
}

h2
{
	margin: 2em 0 0.25em 0;
	padding: 0;
	font-size: 16pt;
}

h3
{
	margin: 1em 0 0.25em 0;
	font-size: 14pt;
}

.surtitre,
.sous_titre,
.soustitre
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #777;
}

header
{
	margin: 1.4em 0 0 0;
	padding: 0;
}

header h1
{
	margin-bottom: 0.2em;
}

header h2
{
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}

header p
{
	margin: 0.25em 0 2.35em 0;
}

ul li,
ol li
{
	margin-bottom: 0.75em;
}

.separateur
{
	width: auto;
	height: 1px;
	margin: 1em -50px 1em -50px;
	background: #000;
}

hr
{
	clear: left;
	width: auto;
	height: 1px;
	color: #000;
	background: #000;
	padding: 0;
	margin: 2em 0;
	border: 0;
}

.lien_page_precedente
{
	text-align: center;
	margin-top: 2em;
}

.image_border
{
	padding: 2px;
	border: 2px solid #000;
	border-radius: 4px;
}

.image_droite
{
	float: right;
	margin: 0 0 1em 2em;
	padding: 2px;
	border: 2px solid #000;
	border-radius: 4px;
}

.vignette,
.vignette_droite,
.vignette_centre
{
	margin: 1.66em 0 0.5em 0;
	margin: 0 0 0.5em 0;
	text-align: center;
}

.medium_droite
{
	margin: 0 0 0.5em 1.5em;
	text-align: center;
	float: right;
}

.vignette_centre
{
	margin: 1em auto 1em auto;
}

.vignette_droite
{
	float: right;
	margin: 1.66em 0 0.5em 2em;
	margin: 0 0 0.5em 2em;
}

.vignette img,
.vignette_droite img,
.vignette_centre img
{
/*	margin: 3px 3px 0.2em 0; */   /* Top and right margins are required because of the "outline" CSS code inside the data */
	margin-bottom: 6px;
}

.vignette p,
.vignette_droite p,
.vignette_centre p,
.medium_droite p
{
	font-size: 0.65em;
	margin: 0;
}

.vignette a:link,
.vignette_droite a:link,
.vignette_centre a:link,
.medium_droite a:link
{
	text-decoration: none;
}

.entree .auteur_et_date
{
	margin: 0.25em 0 1em 1em;
	font-size: 0.8em;
	font-style: italic;
}

.entree .auteur_et_date .auteur
{
	margin: 0;
	float: left;
}

.entree .auteur_et_date .date
{
	float: right;
	margin: 0 0 0 3em;
	text-align: right;
	color: #000;
}

.sliding_hidden_box
{
	overflow: hidden;
	height: 0px;
	opacity: 0.0;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

#contenu .nouvelle
{
	margin: 1.5em 0 0 0;
	position: relative;
	overflow: auto;
}

#contenu .sommaire
{
}

#contenu .lien_article_complet
{
	font-size: 0.8em;
}

#contenu .lien_commentaires
{
	font-size: 0.8em;
	margin-left: 3em;
}

#contenu p.contact
{
	line-height: 1.5em;
}



/* ----- Vignettes pour fichiers ----- */

ul.documents
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.documents li
{
	display: inline-block;
	padding: 0;
	margin: 0;
}

ul.documents a:link,
ul.documents a:visited
{
	width: 160px;
	display: inline-block;
	font-size: 0.8em;
	margin: 0 1.5em 1.5em 0;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	background-image: none;
}

ul.documents img
{
	border: 1px solid #000;
}

ul.documents p.description
{
	color: #000;
	padding: 0;
	margin: 0.25em 0;
	height: 3.6em;  /* Must be equal to the p.description span line-height, multiplied by lines displayed */
	max-height: 3.6em; /* Must be equal to height */
	overflow: hidden;
}

ul.documents p.description span
{
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2em;
	height: 3.6em;
}

ul.documents p.filesize
{
	color: #000;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
}



/* ----- Navigation des pages (Page X de Y, etc) ----- */

.navigation_pages
{
	margin-top: 0;
	text-align: center;
}

.navigation_pages p
{
	margin: 0;
}

.navigation_pages .page_count
{
	margin: 2em 3em 0 0;
}

.navigation_pages .current_page
{
	font-weight: bold;
	color: #E66400;
}

.navigation_pages .total_pages
{
	color: #000;
	margin-right: 3em;
}

.navigation_pages strong,
.navigation_pages a
{
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	color: #FFF;
	background: #D5A074;
	border: 1px solid #D5A074;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding: 0.80em 0.7em;
	margin: 0 0.4em 0 0;
}

.navigation_pages .previous span,
.navigation_pages .next span
{
	display: inline-block;
	visibility: hidden;
	width: 10px;
	overflow: hidden;
}

.navigation_pages a.first span.arrow,
.navigation_pages a.previous span.arrow,
.navigation_pages a.next span.arrow,
.navigation_pages a.last span.arrow
{
	background-image: url('http://www.letamtamcom.com/images/site/navigation-arrows.png');
	width: 7px;
	height: 11px;
}

.navigation_pages a.first span.arrow,
.navigation_pages a.last span.arrow
{
	width: 14px;
}

.navigation_pages a.first
{
	padding-left: 30px;
	background-image: url('http://www.letamtamcom.com/images/site/arrow-left-double.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.navigation_pages a.previous
{
	background-image: url('http://www.letamtamcom.com/images/site/arrow-left-single.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.navigation_pages a.next
{
	background-image: url('http://www.letamtamcom.com/images/site/arrow-right-single.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.navigation_pages a.last
{
	padding-right: 30px;
	background-image: url('http://www.letamtamcom.com/images/site/arrow-right-double.png');
	background-repeat: no-repeat;
	background-position: center right;
}

.navigation_pages a:hover
{
	border-color: #CA8C5E;
	background-color: #B58054;
}

.navigation_pages strong
{
	background: #805A3B;
}



/* ----- Photo ----- */

#contenu.photo .photo
{
	text-align: center;
}

#contenu.photo .lien10pt
{
	display: none;
}



/* ----- Albums photo ----- */

#contenu.album_photo div.photos
{
	text-align: justify;
	margin-top: 2em;
}

#contenu.album_photo .lightbox_vignette
{
	display: inline-block;
	width: 200px;
	padding: 10px;
	margin: 0 0 1em 0;
}


#contenu.album_photo .lightbox_vignette img
{
	display: block;
	margin: 0 auto;
}

#contenu.album_photo .lightbox_vignette p
{
	text-align: center;
/*	font-size: 0.85em; */
	padding: 0;
	margin: 0.5em 0 0 0;
}



/* ----- RSS et Atom ----- */

ul#newsfeeds
{
	padding: 0;
	margin: 2em auto;
	list-style-type: none;
	text-align: center;
	font-size: 0.9em;
}

ul#newsfeeds li
{
	display: inline;
}

ul#newsfeeds li.first
{
	margin-right: 1em;
}

ul#newsfeeds li a:link
{
	font-weight: bold;
	text-decoration: none;
}

ul#newsfeeds li img
{
	border: none;
	margin-right: 0.5em;
	vertical-align: middle;
}



/* ----- Publicité ----- */

#contenu.publicite h3
{
	margin-top: 2em;
}

#contenu.publicite table,
#contenu.publicite th,
#contenu.publicite td
{
	padding: 0.4em 0.8em;
	border: 1px solid #000;
	border-collapse: collapse;
}

#contenu.publicite th
{
	color: #FFF;
	background: #CF6400;
}

#contenu.publicite td
{
	background: none;
}

#contenu.publicite th.text_right,
#contenu.publicite td.text_right
{
	text-align: right;
}



/* ----- Articles/Actualités ----- */

.entree
{
	margin: 2em 0 1em 0;
	overflow: auto;   /* Ne pas enlever! */
}

.entree h2
{
	margin: 0;
}

.entree h2 a:link
{
	text-decoration: none;
}

.photo_supplementaires
{
	clear: right;
}

/*
.photo_supplementaires p
{
	font-weight: bold;
	font-style: italic;
}
*/

.photo_supplementaires table
{
	margin: 0 auto 0 auto;
}

.photo_supplementaires th
{
	font-style: italic;
	font-size: 1em;
	padding: 0.25em;
}

.photo_supplementaires td
{
	text-align: center;
}

.photo_supplementaires td.photo5 .vignette_centre
{
	margin-left: 3em;
}



/* ----- Commentaires des lecteurs ----- */

ol.commentaires
{
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin: 1em 0 0 0;
}

ol.commentaires li
{
	margin: 1em 0 1em 0;
	padding: 0 1em 0 1em;
	border: 1px solid #E1B395;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #FEFEFE;
}

ol.commentaires .auteur_et_date
{
	font-size: 0.8em;
}

ol.commentaires .nom_auteur
{
	color: #B40000;
}

#formulaire_commentaire
{
	margin: 1em 0 1em 0;
	padding: 1em;
	border: 1px solid #E1B395;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #FEFEFE;
}

#formulaire_commentaire label
{
	display: inline-block;
	margin: 0 0 0.25em 0;
}

#smileys_box p
{
	margin-top: 0;
	font-size: 0.85em;
}

#smileys_box img
{
	margin: 0px 14px 14px 0px;
}

.datechronique
{
	float: left;
	margin: 6px 0 0 10px;
	text-align: right;
	color: #555;
	font-size: 0.8em;
	font-style: italic;
}



/* ----- Calendrier ----- */

#calendrier_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Use http://ajaxload.info to create a spinner with the proper background color. Select indicator type "Indicator Big" and Foreground color "000000" */
	background: #FFF url('http://www.lttcom.org/images/loader-FFFFFF.gif') center center no-repeat;
	opacity: 0.70;
	transition: visibility 1s;
	-moz-transition: visibility 1s;
	-o-transition: visibility 1s;
	-webkit-transition: visibility 1s;
	display: none;
}

#calendrier
{
	position: relative;
	margin: 20px auto 3em auto;
}

#contenu_wrapper.generique #calendrier
{
	margin: 1em auto 1em auto;
}

#calendrier table caption
{
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	padding: 0;
	margin: 0 0 0.5em 0;
	border: none;
}

#calendrier table
{
	margin: 0 auto;
	width: 200px;
}

#calendrier table,
#calendrier th,
#calendrier td
{
	font-size: 1em;
	text-align: center;
	padding: 3px !important;
	border: 1px solid #000;
	border-collapse: collapse;
	background: none;
}

#calendrier th
{
	font-size: 0.8em;
	color: #000 !important;
	background: #FFF !important;
}

#calendrier tr.semaine td
{
	font-weight: bold;
	color: #FFF;
	background: #888;
}

#calendrier td.aujourdhui
{
	font-weight: bold;
	background: #E0E0E0;
}

#calendrier td.jour
{
	background: #FFF;
}

#calendrier td.vide
{
	background: #DDD;
}

#calendrier p
{
	font-size: 1em;
}



/* ----- Tableau pour les heures d'ouverture ----- */

table.heures_ouverture
{
	margin: 2em 0;
	border-spacing: 0;
	border: solid #930 2px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

table.heures_ouverture th,
table.heures_ouverture td
{
	border-left: 1px solid #930;
	border-top: 1px solid #930;
	padding: 0.25em 0.75em;
}

table.heures_ouverture th
{
	color: #FFF;
	background: #930;
	border-top: none;
}

table.heures_ouverture td
{
	text-align: center;
}

table.heures_ouverture td.jour
{
	text-align: right;
}

table.heures_ouverture td:first-child,
table.heures_ouverture th:first-child
{
	border-left: none;
}

table.heures_ouverture th:first-child
{
	-moz-border-radius: 0px 0 0 0;
	-webkit-border-radius: 0px 0 0 0;
	border-radius: 0px 0 0 0;
}

table.heures_ouverture th:last-child
{
	-moz-border-radius: 0 0px 0 0;
	-webkit-border-radius: 0 0px 0 0;
	border-radius: 0 0px 0 0;
}

table.heures_ouverture th:only-child
{
	-moz-border-radius: 0px 0px 0 0;
	-webkit-border-radius: 0px 0px 0 0;
	border-radius: 0px 0px 0 0;
}

table.heures_ouverture tr:last-child td:first-child
{
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}

table.heures_ouverture tr:last-child td:last-child
{
	-moz-border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}



