/* FICHIER CSS POUR LES EXTENSIONS */

/* JOOMLA BLOG */

.items-leading, .items-row {
	/* margin-bottom : 30px; */
	}
	
.leading-post, .item {
	margin-bottom : 30px;
	text-align : justify;
	}
	
.item-image {
	margin-bottom : 10px;
	}
	
.item-image img {
	width : 100%;
	height : auto;
	}

.readmore {
    padding-top : 10px;
}



.btn-group {
    
    }
	
	
/* JOOM DONATION */

h3.jd-heading {
	margin-top : 20px;
	}

#donation-form input.btn.btn-primary {
	margin-top : 30px;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
height : 35px !important;}

div#goal-thermometer-1{
	margin-top : 15px;
	margin-left : 20px;
	max-width : 225px !important;
	}
	
#therm-tooltip-1 {
	width : 125px !important;
	}

/* Slideshow CK */

.camera_caption > div {
	position : absolute;
	width : 50%;
	min-width : 50%;
	margin : auto;
	left : 0; right : 0; bottom : 20px;
	text-align : center;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	padding : 20px !important;
	font-family : inherit;
	
	}
	
.camera_caption_title {
	font-size : 30px !important;
	text-transform : uppercase;
	margin-bottom : 20px;
	}
	
.camera_caption_desc {
	font-size : 14px;
	}
	

	
