/*         fichier CSS form pour VEI architectes
                      http://www.vei.fr
   Designed by "ED-informatique" de http://www.ed-informatique.fr
     thanks to Bluefish v1.0.7 -> http://bluefish.openoffice.nl
          © Copyright 2008 Vous Etes Ici architectes    */

/******************* règles de style ********************/

form {
	margin: 12px 0 0;
	text-align: left;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1em;
	color: #999;
	}

label {
	position: relative;
	display: block;
	float: left;
	background-color: #FFF;
	border: none;
	width: 120px;
	padding: 2px 5px;
	margin: 0 0 5px 0;
	text-align: right;
	color: #B40101;
	}

input {
	position: relative;
	display: block;
	float: left;
	width: 200px;
	}
input[type="reset"]:hover, input[type="submit"]:hover {
	top:0;
	left:0;
	}

textarea {
	overflow: auto;
	}

form div {
	clear: left;
	display: block;
	margin: 5px 0 0;
	}

span.ast {
	color: #B40101;
	font-weight: bold;
	vertical-align: middle;
	}

