@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 08.11.2009
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all {
	#page {
	    background-color:#FFF;
	    background-image: url(/ecoical/utile/images/theme_eren/eren-header-courte.png) !important;
	    background-repeat: no-repeat;
	    border: 20px #220D34 solid;
	    border-top: 0 !important;
		font-size:12pt;
	}
	
	#header {
		height: 220px;
		background-image: none;
		background-color: transparent;
	}
	
	h3 {
		margin-bottom:0;
	}
	
	.upper {
		background: #FFF none repeat scroll 0 0;
		padding: 0 10px;
	}
}