/*
formulaire.css
----------		Par Cyril BARTHEL

Créé le 02 mars 2007


Description : feuille de style contenant les aspects des formulaires
*/

.obligatoire{
	color: red;
	font-weight:bold;
	vertical-align: top;	
	font-size: 100%;

}

form {
	margin: 1em 4em;
	border: 1px solid gray;
	background: white;
	padding: 2px;
}
.Envoie{
color: #ffffff;
background-color: transparent;
background-image: url("../../../image/kit_graph/5/fond_form.gif");
background-repeat: no-repeat;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
border-style : none;
vertical-align: top;

width: 116px;
height: 26px
}
.Envoie:focus
{
  background-color: transparent; 
}

label { display: block; } 
#pseudo,#mot_passe {
  width: 100px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
#mail, #prenom, #nom, #club, #NLicence, #discipline, #dossard, #AnNaissance, #NumDossier, #NomChien, #AgeChien, #RaceChien, #IdChien {
  width: 200px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
#heure,#minute, #seconde {
  width: 20px;
  border: 1px solid #8c8c8c;
  padding-bottom: 1px;
  padding-top: 1px;
}
#DossardArrivee {
  width: 50px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
#saisie_ligne{
	width: 400px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
}
textarea { height: auto; }
input:focus, textarea:focus 
{
  background-color: #d9d9d9; 
}
INPUT {
color:#4060ae;
background-color: #dddddd;
font-size:10px;
font-family: Arial, Helvetica, sans-serif;
border-color:#4060ae;
border-style : none;
border-width : 1px;
}
INPUT.radio {
color:#FF6600;
background-color: transparent;
font-size:10px;
font-family: Arial, Helvetica, sans-serif;
border-style : none;
border-color:#ffffff;
border-width : 0;

}
INPUT.checkbox {
background-color: transparent;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
border-color: #ffffff;
border-style: solid;
border-width: 0;

}
SELECT {
color: #4060ae;
background-color: #dddddd;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
border-color: #ffffff;
border-style : solid;
border-width : 0;
}

fieldset {
	border: 0;
	padding: 1px;
	background: #EFEEEE;
}

