@charset "UTF-8";
/* CSS Document */

a:link {
	color: #333333;
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #333333;
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #b1b1b1;
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:underline;
}
a.langue:link {
	color: #999999;
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	text-decoration:none;
}
a.langue:visited, div.langue {
	color: #999999;
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	text-decoration:none;
}
a.langue:hover {
	color: #333333;
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	text-decoration: underline;
}
input.text_numero_de_serie {
	color: #333333;
	height:22px;
	font-size: 20px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-transform:uppercase;
}
input.text_identification {
	color: #333333;
	height:26px;
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
input.button_decoder {
	width:100px;
}
.infobulle {
	position: absolute;
	visibility : hidden;
	border: 0px;
	padding-left:10px;
}
.LV_validation_message {
	font-weight:bold;
	margin:0 0 0 5px;
}
.LV_valid {
	color:#00CC00;
}
.LV_invalid {
	color:#CC0000;
}
.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
	border: 1px solid #00CC00;
}
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
	border: 1px solid #CC0000;
}
/* DEBUT jQuery BOX ALERTS CONFIRM*/

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(/imgs/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}
#popup_content {
	background: 16px 16px no-repeat url(/imgs/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}
#popup_content.alert {
	background-image: url(/imgs/info.gif);
}
#popup_content.confirm {
	background-image: url(/imgs/important.gif);
}
#popup_content.prompt {
	background-image: url(/imgs/help.gif);
}
#popup_message {
	padding-left: 48px;
}
#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}
#popup_prompt {
	margin: .5em 0em;
}
/* FIN jQuery BOX ALERTS CONFIRM*/

