body {
	padding: 20px 0;
	position: relative;
	min-height: 100%;
}

#contenu {
	max-width: 96%;
	padding: 5px 20px;
	background-color:#fff;
	border:1px solid #ccc;
	box-shadow:0 1px 3px rgba(0,0,0,0.1);
}

#header {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

#brand {
	/*height: 100%;*/
	width: 100%;
	background: #fff;
	padding: 20px 0;
}

#logo img{
	max-width: 100%;
	height: auto;
}

#brandLinks {
	width: 100%;
	text-align: right;
}

#bidsAndTendersLogo{
	padding: 61px 0 0 0;
}

#bidsAndTendersLogo a:focus{
	outline-color: rgba(0,0,0,0.15);
}

#bidsAndTendersLogo img{
	width: 200px;
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oxygen', sans-serif;
	font-weight: bold;
}


@media screen and (max-width: 991px) {
	#logo img{
		width: 380px;
	}

	#bidsAndTendersLogo{
		padding: 29px 0 0 0;
	}
}

@media screen and (max-width: 767px) {
	#brand, #brandLinks {
		text-align: center;
	}
	
	#bidsAndTendersLogo{
		padding: 24px 0 10px 0;
		margin: 24px 0 0 0;
		border-top: 1px solid #eee;
	}
}

@media screen and (max-width: 479px) {
}

.fuelux .repeater-list-heading {
font-size: 12px;
}

/*
    Target old ext pages so that Ordered and unordered lists show up properly
*/

#extNonResponsive {
    padding: 5px;
    border: solid 0px #999;
    overflow: auto;
}

#extNonResponsive table {
    margin: 0;
}

#extNonResponsive ol {
    padding-left: 10px;
    margin-left: 30px;
    list-style: decimal;
}

#extNonResponsive ul {
    padding-left: 10px;
    margin-left: 30px;
    list-style: disc;
}

#pnlBidDetails_Container {
    margin-top: 25px;
}