html, body {
    margin: 0;
    padding: 0;
    font-size: 75%;
}
/************* Bandeau ******************* */
#geoBandeau {
	height:50px;
	padding: 0px;
	margin: 0px; 
	border:0px solid #EFF4EE;
	background-repeat:no-repeat;
	background-position:left;
	min-width:800px;
	background-image:url('../images/logoCQWeb.jpg');
	}
	
.geoContenuGrille {
	margin-top:0px;
	margin-left:20px;
}
.a_submit {
	margin-right:15px;
}


#geoGridLignesControle {
	width:1280;
}

/* couleurs particulieres pour les boutons importer/exporter */
#geoImporter {
	background:lightgreen;
}
#geoExporter {
	background:red;
	color:white;
}

/***** deviation par rapport à webapplis.css : composant non flottant */
#geoToolBar {
	float:none;
	}

.desBoutons .ui-button{
	padding-left:5px;
	padding-right:5px;
	
	}
	
.ui-dialog-title,.ui-jqgrid-title{
	font-size:11px;
}

.rightDialogButton {
	float:right !important;
	}	
	
.leftDialogButton {
	float:left !important;
}
	
/* couleur pour une ligne controlee */
.geoGridControl {
background:#DDDDDD;	
}