/**
 * Fichier pour les nouveaux moteurs qui se réactualisent en ajax
 */
#coteMoteur {
	background-image: url("../images/moteur/repeat_recherche.png");
	background-repeat: repeat;
	background-position: 0;
	width: auto;
	height: auto;
}
#coteMoteur img {
	float: left;
}

#cadre_moteur {
	background-color: #32B4C5;
	color: #FFF;
	width: 340px;
	float: left;
	overflow:hidden;
}

#cadre_moteur hr{
	background-color: #FFF;
	border: 0;
	margin: 5px 0 0 0;	
	*+margin:0;
}

#cadre_moteur label {
	white-space: nowrap;
}
#cadre_moteur table.fullSize {
	width: 100%;
}
table.choixMoteur {
	margin: 0 3px 0;
}

.moteur {
	background-color:#32B4C5;
	color:#FFFFFF;
	font-weight:bold;
	/*padding-left:3px;*/
	width: 340px;
	min-height: 204px;
}

.grandInput{
	width: 150px;
}
.petitInput {
	width: 80px;
}
.dayInput {
	width: 40px;
}
.monthInput {
	width: 107px;
}
.cellSubmit {
	text-align: right;
}
#date_debut_icone, #date_retour_icone {
	vertical-align: middle;
}

td {
	padding: 4px 0 0 3px;
}

.choixTypeFrm {
	text-align:center;
	background: transparent url(/templates/cwt/images/moteur/frm_bt_bg.png);
	background-repeat:X;
	background-position:bottom;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:1px;
	margin-right:1px;
	color: #797979;
	border:1px solid #cdcdcd;
	cursor:pointer;
}

.choixTypeFrm.sel {
	color: #dd1773;
}