* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	height : 100%;
}
body {
	font-size : 11px;
	height : 100%;
	color : #fff;
	background-color : #09357A;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
img {
	border: 0;
}
form {
	margin: 0;
}
a {
	color: #d2360a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#page {
	position : absolute;
	left : 50%;
	margin : 55px 0 0 -430px;
	width : 400px;
	height : auto;
	/*text-align : right;*/
	color : #fff;
	background-color : #09357A;
}
.z1 {
	padding: 35px 10px 10px 5px;
	font-family:  Arial,  Helvetica, sans-serif;
	font-weight: normal; 
	font-size: 11px; 
	color : #fff;
	background-color : #09357A;
}

.z2 {
	padding: 60px 10px 25px 5px;
	font-family:  Arial,  Helvetica, sans-serif;
	font-weight: normal; 
	font-size: 10px; 
	color : #fff;
	background-color : #09357A;
}
#pub {
	position : absolute;
	left : 50%;
	margin : 35px 0 0 -10px;
	width : 402px;
	height : auto;
	text-align : left;
	color : #fff;
	background-color : #09357A;
}
a.inscription {
	display:block;
	width:207px;
	/*height:43px;*/
	line-height:15px;
	font-family: Arial, Helvetica;
	font-size:11px;
	color: #fff;
	text-decoration: none;
	text-align:center;
	padding:7px 0 6px 0; 
	background: url(/design/inscription.gif) no-repeat top left;
}
a.inscription:hover {
	color: #fff;
	text-decoration: none;
	background: url(/design/inscription-on.jpg) no-repeat top left;
}