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

.style-input-texte {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	border:0px;
	/*background: transparent;*/
	font-weight: bold;
}

.style-contact-texte1 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.style-contact-texte2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#centre_mdp {
	width: 655px;
	height: 646px;
	background: url("../images/centre_mdp.png") top left no-repeat;
	position: absolute;
	left: 213px;
	top: 171px;
	z-index:1;
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 80px;
	text-align: center;
}

#centre_mdp_contenu {
	width: 620px;
	height: 450px;
	position: absolute;
	left: 230px;
	top: 220px;
	overflow: auto;
	z-index: 5;
}

/*FOR IE*/
*html #centre_mdp {
	width: 655px;
	height: 646px;
	background-image:none;
	position: absolute;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ressources/images/centre_mdp.png', width='213px', margin-top='0px', sizingMethod='scale');
}