form {
	border:1px solid silver;
	background-color:#f2f2f2;
	padding:5px;
}

form a img {
	padding:2px;
	border:1px solid #f2f2f2;
}

form a:hover img {
	border:1px solid #aaa;
	background-color:#ccc;
}

#form_nouveau {
	background:url(page-data/page_nouveau.png) bottom left no-repeat #f2f2f2;
}

#form_modification {
	background:url(page-data/page_modification.png) bottom left no-repeat #f2f2f2;
}

#form_poubelle {
	background:url(page-data/page_poubelle.png) bottom left no-repeat #f2f2f2;
}

#form_duplique {
	background:url(page-data/page_duplique.png) bottom left no-repeat #f2f2f2;
}

#form_brouillon {
	background:url(page-data/page_brouillon.png) bottom left no-repeat #f2f2f2;
}

#form_glossaire {
	background:url(page-data/page_glossaire.png) bottom left no-repeat #f2f2f2;
}

form fieldset {
	border:0;
}

legend {
	font-weight: bold;
	margin-bottom:1em;
	padding-left:0;
	margin-left:0;
}

form label {
	display:inline;
	width:120px;
	float:left;
	text-align:right;
	padding-right:1em;
}	

form input,textarea,select {
	width:350px;
	margin-bottom: 1em;
}

form select .system {
	font-style: italic;
	color:gray;
}

form select .actuel {
	font-weight:bold;
}

form select .etranger {
	color:blue;
}

form select .erreur {
	color:red;
}

.bouton {
	width:auto;
	margin-bottom: 0;
}

.readonly {
	background-color:#f2f2f2;
}

.type9 {

}

cite {
	font-size:0.8em;
	color:gray;
}

.cite_type4 {
	margin-bottom:1em;
}

.type4 {
	border:1px solid black;
	padding:0;
}

.type5 {
	float:right;
	text-align:right;
	margin-left:10px;
	margin-right:0;
}

.type5 img {
	border:1px solid black;
}

.type6 {
	float:left;
	text-align:left;
	margin-right:10px;
	margin-left:0;
}

.type6 img {
	border:1px solid black;
}


#prope {
	display:none;
	/*background-color:#ccc;*/
	padding-top:1em;
	/*padding-bottom:1em;*/
}

hr {
	height:1px;
	margin:-0.5em 0;
	padding:0;
	border:0;
	color:gray;
	background-color: gray;
}

.type11 {
	text-align:right;
}
.type11 a {
	padding:2px;	
	border:1px solid #fff;
}

.type11 a img {
	border:none;
}

.type11 a:hover {
	background-color:#eee;
}

