/* General HTML elements */
body {font: 75% Arial, Tahoma,Helvetica, sans-serif;background: #ffffff;margin: 0px auto;padding: 0px;}
h1, h2, h3, h4, h5, h6, p, form, ul, ul li, dl, dl dt, dl dd, blockquote {margin: 0;padding: 0;}
ul, ul li {list-style: none;}
img {border: none;}
a {outline: none;}
a:link, a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
input, select, textarea {font: 62.5% Arial, Tahoma,Helvetica, sans-serif;}
input.HiddenField {
	padding: 0px !important;
	margin: 0px !important;
	border: none !important;
	width: auto !important;
	height: auto !important;
}

.WrapFooter .ISIBox {background: #edf3fa url(../images/blue-box-bot.gif) no-repeat left bottom;width: 915px;margin-bottom: 15px;}
.WrapFooter p.Information {background: url(../images/blue-box-top.gif) no-repeat left top;padding: 15px 10px 20px 15px;}
.WrapFooter p.Information strong {color: #0053A0;}

/* for modern browser */
input[type="image"],
input[type="submit"] {
	outline: none;
}

.ClearItems:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.ClearItems {
	clear: both;
	display: inline; /* Mac */
}
/* For Windows */
* html .ClearItems,
* html .ClearItems * {
	height: auto;
}
.ClearItems {
	display: block;
}
/* End of: For Windows */
a#questions {
	background: url(../images/boutons_Q-R.gif) no-repeat center center;
	width: 178px;
	height: 50px;
	display: block;
	margin: 0 auto;
}

a.accessibleLink {
    display:block;
    height:0px;
    overflow:hidden;
}
sup {
	vertical-align: 0;
	position: relative;
	bottom: 1ex;
}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
