﻿/* fieldset , legend */
fieldset, .boite_form {
	margin-bottom: 10px;
	border: #666 1px solid;
	background-color: #d5d5ff
}
 fieldset:hover {
	background-color: #ddd;
}
fieldset legend {
	padding: 0 10px;
	border-left: #666 1px solid;
	border-right: #666 1px solid;
	font-size: 1.2em;
	color: #666;
}

/* input */
 input,  select
{
	margin-left: 1%;
/*	width: 58%;	*/
	border: #ccc 1px solid;
}
 input:hover,  select:hover,  input:focus,  select:focus, textarea#armee:hover
{
	border: #999 1px solid;
	background-color: #def;
}

 input[type="submit"]
{
	border: #def 1px solid;
	width: 200px;
}
 input[type="submit"]:hover
{
	border: #999 1px solid;
	background-color: #6c3;
	cursor: pointer;
}

/* textarea */
textarea#armee 
{
	border: #ccc 1px solid;
	background-image: url(../images/ccarmee.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* choix pendant la saisie */
.choix_ajax {
	text-align: left;
	position: absolute;
	/*display:none;*/
	z-index: -1;
	width: 200px;
	height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
}