/* CSS Document */

.formulaire_spip label {
   font-weight: bold;
}

input[type=text], input[type=password], textarea, select {
   width: 100%;
   padding: 1px;
   border: 1px solid #710071;
   font-size: 10px;
   background-color: #FFE6FF;
}
input[type=radio], input[type=checkbox] {
width: auto;
}

#gauche input[type=text],#gauche input[type=password], #gauche select {
width: 120px;
}
#recherche input[type=text] {
width: 80px;
}

input[type=submit] {
   background-color:#990066;
   border: 2px outset #990066;
   color: white;
}

/* Début du formulaire wanews */
	form fieldset       { text-align:left; padding: 5px; font-size:10px;}
    form legend         { padding: 1px 4px; font:16px normal verdana, arial, sans-serif; color:#710071 }
    form div            { padding: 6px 8px; }
    form div.bloc label { display: block; float: left; width: 30px; }
    form div.center     { text-align: center; }
    
    label[for] { cursor: pointer; }

/* Fin du formulaire wanews */
