@charset "utf-8";
/* général */
body, table, div, form, h1, h2, h3 {
	margin:0;
	padding:0;
}
body, table, h1, h2, h3, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin: 0 0 0.5em 0;
	padding:0;
}
ul {
	padding-top:0;
	margin-top:0;
}
li {
	margin-top: 0.5em;
}

/* container principaux */
body  {
	font-size:12px;
	background:#666666;
	text-align: center; 
	color: #000000;
	padding:10px 0 15px 0;
}

#container { 
	width: 880px;
	background:#FFFFFF;
	margin: 0 auto;
	border: 1px solid #7fcc7f; 
	text-align: left;
}
#sidebar {
	float: right;
	width: 160px;
	padding: 10px;
}
#content { 
	margin: 0 auto 0 50px;
	width:620px;
} 
/* titres */
h1, h2, h3 {
	color:#7fcc7f;
	font-weight:normal;
}
h1 {
	font-size:24px;
	margin: 0.5em 0 0.5em -25px;
	padding-left:25px;
	background: #ffffff url(/images/imgh1.gif) left center no-repeat;
}
h2 {
	font-size:18px;
	margin: 1em 0 0.5em -23px;
	padding-left:23px;
	background: #ffffff url(/images/imgh2.gif) left center no-repeat;
}
h1 strong, h2 strong {
	color:#ff9e3f;
	font-weight:normal;
}
/* base de page */
#topbar {
	background-color:#7fcc7f;
	color:#eeeeee;
	padding:10px;
	text-align:right;
}
#topbar img {
	float:left;
	border:0;
	margin-top:-3px;
}
#topbar a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#topbar a:hover {
	text-decoration:underline;
}
/* style des liens */
#content a {
	color:#3a7b3a;
}
#content a:hover {
	color:#f08217;
	text-decoration:none;
}
/* style des liens */
#footer a {
	color:#000000;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/* balises indépendantes */
nobr {
	white-space:nowrap;
}
/* Définition de la structure de formulaire */
.table_saisie {
	border:1px solid #ffcc99;
	border-collapse:collapse;
	width:100%;
}
.table_saisie td {
	background-color:#fcd7b2;
	border-top:1px solid #ffcc99;
	margin:0;
	padding:2px 5px;
	text-align:left;
}
.table_saisie .zone_erreur td {
	background-color:#FF0033;
}
.table_saisie .message_erreur td {
	background-color:#FF0033;
	border-top:none;
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
}
.table_saisie .zone_bouton td {
	text-align:center;
	background-color:#ffcc99;
}
.table_saisie .zone_titre td {
	background-color:#ffcc99;
	color:#6f3700;
}
.table_saisie h2 {
	margin:0;
	padding:3px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Définition des champs de formulaire */
input.input_euro, input.input_taux, input.input_nombre, input.input_texte, select.select, textarea.input_area {
	font-size: 11px;
	background: #f7e9db;
	border:1px solid #b3a562;
	padding:1px;
}
input.input_texte {
	text-align:left;
}
input.input_checkbox, input.input_radio {
	padding-bottom:0;
	margin-bottom:0;
}
input.input_euro {
	background: #f7e9db url(/images/input_euro.gif) right center no-repeat;
	padding:1px 12px 1px 1px;
	text-align:right;
}
input.input_taux {
	background: #f7e9db url(/images/input_taux.gif) right center no-repeat;
	padding:1px 12px 1px 1px;
	text-align:right;
}
input.input_nombre {
	text-align:right;
}
/* tableau résultat */
.div_resutexte {
	padding:10px;
	background-color:#fcd7b2;
	border:1px solid #ffcc99;
}
.div_tam {
	overflow:auto;
	height:200px;
	background-color:#fcd7b2;
}
table.table_tam {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	background-color:#fcd7b2;
}
.div_tam table.table_tam { /* correction taille si contenu dans un div avec overflow */
	width:600px;
}
.table_tam td {
	padding:1px 4px;
	border-top:1px solid #ffcc99;
	text-align:right;
	white-space:nowrap;
}
.table_tam .trgras td {
	font-weight:bold;
	white-space:normal;
	background-color: #ffcc99;
}
.tdc {
	text-align:center;
}
.tdgras {
	font-weight:bold;
}

/* blocs */
#bloc_explain {
	margin-top:2em;
	text-align:justify;
}
/* working */
#working {
/*	padding:5px; */
}
.working {
	background: transparent url(/images/loading.gif) right center no-repeat;
}
