/* FEUILLE DE STYLE : FORMULAIRE.CSS */

.input
{
	height : 20px;
	position : relative;
	top : 3px;
	color :  #0058A3;
	background-color : FFFFFF;
	background-image : url('../../img/form_fond.gif');
	background-position : right;
	background-repeat : repeat-y;
}

.checkbox
{
	height : 20px;
	position : relative;
	top : 3px;
	color :  #0058A3;
	background-color : FFFFFF;
	background-image : url('');
}

/* les checkbox à l'interieur des objets tab (tableau) */
.checkbox_tab
{
	height : 18px;
	position : relative;
	top : -1px;
}

.radio
{
	height : 20px;
	position : relative;
	top : 3px;
	color :  #0058A3;
	background-color : FFFFFF;
	background-image : url('');
}


.select
{
	height : 20px;
	position : relative;
	top : 3px;
	color :  #0058A3;
	background-color : FFFFFF;
	background-image : url('../../img/form_fond.gif');
	background-position : right;
	background-repeat : repeat-y;
}

.textarea
{
	color :  #0058A3;
	background-color : FFFFFF;
	background-image : url('../../img/form_fond.gif');
	background-position : right;
	background-repeat : repeat-y;
}


