@charset "utf-8";
/* CSS Document */

/* administration */
body.admin {
	margin: 0; /* pour éviter les marges */ 
	text-align: center; /* pour corriger le bug de centrage IE */ 
}

div.haut {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	background-color: #6CF;
	}

div.milieu{
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	background-color: #6CF;
}

.titre {
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	color: #00F;
}
/* Site P.C.I. */
div.entete {
	text-align:center;
	padding-bottom:20px;
}
	
div.pied {
	padding-top:10px;
	text-align:center;
}

div fieldset {
	margin-bottom: 1em;
	text-align: center;
	font-size: 12px;
	border: 1px solid #ddd;
	background: #f9f9f9;
	margin-bottom: 10px;
	width:auto;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;

}
div.erreur {
	text-align:center;
	font-size:14px;
	color: #F00;
	font-weight: bolder;
}

div.logout {
	text-align: center;
	background-color: #CCC;
}
	
/* Formulaire saisie */
div.saisie {
	width:auto;
}

form.saisie-form {
	padding: 20px 20px 10px 20px;
	border: 1px solid #ddd;
	background: #f9f9f9;
	margin-bottom: 10px;
	font-size: 12px;
}

form.saisie-form2 {
	padding: 20px 20px 10px 20px;*/
	border: 1px solid #ddd;
	background: #f9f9f9;
	margin-bottom: 10px;
	font-size: 12px;
}

.saisie-form2 .row {
	clear : both;
	margin: 0.15em 0.5em;
	color: #3d4d5b;
	width: 460px;
}
.saisie-form2 fieldset {
	margin-bottom: 1em;
	text-align: center;
}
.saisie-form fieldset {
	margin-bottom: 1em;
	text-align: center;
}
.saisie-form .row {
	clear : both;
	margin: 0.15em 0.5em;
	color: #3d4d5b;
	width: 460px;
}
.saisie-form hr {
	clear : both;
	border: none;
	border-bottom: 1px dashed #eee;
}
.saisie-form label {
	float: left;
	text-align : right;
	margin-bottom: 0.5em;
	line-height: 1.5em;
	width: 200px;
	display: inline;
}
.saisie-form input, .saisie-form select, .saisie-form textarea,  {
	background: #ddd;
	border: 1px solid #575757;
	width : 250px;
	font-size: 1em;
	color: #575757;
	padding: auto 0.5em;
}
.saisie-form input.submit {
	background: #575757;
	color: white;
	font-weight: bold;
	border: 1px solid #ddd;
	width: auto;
	cursor: pointer;
	padding-top: 0.15em;
	padding-bottom: 0.15em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	text-align: center;
}
.saisie-form input.valsubmit {
	color: white;
	font-weight: bold;
	border: 1px solid #ddd;
	width: auto;
	cursor: pointer;
	padding-top: 0.15em;
	padding-bottom: 0.15em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	text-align: center;
}

.saisie-form input.valid {
	background: #575757;
	border: 1px solid #ddd;
	cursor: pointer;
	width:auto;
}
.saisie-form .help {
	margin-left: 10px;
	font-style: italic;
	letter-spacing: 1px;
}
.saisie #form1 fieldset h4 {
	text-align: center;
	font-size: 14px;
}

.aa {
	font-weight: bold;
	color: #F00;
}
