/* General HTML elements */
body {
    font: 62.5% 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;
}
/* 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;
}

.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
* html .clearfix {height:1px;}
.clearfix {display:block; min-width:0;}

.safety_info {
	font-family:Arial,Tahoma,Helvetica,sans-serif; 
	font-size:12px;
}
