/* CSS Document */

#tableGeneral {
	width: 100%;
	text-align:center;
	margin:auto;
}

#tableBug {
	width:550px;
	margin:auto;
}

#tableBug_haut {
	height:15px;
	background:url(../images/haut_bug.png) no-repeat bottom;
}

#tableBug_centre {
	padding-top: 10px;
	text-align:center;
	color:#002D00;
}

#courriel {
	width:350px;
}

#nom, #prenom {
	width:180px;
}

#lieu, #civilite {
	width:187px;
}

#probleme {
	width:350px;
	height:150px;
}

#tableBug_etiquette {
	text-align:right;
	width:170px;
}

#tableBug_valeurs {
	text-align:left;
}

#tableNewsletter_champs {
	width:100%;
	text-align:center;
}

#tableNewsletter_titre {
	text-align:left;
}

#attente {
	display:none;
}

