* {
	margin: 0;
}

html, body {
	height: 100%;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0 none;
}

body .button{
	min-width: 120px;
	width: auto;
	height: 30px;	
	overflow: visible;
}


/*on ne veut pas afficher la croix sur les popup*/
.ui-dialog-titlebar-close {
  visibility: hidden;
}

#ajaxLoading{
	position: fixed;
	bottom: 150px;
	left: 200px;
	width: 48px;
	height: 48px;
	background-image: url(../images/large-loading.gif);
	background-position: center;
	display: none;
}



.navbar {
	margin-bottom: 30px;
}

.jumbotron {
	font-size: inheret;
	font-weight: 200;
	line-height: 1;
	color: inherit;
}