/*--------------------------------------------------------------
# PAGES

Styles for pages of website
If it's specifi to an only page - please add a custom page stylesheet

--------------------------------------------------------------*/

/*post list*/
.fl-post-grid-image {
	padding: 20px;
	background: url(../img/Tirets_haut_Gauches_Blanc.png) top left no-repeat,
		url(../img/Tirets_haut_Gauches_Blanc.png) bottom right no-repeat,
		url(../img/Tirets_bas_Gauche_Blanc.png) top right no-repeat,
		url(../img/Tirets_bas_Gauche_Blanc.png) bottom left no-repeat;
}

.fl-post-grid-image img {
	display: block;
	border: 6px solid #fff;
}