﻿/* ===============================================================
      Copyright ETW International 2005-2008. All rights reserved.
	  Auteur: ETW International
================================================================== */

html, body { height: 100%; margin-top:0px; }
body {
	background: #4768A0 url(/images/bg_top.jpg) repeat-x left top;
	font: normal 12px Arial, Helvetica, sans-serif;
	
	text-align: center;
}
/*html>body { font-size: small; }  be nice to Opera */

h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,form,fieldset,legend,input,img {
	margin:0;
	padding:0;
}
a { color:#CC0000; text-decoration: none; }
a:hover{ text-decoration: underline; }
img { behavior: url(/media/iepngfix.htc); }
img, a img { border: 0; }
ol, ul, dl, dd { list-style: none; }
.clear{ clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 1px; line-height: 1px; font-size: 1px; }


