@CHARSET "UTF-8";

body {
	/*background-color: #000;*/
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
}
#fd_catalogue{
	width: 962px;
	height: 570px;
	background: url( ../images/fd.jpg);
	margin: auto;
}
#zone_choix{
	width: 845px;
	height: 504px;
	margin: auto;
}

.choix_categorie {
	float: left;
	text-align: center;
	margin: 2px;
	border: solid 2px;
	border-color : #000;
}
.caract_main {
}

/*
 * 25-fev.-11, ECZ, Le critère #2 ('Choc foudre'), qui se trouvait au dessous
 * du critère #1 ('Tension nominale') passe maintenant à droite de celui-ci
 * 05-mai-11, ECZ, le 'OU' devient un 'ET'
 */
#caract_1, #caract_2, #caract_4, .and_label {
	float: left;
	font-size:14px;
	font-weight:bold;
}
.and_label {
	margin-top: 2px;
	font-weight: bold;
	color:#2276C2;
	text-transform:uppercase;
}
#caract_2, #caract_4, .and_label {
	margin-left: 10px;
}
.filter_label {
	float: left;
	margin-top: 2px;
}
.filter_select {
	float: left;
	margin-left: 4px;
}
#besoin_spec {
	float: right;
}
#bouton_retour {
	clear: right;
	float: left;
	margin-left: 50px;
}
#bouton_valider {
	float: left;
	margin-left: 230px;
}
#bouton_contact {
	float: right;
	margin-right: 50px;
}
#bouton_contact IMG {
	border: 0px
}
.bouton {
	cursor: pointer;
}

