#formContact .infos {
	border:1px dotted #669900;
	color:#669900;
	padding:10px 20px;
	margin-bottom:10px;
}
#formContact ul {
	list-style: none;
	padding:0;
	margin:0;
}
#formContact .errContact {
	color:#090;
	margin: 10px 30px;
	font-style:italic;
}
#formContact .margL60 {
	margin-left: 60px;
}
#formContact ul li.labelf {
	height:29px;
	padding:8px;
	font-weight:bold;
}
#formContact ul li {
	position: relative;
	height: 35px;
	padding:5px;
}
#formContact ul li input {
	width: 210px;
}

#formContact ul.none {
	display: none;
}

/* Bulle */
.bulleContact {
	position: absolute; 
	width:260px; 
	height:200px; 
	margin-top:10px; 
	margin-left:225px;
	color: #333;
}
.bulleContact .topBulle {
	width: 235px; 
	height:38px; 
	background:url(../images/top_bulle_contact.png) right;
}
.bulleContact .contentBulle {
	width:200px; 
	text-align:center; 
	padding:0 18px; 
	background:url(../images/middle_bulle_contact.png) repeat-y;
}
.bulleContact .bottomBulle {
	width: 235px; 
	height:18px; 
	background:url(../images/bottom_bulle_contact.png);
}
#bulleCt { display:none; margin-left:250px; }
#bulleMail { display:none; }
#bulleObjet { display:none; }
