p.statusbar {
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	margin: 0;
}

p.statusbar span {
	display: block;
	float:left;
	width: 33%;
	text-align: center;
	text-decoration: none;
	color: #bfbfbf;
	padding: 2px 0;
	border-width: 1px 1px 1px 0;
	border-color: #bfbfbf;
	border-style: solid;
}

p.statusbar span.actif {
	background-color: #f90;
	color: #fff;
	font-weight: bold;
}

p.statusbar span#first {
	border-left: 1px #bfbfbf solid;
}

p.statusbar2 {
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	margin: 0;
}

p.statusbar2 span {
	display: block;
	width:19%;
	float:left;
	text-align: center;
	text-decoration: none;
	color: #666;
	padding: 2px 0;
	border-width: 1px 1px 1px 0;
	border-color: #bfbfbf;
	border-style: solid;
}

p.statusbar2 span.actif {
	background-color: #009960;;
	color: #fff;
	font-weight: bold;
}

p.statusbar2 span.actif-spanlettre {
	background-color: #009960;;
	color: #fff;
	font-weight: bold;
}

p.statusbar2 span.first {
	border-left: 1px #bfbfbf solid;
	width:32%;
	font-weight:bold;
}

label {
	width:230px;
	display:block;
	float:left;
}

label.long { width:350px; }

input {
	text-align:center;
	width:250px;
	font-size:14px;
	height:22px;
	padding:2px 6px 0 6px;
	margin:6px 0 0 0;
	border:1px solid #666;
}

.radio, .checkbox {
	width:auto;
	height:auto;
	margin:0 2px;
	padding:0;
	vertical-align:middle;
	border:none;
}


.submit {
	color:black;
	border:1px solid black;
	background-color:#EEE;
	padding:4px 8px;
	height:auto;
	width:auto;
	text-decoration:none;
	font-size:16px;
	margin:0;
}

fieldset {
	border:1px solid black;
	padding:5px 5px 10px 20px;
	margin:10px 0 0 0;
	font-size:16px;
	line-height:2em;
}

legend {
	margin-left:-10px;
	padding:0 5px;
	font-size:15px;
	color:orange;
	font-weight:bold;
}

.info {
	display:none;
	float:right;
	width:16px;
	height:16px;
	margin:9px 0 0 0;
}

.info2 {
	margin:9px 0 0 5px;
	display:block;
	float:left;
	background-image:url(http://www.call-assurances.fr/images/exclamation2.png);
	width:16px;
	height:16px;
}

fieldset ul li {
	list-style-type:disc;
	color:#4F5A5B;
	margin-left:20px;
	padding:0;
}

br { clear:both }