/* *** =colonnes hauteur egale **** */

/* Start Mac IE5 filter \*/
.colonne
	{
	padding-bottom: 0px;
	margin-bottom: 0px; 
	}
	
#corps {
	padding-bottom: 0px;
	margin-bottom: 0px; 
	}
	
/* End Mac IE5 filter */
@media all and (min-width: 0px) {
.colonne
	{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important; 
	}
.colonne:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	background: inherit;
	padding-top: 0px !important;
	margin-bottom: 0px !important;
	height: 0;
	}
#corps:after
	{
		padding-top: 0px !important;
		margin-bottom: 0px !important;		
	}
}
/* bug Safari */
#footer * > a {
		position: relative;
		z-index: 1000px;
	}

/* *** end colonnes hauteur egale *** */