/* 
	IE hacks
	Position des éléments dans la page pour Internet Explorer 6.
*/



* html #general {
	width:995px;
	margin: 0 auto; 
	clear: both;
	position:relative;
	text-align:left;
	padding-top:7px;
}


* html #top {
	height:2em;
	position:relative;
	padding-bottom:2px;
	}



* html #header {
	position:relative;
	z-index:100;
	width:992px;
	margin:0;
	background:#ffffff;
	border-top:#b7b0a3 solid 1px;
}


* html img#headerpic_r {
	float:right;
	}

* html #contenu_droite {
	margin-left:772px;
	}



* html #contenu_centre_home {
	margin:0 0 0 220px;
	width:500px;
	}


* html .login input
    {			
        width:90px;                        
    }