/* CSS Global */
html {
	height:100%;
}	
body {
	position:relative;
	height:100%; min-height:815px;
	margin:0; padding:0;
	background:#CCE9EC url('../Images/ENT_homepage_bg_body.jpg') center top repeat-y;
	font-family:Arial, Helvetica, sans-serif; font-size:11px;
}
img {
	border:0px;
}
table tr td {
	vertical-align:top;
}
form {
	float:left;
	margin:0px; padding:0px;
}
input {
	display:inline;
	font-size:11px;
}
a {
	color:#c43255;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#centrage {
	position:relative;
	width:1003px; height:auto;
	margin:0 auto; padding:0;
}

.clearBoth {
	clear:both;
	height:1px; font-size:1px;
}


