/* ************************** CLEARFIX  ************************** */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
/**************************** PAGE *******************************/
body {
	margin: 5px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
.global {
	margin: 10px 0px 10px 0px;
}
.onglet_titre {
	max-width: 430px;
	background: #e4f4d3 url(../images/onglet_hg.gif) no-repeat;
}
.txt_titre {
	padding: 3px 9px 0px 9px;
	background: url(../images/onglet_hd.gif) no-repeat top right;
	font-style: italic;
	font-weight: bold;
	color: #598079;
}
.onglet {
	padding: 30px 9px 20px 9px;
	width: inherit;
	background: #e4f4d3 url(../images/onglet_hd.gif) no-repeat top right;
}
.onglet_bas {
	width: inherit;
	background: #e4f4d3 url(../images/onglet_bas_d.gif) no-repeat bottom right;
}
.onglet_haut {
	width: inherit;
	background: #e4f4d3 url(../images/onglet_hd.gif) no-repeat top right;
}
.txt_onglet {
	padding: 10px 9px 10px 9px;
	width: inherit;
	background: #e4f4d3;
	color: #598079;
}
.resultat {
	font-size: 12px;
	color: #475a57;
}
.resultat .faisabilite {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
.resultat .faisabilite a {
	color: #475a57;
}
/******************************FORMULAIRES*****************************/
form .section {
	clear: both;
	padding-bottom: 5px;
}
form label {
	float: left;
	width: 150px;
	text-align: right;
	padding: 2px 5px 0px 0px;
	color: #475a57;
}
form input {
	float: left;
	font-size: 11px;
}
form input.bout {
	font-weight: bold;
}
form select {
	float: left;
	font-size: 11px;
}
