/* Accueil */
h1, h2, h5, h4 {
	text-indent: 15px;
}

h4{
	font-weight: normal;
}
#ConnexionDiv{
	width: 300px;
	margin: 5px;
    padding: 5px 5px;
	margin-top : 0;
}
#contactDiv{
	width: 302px;
	margin: 5px;
    padding: 5px 5px;
	margin-top : 0;
	border:0;
}
#RightFloat{
	float: right;
	padding-top: 20px;
	background:#efefef;
}
#imgTools {
    display: block;
    margin: auto;
}
#accueilDiv{
	width:630px;
	padding:5px;
	background:#efefef;
	text-align: justify;
}

/* Recherche */
#RechercheTab label{
	clear: left;
    float: left;
	text-align: right;
	width: 200px;
	margin-right: 15px;
}
#r_xcode, #r_xanciencode{
	width: 120px !important;
}
#r_xnom{
	width: 250px;
}
#p_x_exploitantadresse, #p_x_matautres{
	min-width: 300px !important;
}

#p_UADesc {
	font-weight: bold;
}
#p_UADescSelect{
	display: none;
}
.s_rendement{
	width:50px;
}

/* Carto */
#mwmDiv{
	width: 980px;
	height: 602px;
	margin:0 auto;
}
#mwmIframe{
	border: none;
	width: 100%;
	height: 100%;
}

/* Administration */
#NoAccess{
	padding: 10px;
}
#BtnAddUser{
	margin-bottom:-15px;
	margin-top:15px;
}

#BtnAddRow {
	float:right;
	margin-top:-10px;
}
#ListHelp {
	border-bottom: none;
	height:50px;
	margin-bottom:-20px;
}


/* Requeteur */
#ExCriteres, #ExSelect{
	padding: 10px 20px;
	width: 100%;
}
#ExBtn{
	padding: 10px 20px;
	display:none;
	height: 28px;
}
#ExBtnCarto, #ExBtnCsv, #ExBtnHistory{
	margin-top:10px;
}

#ExBtnCarto, #ExBtnCsv, #ExBtnHistory{
	display: none;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:-2px;
}
.ExBtnClone, .ExBtnDelete, #ExBtnHistoryDel {
	-moz-border-radius:0 0 0 0 !important;
	border:medium none !important;
	height:16px;
	width:16px;
	padding: 0;
	cursor: pointer;
}

.ExBtnClone{
	background: url(../img/btnAdd.png) no-repeat !important;
}

.ExBtnDelete, #ExBtnHistoryDel{
	background: url(../img/btnDelete.png) no-repeat !important;
}
#ExBtnHistoryDel{
	vertical-align: middle;
}
.ExtractLink{
	padding: 1px 6px !important;;
}

#ExTrInfos{
	float: right;
}
#ExNoResults{
	margin-top: 15px;
	font-weight: bold;
	display: none;
}

/* Tableaux */
#TableauSelect{
	max-width: 300px !important;
}

#TableauHelp {
	border-bottom: none;
	height:50px;
	margin-bottom:-20px;
}

#ManaTabContainer{
	clear: both;
	width: 100%;
	overflow-x: scroll; 
	margin-bottom: 10px;
}

/* Gestion listes */

.listSelectLeft{
	float: left;
	width: 200px;
	margin-right: 50px;
}

.listSelectRight{
	float: right;
	width: 600px;
}

#listSelect .CriteresTab{
	margin-bottom: 10px;
}

#listHelp{
	float: left;
	font-weight: normal !important;
	border-bottom: none;
}
#editDelete, #editClose{
	float: right;
}