#header {
	width: 1008px;
	background-image:url(/common/images/template/ombre.png);
	background-position:center;
	background-repeat:repeat-y;
	padding: 0 2px;
	margin: 0 auto;
}

#utilitaires {
	height: 40px;
	margin: 0 35px;
}

#utilitaires > div {
	margin: auto 0;
	display: table-cell;
	line-height: 40px;
}

#bandeau {
	margin: 0 4px 5px;
	width: 1000px;
	height: 155px;
}

#sitesLies {
	height: inherit;
	float: left;
	text-align: left;
}

#headerLinks {
	height:inherit;
	float: right;
	text-align: right;
}

#menuContainer {
	padding: 0 35px;
	height: 35px;
	width:930px;
	margin: 0 4px;
}

#subMenu {
	width: 240px;
	float: left;
	margin-top: 35px;
	padding-left: 4px;
}

#contentWrapper {
	float: left;
	width: 760px;
}

#mainZone {
	margin: 0 auto;
	width: 1016px;
}

#mainZone > div {
	float:left;
	margin: 0 4px;
	border-top: 0;
	width:1008px;
	background-image:url(/common/images/template/ombre.png);
	background-position:center;
	background-repeat:repeat-y;
}

#footer {
	width: 1008px;
	margin: 0 auto;
	background-image:url(/common/images/template/ombre_bas.png);
	background-repeat: no-repeat;
	background-position:top;
	clear: both;
	padding-top: 10px;
}
#colonnes {
	width: 100%;
	float: left;
	margin-bottom: 40px;
	min-height: 100%;
	height: auto;
}

#colonnes > div {
	min-height: 50px;
	float: left;
	position: relative;
}


div.adminLink {
	position: absolute;
	right: 0;
	z-index: 10;
}

#footerContent {
	padding: 13px 35px;
}
#footerItems {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	border-collapse: collapse;
	width: 100%;
}

#footerItems li {
	display: table-cell;
	padding: 0 20px;
	border-left: solid 1px #afb1b1;
	border-right: solid 1px #afb1b1;
	max-width: 200px;
}

#footerLeft {
	float: left;
}

#footerRight {
	float: right;
}

#searchField{
	display: inline-block;
}

.CMSbuttons {
	float: right;
}

.CMScontent {
	clear: both;
}