table.formulaire {
	background-color:#dcd8d5;
	width:550px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	margin:25px auto;
}
table.formulaire2 {
	background-color:#dcd8d5;
	width:550px;
	height:150px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	margin:25px auto;
}
td.libelle {
	text-align:right;
	padding:10px 0 0 10px;
	font-weight:bold;
	vertical-align:top;
}
td.saisie {
	text-align:left;
	padding:10px 10px 0 0;
}
textarea {
	background-image:url(../images/fond_logo.jpg);
	padding:10px;
}
input.texte {
	background-image:url(../images/ombre.jpg);
	padding:2px 8px;
	border:1px solid #898e79;
	font-family:verdana, arial, sans-serif;
	color:#000;
	margin:2px 0;
}
input.recherche {
	background-image:url(../moteur/images/fond_recherche.gif);
	padding:2px 8px 2px 20px;
	border:1px solid #898e79;;
	font-family:verdana, arial, sans-serif;
	color:#000;
}
input.bouton {
	background-image:url(../images/relief.jpg);
	width:80px;
	padding:1px 5px;
	border:1px solid #898e79;
	font-size:0.9em;
	font-weight:bold;
	color:#000;
	margin:2px;
	cursor:pointer;
}

input.radio { margin:0 4px; }
select, select option {
	font-size:0.9em;
	font-weight:bold;
	padding:1px 0;
	background-color:#dcd8d5;
}
#onglet {
    height:19px;
    border-bottom:1px solid #036;
    }
a.touche, a.touche:visited {
    border:1px solid #036;
    color:#036;
    width:28px;
    height:18px;
    margin-right:5px;
    font-size:1.2em;
    font-weight:bold;
    text-align:center;
    float:left;
    display:block;
    }
a.touche:hover { background:#f63; }