/* 
******************************************************************************************************************************************************
	Cette feuille de style a pour but de prévenir tout bug ou défaut de comportement lié au différents interprétation du code des différents navigateurs 
	Il est normalement pas nécessaire d'y toucher.
******************************************************************************************************************************************************
*/

html
{
margin: 0;
padding: 0;
}

body
{
margin: 0;
padding: 0;
}


.clear
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}


.fix:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .fix { display: inline-block; }
* html .fix { height: 1%; }
.fix { display: block; }


body { text-align: center; }

#globalBody
{
	position: relative;
	margin: 0 auto;
	text-align: left;
}
#globalBody-inner { position: static; width: auto; }

#header { position: relative; }
#header-inner { position: static; }

#contenu { position: relative; width: 100%; }
#contenu-inner { position: static; width: 100%; }

#gauche, #droite
{
	display: inline; 
	position: relative;
	float: left;
	min-height: 1px;
}


#gauche-inner, #droite-inner, #gamma-inner, #delta-inner
{
	position: static;
}

#globalBody { position: static;  }

#globalBody-inner
{
	position: static;
	border: 0;
}


body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
}

#header
{
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
}

