@charset "utf-8";

/*
======================================================================

                      Feuille de styles FGL partagée

======================================================================
*/


/*                                                              CLASSE
======================================================================
                                                                 texte
*/
.texte {
	background-color:transparent;
	margin:0;
}

.texte p {
	text-align:justify;
	text-indent:1em;
	line-height:1.4em;
}

.texte cite {
	font-style:italic;
	font-weight:normal;
	color:#000;/* 074266 285b7a */
}


/*                                                              CLASSE
======================================================================
                                                                  News
*/
.news {
	background-color:transparent;
	margin:0 0 1em 0;
}
.news h2 {
	font-size:14px;
	font-weight:bold;
	line-height:1em;
	padding:0;
	margin-bottom:5px;
}
.news h3.date, .details-concerts h3.date {
	color:#285b7a;
	margin:0 10px 3px 0;
	font-size:12px;
	background-image:url(../images/layout/deux-points.png);
	background-repeat:repeat-x;
	background-position:center;
	/*background-color:#f00;*/
}
.details-concerts h3.date {
	margin:0 0 3px 0;
	margin-top:10px;
}
.news h3.date span, .details-concerts h3.date span {
	background-color:#fff;
	padding-right:5px;
}

.news h4.titre {
	color:#285b7a;
	margin:0 0 .3em 0;
}

.news .item {
	background-color:#fff;
	padding:0;
	border:0px solid #9f9;
	margin:0 10px 1em 0;
	font-size:11px;
}

.news .item p {
	text-align:justify;
	text-indent:0em;
	margin:0 0 .5em 0;
}

.news .item p cite {
	font-style:italic;
	font-weight:normal;
}


/*====================================================================
                                                                  News
*/
p.pagination {
	text-align:center;
}


/*====================================================================
                                                                Icônes
*/
.zoom16 {
	background-image:url(../images/icones/zoom16.png);
	background-repeat:no-repeat;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:20px;
}

