/* CSS Document */

#form1 {
				width:640px;
				height:230px;
				border:none;
				
				
				}
			
#form1 table {
				width:600px;
				background:#CCCCCC;
				border:none;
				}
tr {
				height:22px;
				}
.colonne1 {		width:100px;
				}
.colonne2 {		width:500px;
				}


label {			font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:12px;
				}
				
input {
				width: 200px;
				}
				
.boutonradio {	width:10px;
				}

input.bouton {
				border:2px outset red;
				cursor:pointer;
				width:60px;
					}
input.bouton:hover {
				border:2px outset white;
				background-color:white;
				
					}
input.bouton:active {
				border:2px inset red;
				background-color:red;
				color:white;
				} 
