/*
formulaires.css
----------		Par Cyril BARTHEL

Créé le 06 mars 2008


Description : feuille de style contenant l'aspect des fomulaires
*/

.obligatoire{
	color: red;
	font-weight:bold;
	vertical-align: top;	
	font-size: 90%;

}

form {
	margin: 1em 2em;

	padding: 2px;
}
.Envoie{
	margin: 10px;
	display: block;
	margin: auto;
	color: #ffffff;
	background-color: transparent;
	background-image: url("../images/boutons/more_options_btn_bg.png");
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-style : none;
	vertical-align: top;
	
	width: 121px;
	height: 27px
}
.Envoie:focus
{
  background-color: transparent; 
}

.Supprime{
	margin: 10px;
	display: block;
	margin: auto;
	/*color: #ffffff;*/
	color: #308906;
	background-color: transparent;
	background-image: url("../images/boutons/submit_btn_bg.png");
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-style : none;
	vertical-align: top;
	
	width: 130px;
	height: 27px
}
.Supprime:focus
{
  background-color: transparent; 
}
.Nouveau{
	margin: 10px;
	/*display: block;
	margin: auto;*/
	color: #ffffff;
	background-color: transparent;
	background-image: url("../images/boutons/nouveau.png");
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-style : none;
	vertical-align: top;
	
	width: 85px;
	height: 27px
}
.Nouveau:focus
{
  background-color: transparent; 
}

label { 
	display: block;
} 

#courriel, #NomPrenom{
	width: 200px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
}
#Annee, #MontantSemaine, #MontantNuit1, #MontantNuit2, #NbPers1, #NbPers2 {
	width: 50px;
	border: 1px solid #8c8c8c;
	/*margin-bottom: 1em;*/
}
#TitreSite, #Mail {
	width: 180px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
}
#NewPseudo, #Pass1, #Pass2 {
	width: 160px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
}
#NomLiens, #photo, #URL{
	width: 200px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
}
textarea {
	height: auto;
	color: #308906;
}
input:focus, textarea:focus 
{
  background-color: #d9d9d9; 
  
}
INPUT {
color:#308906;
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;
}



