/* CSS Document */

#contenuform {
    position: absolute;
    top:0px;
    left:0px; 
    width:100%;
    height:100%;
    background-color:#000000;
    filter:alpha(opacity=50);
    -moz-opacity:.50;
    opacity:.50; 
    zIndex= 10;
}

#secur {
	background-image: url(../images/secur_id.gif);
	background-repeat: no-repeat;
	height: 245px;
	width: 449px;
	position: absolute;
    margin-left: -225px;
    margin-top: -123px;
	left: 50%;
	top: 50%;
    zIndex= 11;
}

#secur h1 {
	font-family: Tahoma, Helvetica, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 32px;
}

#secur label {
    font-family: Tahoma, Helvetica, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 34px;
	background-image: url(../images/boule_blanche.gif);
	background-repeat: no-repeat;
	padding-right: 8px;
	background-position: 20px 9px;

}

#secur input {
	background-color: #B0C3D3;
	font-family: Tahoma, Helvetica, Verdana;
	font-size: 12px;
	color: #3A6A90;
	padding: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #203A47;
	border-right-color: #5C84A3;
	border-bottom-color: #5C84A3;
	border-left-color: #203A47;
	margin: 0px;
}

#lien {
	margin-top: 40px;
}


a.validez {
	font-family: Tahoma, Helvetica, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 370px;
	letter-spacing: 1px;
}

a.validez:hover {
	text-decoration: none;
}

a.Annulez {
	font-family: Tahoma, Helvetica, Verdana;
	color: #3a6a90;
	margin-left: 210px;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 14px;
}
a.Annulez:hover {
	color: #747061;
}

.blanc{
color:#FFFFFF;

}

/* CSS Document */
