div.row {
 	clear: both;
	padding-top: 5px;
	text-align: center;
}
div.row .gauche {
	text-align: left;
}
div.row label.gauche {
	font-weight:bold;
 	float: left;
 	width: 39%;
	text-align: right;
}
div.row label.large {
	font-weight:bold;
 	float: left;
 	width: 79%;
	text-align: right;
}
div.row label {
	width: auto;
	float:none;
	text-align: left;
}
div.row label.invisible {
	display:none;
}
div.row span.formw {
	 float: right;
 	width: 60%;
 	text-align: left;
}
div.row span.little {
	 float: right;
 	width: 20%;
 	text-align: left;
}
fieldset {
	text-align: left;
	background-color: #FFF;
	border-style: dotted;
	border-color: #000;
	border-width: 1px 0 0 0;
	padding: 0.5em;
	margin: 0.5em 0.5em 1.5em;
	position:relative;
}
legend {
	background-color: #FFF;
	color:#D15A94;
	padding: 0 6px;
	font-size: 1.1em;
}
input:focus,textarea:focus,select:focus {
	background: #ECEFEA;
	border: 1px solid #999;
	color: #000;
}
input.error,textarea.error,select.error,input.errorverif,textarea.errorverif,select.errorverif {
	background-color: #f77;
	color: #fff;
}
input.error:focus,textarea.error:focus,select.error:focus {
	background-color: #f11;
}
input,textarea,select {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 1em;
}
input[type='radio'], input[type='checkbox'] {
	border: none;
}
input.link, input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	color: #333;
	border-style: outset;
}
input.button {
	font-size: .8em;
}
input.Inactif {
/*input[disabled] {*/
	background-color: #C6D3D4;
}
.radio {
	white-space: nowrap;
}
.checkbox {
	text-align:left;
}
.radio input, .checkbox input {
	text-align: left;
	border:none;
}
.visible { display: block }
.invisible { display: none }
.erreurs {
	color: #f00;
	border: 1px dotted;
	margin: 1em;
	padding: 0.5em;
}
.erreurs p {
	margin:0;
}
#recapitulatif, #suivi {
	text-align: center;
}
#recapitulatif dl, #suivi dl {
	text-align:left;
}
#recapitulatif ul, #suivi ul {
	text-align:left;
}
#recapitulatif dt, #suivi dt {
	width: 40%;
	padding: 0;
	float: left;
	margin: 0;
	font-weight: bold;
	text-align: right;
}
#recapitulatif dd, #suivi dd {
	margin-left: 42%;
	padding: .1em;

}
#recapitulatif .message {
	text-align: left;
}
#suivi .droite {
	float:right;
	width:47%;
	position:relative;
	text-align: left;
	font-size:0.9em;
}
#suivi .droite ol li {
	margin-top: 0.5em;
}
#suivi .gauche {
	width: 52%;
	text-align: left;
}
#suivi .selected {
	font-weight: bold;
}
#nouvellegauche {
	float:left;
	width: 49%;
	position:relative;
}
#nouvelledroite {
	float:right;
	width: 49%;
	height: 20em;
	position:relative;
}
#nouvellegauche fieldset, #nouvelledroite fieldset {
	height:12em;
	position: relative;
	top: 5em;
}
#nouvellegauche p, #nouvelledroite p {
	margin-top: 0;
	position:absolute
}
#nouvellegauche input {
	max-width: 90%;
}
/* Acheminements */

body.sfachem {
	margin:0 -16px -16px 0;
	overflow:auto;
	padding:0;
	width:100%;
}

table.sfachem {
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
}

th.sfachem {
	border-bottom:1px solid black;
	font-size: 11px;	
}

td.sfachem {
	border-bottom:1px solid black;
	padding:2px 5px 2px 5px;
	text-align:center;
	border-collapse: collapse;
}

td.sfachem#ca0 {
	border-right:1px solid;
}

td.sfachem#ca1 {
	border-right:1px solid;
}

a.sfachem:hover {
	background-color: #000088;
	color: white;
}

table.sfachem tr.selected td {
	background-color: #336699;
	color: white;
	border-color: white;
}
a.sfachem#achemselect {
	background-color: #FF0000;
	color: white;
}

a.sfachem#achemselect:hover {
	background-color: transparent;
	color: #FF0000;
	font-weight:bold;
}
div.row .iframe {
	width: 90%;
	margin: auto;
}

iframe.sfachem {
	width:100%;
	height:150px;
	border-style:dotted;
	border-width:1px;
	border-color:black;
}
.CNIL .adresse {
	font-size: 0.8em;
	margin-left: 2em;
}
