/*
 * ------------------------------------------------------------------------
 * JA Elastica Template for Joomla 2.5
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------ */


	#ja-header .main-inner1 {
  background-attachement: scroll;
  background-clip: border-box;
  background-color: #d01018; /*rouge*/
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
}

/* Logo Image ---*/
h1.logo {
  background: none;
  float: left;
  font-size: 1em;
  height: 180px; /*hauteur pour du bandeau logo*/
}
/* Logo Text ---*/
div.logo-text {
  height: 190px;
}
/*modification du pied de page*/
#ja-footer .main {
  color: #fff;
  font-size: .9em;
  padding: 2em 0;
  background-color: #d01018; /*rouge*/
}
#ja-footer a {
  color: #fff;
  border-bottom: 1px solid #CCC;
}

/*Modules aux coins arrondis*/
#ja-main-wrap div.ja-moduletable-inner,
#ja-main-wrap div.moduletable-inner,
#ja-main-wrap div.ja-module-inner,
#ja-main-wrap div.module-inner,
#ja-extra-col div.module-inner {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;
}
/* neutralisé affichage des blogs avec coins arrondis
.item-page,
.cat-children,
.com_content .archive,
.items-leading .leading .contentpaneopen,
.items-row .item.contentpaneopen {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;
}
*/
  
 