/* General HTML elements */
body {
  font: 0.59em/18px Verdana, Arial, "Bitstream Vera Sans", sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
	color: #1e1e5a;
	text-align:center;
	background:#fff url(../images/bandeau.jpg) top center no-repeat;
}

a:link,
a:visited {
  color: #1e1e5a;
	text-decoration: none;
}
a:hover {
	color: #b2000b;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
form,
ul,
ul li,
ol,
ol li,
dl,
dl dt,
dl dd {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
input,
select,
textarea {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
.ClearItems:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.selectm {
color:#333333;
font-family:Georgia;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:20px;
}
.ClearItems {
	clear: both;
	display: inline; /* Mac */
}
/* For Windows */
* html .ClearItems,
* html .ClearItems * {
	height: auto;
}
.ClearItems {
	display: block;
}
/* End of: For Windows */
