﻿body {
	
	font-size: 92%;
}

p{
	text-align: justify;
}

table {
	
	width: 100%;
}

#content {
	
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#logo {
	
	float: left;
	margin: 0 12px 0 0;
}

#ban {
	
	margin-top: 15px;
	margin-bottom: 20px;
}

#menu {

	padding: 0;
	margin: 0;
	width: 1000px;
	height: 31px;
	list-style-type: none;
}

#menu li {
	
	padding: 0;
	margin: 0;
	color: white;
	text-align: center;
	width: 120px;
	line-height: 31px;
	height: 31px;
	background-image: url('../images/menu.PNG');
	float: left;
}

#menu li a {
	
	color: white;
	font-weight: bolder;
	text-decoration: none;
	outline: none;
}

#menu li#first-child {
	
	background-image: url('../images/menuGauche.png');
	width: 16px;
}

#menu li#last-child {
	
	background-image: url('../images/menuDroite.png');
	width: 16px;
}

#menu li#size {
	
	width: 308px;
	text-align: right;
}

#page {
	
	width: 820px;
	margin: 0 0 0 180px;
}

#small {
		
	font-size: 70%;
}

#medium {
	
	font-size: 92%;
}

#big {
	
	font-size: 114%;
}

.hospitalier {
	
	display: none;
}

fieldset {

	display: none;
}

#step0 {
	
	display: block;
}

fieldset p {
	
	line-height: 30px;
}
