html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	text-align: center;
}

.contents{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
/* 	left: 25px;*/
	width: 800px;
/*	background-color: #00FF00; */
}
.header {
	font-size: 84%;
	margin-right: auto;
	margin-left: auto;
	border-top: 3px solid #E06A9E;
	height: 70px;
	width: 100%;
}
.title {
	float: left;
	margin: 10px 0px 0px 10px;
}
.information {
	float: right;
	margin: 10px 10px 0px 0px;
	padding: 2px 0 0 0;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.1em;
}
.main {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 0px 0px;
	width: 100%;
	height: 525px;
	overflow: auto;
	background-image: url('../img/auth18.jpg');
	background-repeat: no-repeat;
	font-size: 85%;
}

.bloc{
	padding: 5px 0px 0px 10px;
	width: 420px;
}

.bloc p {
	line-height: 1.1em;
	margin: 5px 0px 10px;
	letter-spacing: 1px;
}

.bloc h1{
	margin: 10px 0px 10px 0px;
	text-align: center;
}

.bloc h2 {
	/* color: #1E57CD; */
	color: #1247B3;
	/* text-decoration: underline; */
	margin: 0px 0px 10px;
	border-bottom: 1px solid #1247B3;
	border-left: 3px solid #1247B3;
	padding: 3px 0px 3px 3px;
	letter-spacing: 1px;
}

.button {
	width: 100%;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

.button p {
	text-align: left;
	line-height: 1.1em;
	margin: 5px 0px 10px;
	letter-spacing: 1px;
}

.button img{
	margin: 0px 10px 0px 0px; 
}

.footer {
	margin: 10px auto 0px auto;
	width: 100%;
	height: 153px;
	border-bottom-width: 3px;
	border-bottom-color: #E06A9E;
	border-bottom-style: solid;

}

.footer img {
	float: left;
	margin: 0px 0px 10px 30px;
}

.footer p {
	margin: 5px 0px 10px;
	padding: 5px 0 0 0;
	clear: both;
	width: 100%;
	letter-spacing: 1px;
}

#banner {
	margin: 0px 30px 10px 0px;
	float: right;
}