@charset "UTF-8";
.bouton {
	background-image: url(images/bouton111.png);
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	width: 111px;
	text-align: center;
	padding-top: 3px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bouton:hover  {
	background-position: right top;
	color: #008A29;
}
.boutonpt {
	background-image: url(images/boutonfin.png);
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	width: 105px;
	text-align: center;
	padding-top: 3px;
	color: #FFFFFF;
	text-decoration: none;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font: bold 11px Arial, Helvetica, sans-serif;
}
.boutonpt:hover  {
	background-position: right top;
	color: #008A29;
}
.boutonload {
	background-image: none;
	display: block;
	height: 26px;
	width: 111px;
	text-align: center;
	padding-top: 3px;
	color: #006699;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.box_identification {
	width: 300px;
	background-color: #C8DAE4;
	padding: 15px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.box_identification  #erreur {
	color: #990000;
	font-size: 10px;
}
fieldset {
	margin-bottom: 10px;
	border: 1px solid #AA1D20;
	color: #990000;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
legend {
	color:#AA1D20;
	font-size: 18px;
	font-variant: small-caps;
}
legend a {
	color: #AA1D20;
	font-weight: bold;
	text-decoration: none;
}
lengend a {
	color: #AA1D20;
}
label {
	margin-top:10px;
	font-size: 14px;
	color: #333333;
	display: block;
}
label.inline {
	display:inline
}
label.error {
	display: inline;
	color: #990000;
	padding-left: 5px;
}
input.error {
	border: 1px solid #990000;
	background-color: #DECCCC;
}
input[type=text], input[type=password] {
	border:1px solid #000000;
	background-color:#FFFFFF;
	font-size: 12px;
	color: #333333;
	padding: 3px;
}
input[type=radio] {
	background-color:transparent;
	border:none;
}
input[type=checkbox] {
	background-color: #C8DAE4;
}
input[type=select] {
	background-color: #65AED1;
}
select, option {
	background-color:#A6BEDE;
}
textarea {
	border:1px solid black;
	background-color:#FFFFFF;
	color: #333333;
}
.aide {
	font-size: 10px;
	color: #669999;
}
.labelConditions {
	display: inline;
}form {
	font-family: Arial, Helvetica, sans-serif;
}
form li {
	list-style-type: none;
}
li label {
	display: inline-block;
}
form ul {
	margin: 0px;
	padding: 0px;
}
.erreur, span.erreur {
	font-size: 10px;
	color: #990000;
	height: 20px;
	display: inline-block;
}
.erreurbig {
	color: #990000;
	font: bold 14px/30px Arial, Helvetica, sans-serif;
}
#box_ident_fermer {
	position: absolute;
	top: 0px;
	left: 330px;
	display: block;
	background-color: #65AED1;
	border: 1px solid #009900;
	font: 11px Arial, Helvetica, sans-serif;
	height: 15px;
	width: 15px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}
#box_ident_fermer:hover {
	background-color: #FFFFFF;
	color: #009900;
}
