body {
  font-family: Arial;
  color: #003366;
}

h1 {
  font-size: 18px;
	font-weight: normal;
	text-align: center;
}

h2 {
  font-size: 16px;
	font-weight: normal;
	text-align: center;
}

fieldset {
	border: solid 1px #003366;
	border-radius: 10px;
	box-shadow: 2px 2px 0px #003366;
}

legend {
  font-size: 16px;
	color: #003366;
}

p, li {
  font-size: 14px;
}

form {
  width: 1000px;
	margin: auto;
}

label {
  display: inline-block;
  width: 300px;
	vertical-align: bottom;
	text-align: right;
	padding-right: 5px;
}

input {
  width: 650px;
	border: solid 1px #006699;
	border-radius: 4px;
	padding: 4px;
	font-size: 14px;
	color: #003366;
}

input[type="button"]:disabled {
	border: solid 1px #AAAAAA;
  color: #AAAAAA;
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover ,
input[type="reset"]:hover {
  outline: none; 
  border: 1px solid #7bc1f7; 
  box-shadow: 0px 0px 8px #7bc1f7; 	
}

textarea {
  width: 650px;
	height: 40px;
	border: solid 1px #006699;
	border-radius: 4px;
	padding: 4px;
	font-family: Arial;
	font-size: 14px;
	color: #003366;
	resize: none;
}

select {
	border: solid 1px #006699;
	border-radius: 4px;
	padding: 4px;
	font-family: Arial;
	font-size: 14px;
	color: #003366;
}

#div_previsu {
	width: 640px;
	margin: auto;
}

.login {
  width: 300px;
}
.lab_on {
  width: 50px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: right;
}

.inp_on {
  width: 30px;
	text-align: left;
}

.num {
  width: 50px;
	text-align: right;
}

.date {
  width: 100px;
	text-align: right;
}

.btn {
  width: auto;
	margin: 10px;
}

.command{
  /* display: inline-block; */
  width: 900px;
	margin: auto;
	text-align: center;
}

.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	border: solid #003366 1px;
	border-radius: 10px;
	box-shadow: 1px 1px 1px #003366;
	width: 1000px;
	margin: auto;
	text-align: center;
}
.menu a, .menu li {
  display: inline-block;
  padding: 4px 10px;
	font-size: 16px;
	color: #003366;
  text-decoration: none;
}

.menu a:hover, .menu a:focus, .menu a:active {
  text-decoration: underline;
}

.etiq {
  display: inline-block;
  width: 300px;
	vertical-align: top;
	padding-right: 5px;
	text-align: right;
}

.val {
	display: inline-block;
	width: 650px;
}

.errPrevisu {
	text-align: center;
	border: solid 1px #006699;
	border-radius: 10px;
	box-shadow: 0px 0px 4px #006699;
  /*  box-shadow: 0 1px 1px rgba(0, 0, 255, 0.075) inset;
    transition-delay: 0s, 0s;
    transition-duration: 0.2s, 0.2s;
    transition-property: border, box-shadow;
    transition-timing-function: linear, linear;	*/
}

.spanRad {
  display: inline-block;
  width: 50px;
	/*vertical-align: top;
	text-align: right;*/
}

.titre {
  display: inline-block;
  /* width: 400px; */
  width: 100%;
	/*vertical-align: top;
	text-align: right;*/
}

.url {
  display: inline-block;
  width: 400px;
	/*vertical-align: top;
	text-align: right;*/
}

.textbox { 
  border: 1px solid #c4c4c4; 
  /*height: 25px; 
  width: 275px; */
  font-size: 14px; 
  padding: 4px 4px 4px 4px; 
  border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  box-shadow: 0px 0px 8px #d9d9d9; 
  -moz-box-shadow: 0px 0px 8px #d9d9d9; 
  -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
 
.textbox:focus { 
  outline: none; 
  border: 1px solid #7bc1f7; 
  box-shadow: 0px 0px 8px #7bc1f7; 
  -moz-box-shadow: 0px 0px 8px #7bc1f7; 
  -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
} 
